- Timestamp:
- Feb 25, 2026, 12:52:06 AM (2 days ago)
- Branches:
- stuck-waitfor-destruct
- Children:
- a0548c2
- Parents:
- 2b3ebe5
- git-author:
- Matthew Au-Yeung <mw2auyeu@…> (02/25/26 00:31:10)
- git-committer:
- Matthew Au-Yeung <mw2auyeu@…> (02/25/26 00:52:06)
- Location:
- tests
- Files:
-
- 1 deleted
- 2 edited
- 1 moved
-
.expect/linkoncedestructor.txt (moved) (moved from tests/concurrency/waitfor/.expect/autogen_destructor.txt )
-
Makefile.am (modified) (2 diffs)
-
concurrency/waitfor/.expect/static_inline.txt (deleted)
-
concurrency/waitfor/gendestructor.hfa (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r2b3ebe5 r6018ddb 119 119 .PHONY : concurrency list .validate .test_makeflags 120 120 .INTERMEDIATE : .validate .validate.cfa .test_makeflags 121 <<<<<<< HEAD 121 122 EXTRA_PROGRAMS = array-collections/boxed \ 122 123 avl_test \ … … 126 127 linking/mangling/anon \ 127 128 .dummy_hack # build but do not install 129 ======= 130 EXTRA_PROGRAMS = array-collections/boxed avl_test linkonce linkoncedestructor linking/mangling/anon .dummy_hack # build but do not install 131 >>>>>>> parent of a56d544a4 (cleanup and add tests) 128 132 EXTRA_DIST = test.py \ 129 133 pybin/__init__.py \ -
tests/concurrency/waitfor/gendestructor.hfa
r2b3ebe5 r6018ddb 3 3 thread MyThread {}; 4 4 5 void main(MyThread &t); 5 void main(MyThread &t);
Note:
See TracChangeset
for help on using the changeset viewer.