Changeset d923fca for tests/Makefile.am
- Timestamp:
- Feb 18, 2025, 12:54:23 PM (6 weeks ago)
- Branches:
- master
- Children:
- 8705a11
- Parents:
- 3e5fea2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tests/Makefile.am ¶
r3e5fea2 rd923fca 52 52 WFLAGS_OPT_LAX = \ 53 53 ${WFLAGS_OPT_LAX_EXPECT_WARN} \ 54 ${WFLAGS_OPT_LAX_WAITING_ON_303} \ 54 55 ${WFLAGS_OPT_LAX_TO_INVESTIGATE} 55 56 … … 60 61 warnings/self-assignment 61 62 62 # Tests that need investigation from the CFA team about why they require lax wflags. Goal is to eliminate this list. 63 WFLAGS_OPT_LAX_TO_INVESTIGATE = \ 63 # These are failing because of trac #303; it is not likely to be fixed soon. 64 # It only shows up on some configurations and machines. 65 WFLAGS_OPT_LAX_WAITING_ON_303 = \ 64 66 concurrency/actors/dynamic \ 65 67 concurrency/actors/executor \ … … 70 72 concurrency/actors/poison \ 71 73 concurrency/actors/static \ 72 concurrency/actors/types \ 73 concurrency/channels/churn \ 74 concurrency/channels/contend \ 75 concurrency/channels/daisy_chain \ 76 concurrency/channels/hot_potato \ 77 concurrency/channels/pub_sub \ 78 concurrency/futures/multi \ 79 concurrency/futures/select_future \ 80 concurrency/futures/typed \ 81 concurrency/lockfree_stack \ 82 concurrency/pthread/bounded_buffer \ 83 concurrency/pthread/pthread_attr_test \ 84 concurrency/pthread/pthread_demo_create_join \ 85 concurrency/pthread/pthread_demo_lock \ 86 concurrency/pthread/pthread_key_test \ 87 concurrency/waituntil/all_types \ 88 concurrency/waituntil/basic_else \ 89 concurrency/waituntil/channel_close \ 90 concurrency/waituntil/channels \ 91 concurrency/waituntil/futures \ 92 concurrency/waituntil/locks \ 93 concurrency/waituntil/repeat_close \ 94 concurrency/waituntil/timeout \ 74 concurrency/actors/types 75 76 # Tests that need investigation from the CFA team about why they require lax wflags. Goal is to eliminate this list. 77 WFLAGS_OPT_LAX_TO_INVESTIGATE = \ 95 78 exceptions/cardgame \ 96 79 exceptions/defaults \
Note: See TracChangeset
for help on using the changeset viewer.