- Timestamp:
- Feb 14, 2026, 10:38:00 PM (5 days ago)
- Branches:
- stuck-waitfor-destruct
- Children:
- 7e8c071
- Parents:
- c9d36b1
- git-author:
- Matthew Au-Yeung <mw2auyeu@…> (02/14/26 22:30:32)
- git-committer:
- Matthew Au-Yeung <mw2auyeu@…> (02/14/26 22:38:00)
- Location:
- tests
- Files:
-
- 3 added
- 1 deleted
- 1 edited
- 3 moved
-
Makefile.am (modified) (2 diffs)
-
concurrency/waitfor/.expect/autogen_destructor.txt (moved) (moved from tests/.expect/linkoncedestructor.txt )
-
concurrency/waitfor/.expect/static_inline.txt (added)
-
concurrency/waitfor/autogen_destructor.cfa (added)
-
concurrency/waitfor/nodestructor.cfa (moved) (moved from tests/link-once-destructor/nodestructor.cfa )
-
concurrency/waitfor/nodestructor.hfa (moved) (moved from tests/link-once-destructor/nodestructor.hfa ) (1 diff)
-
concurrency/waitfor/static_inline.cfa (added)
-
link-once-destructor/waitfor-destructor.cfa (deleted)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
rc9d36b1 ra56d544 119 119 .PHONY : concurrency list .validate .test_makeflags 120 120 .INTERMEDIATE : .validate .validate.cfa .test_makeflags 121 EXTRA_PROGRAMS = array-collections/boxed avl_test linkonce linkoncedestructor linking/mangling/anon .dummy_hack # build but do not install121 EXTRA_PROGRAMS = array-collections/boxed avl_test linkonce concurrency/waitfor/autogen_destructor linking/mangling/anon .dummy_hack # build but do not install 122 122 EXTRA_DIST = test.py \ 123 123 pybin/__init__.py \ … … 154 154 avl_test_SOURCES = avltree/avl_test.cfa avltree/avl0.cfa avltree/avl1.cfa avltree/avl2.cfa avltree/avl3.cfa avltree/avl4.cfa avltree/avl-private.cfa 155 155 linkonce_SOURCES = link-once/main.cfa link-once/partner.cfa 156 linkoncedestructor_SOURCES = link-once-destructor/waitfor-destructor.cfa link-once-destructor/nodestructor.cfa156 concurrency_waitfor_autogen_destructor_SOURCES = concurrency/waitfor/autogen_destructor.cfa concurrency/waitfor/nodestructor.cfa 157 157 linking_mangling_anon_SOURCES = linking/mangling/header.hfa linking/mangling/lib.cfa linking/mangling/main.cfa 158 158 # automake doesn't know we still need C/CPP rules so pretend like we have a C program -
tests/concurrency/waitfor/nodestructor.hfa
rc9d36b1 ra56d544 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.