Changeset c26bea2a
- Timestamp:
- May 26, 2023, 8:47:00 AM (2 years ago)
- Branches:
- ast-experimental, master
- Children:
- 53f6a11
- Parents:
- 8a919cf
- Location:
- tests
- Files:
-
- 3 added
- 2 deleted
- 1 edited
- 200 moved
-
Makefile.am (modified) (4 diffs)
-
concurrency/.expect/clib.txt (moved) (moved from tests/concurrent/.expect/clib.txt )
-
concurrency/.expect/clib_tls.txt (moved) (moved from tests/concurrent/.expect/clib_tls.txt )
-
concurrency/.expect/cluster.txt (moved) (moved from tests/concurrent/.expect/cluster.txt )
-
concurrency/.expect/coroutineYield.txt (moved) (moved from tests/concurrent/.expect/coroutineYield.txt )
-
concurrency/.expect/ctor-check.txt (moved) (moved from tests/concurrent/.expect/ctor-check.txt ) (1 diff)
-
concurrency/.expect/join.txt (moved) (moved from tests/concurrent/.expect/join.txt )
-
concurrency/.expect/joinerror.sed (moved) (moved from tests/concurrent/.expect/joinerror.sed )
-
concurrency/.expect/keywordErrors.txt (added)
-
concurrency/.expect/lockfree_stack.txt (moved) (moved from tests/concurrent/.expect/lockfree_stack.txt )
-
concurrency/.expect/mainError.txt (added)
-
concurrency/.expect/migrate.txt (moved) (moved from tests/concurrent/.expect/migrate.txt )
-
concurrency/.expect/monitor.txt (moved) (moved from tests/concurrent/.expect/monitor.txt )
-
concurrency/.expect/multi-monitor.txt (moved) (moved from tests/concurrent/.expect/multi-monitor.txt )
-
concurrency/.expect/once.txt (moved) (moved from tests/concurrent/.expect/once.txt )
-
concurrency/.expect/preempt.txt (moved) (moved from tests/concurrent/.expect/preempt.txt )
-
concurrency/.expect/preempt2.txt (moved) (moved from tests/concurrent/.expect/preempt2.txt )
-
concurrency/.expect/sleep.txt (moved) (moved from tests/concurrent/.expect/sleep.txt )
-
concurrency/.expect/suspend_then.txt (moved) (moved from tests/concurrent/.expect/suspend_then.txt )
-
concurrency/.expect/thread.txt (moved) (moved from tests/concurrent/.expect/thread.txt )
-
concurrency/actors/.expect/dynamic.txt (moved) (moved from tests/concurrent/actors/.expect/dynamic.txt )
-
concurrency/actors/.expect/executor.txt (moved) (moved from tests/concurrent/actors/.expect/executor.txt )
-
concurrency/actors/.expect/inherit.txt (moved) (moved from tests/concurrent/actors/.expect/inherit.txt )
-
concurrency/actors/.expect/matrix.txt (moved) (moved from tests/concurrent/actors/.expect/matrix.txt )
-
concurrency/actors/.expect/pingpong.txt (moved) (moved from tests/concurrent/actors/.expect/pingpong.txt )
-
concurrency/actors/.expect/poison.txt (moved) (moved from tests/concurrent/actors/.expect/poison.txt )
-
concurrency/actors/.expect/static.txt (moved) (moved from tests/concurrent/actors/.expect/static.txt )
-
concurrency/actors/.expect/types.txt (moved) (moved from tests/concurrent/actors/.expect/types.txt )
-
concurrency/actors/dynamic.cfa (moved) (moved from tests/concurrent/actors/dynamic.cfa )
-
concurrency/actors/executor.cfa (moved) (moved from tests/concurrent/actors/executor.cfa )
-
concurrency/actors/inherit.cfa (moved) (moved from tests/concurrent/actors/inherit.cfa )
-
concurrency/actors/matrix.cfa (moved) (moved from tests/concurrent/actors/matrix.cfa )
-
concurrency/actors/pingpong.cfa (moved) (moved from tests/concurrent/actors/pingpong.cfa )
-
concurrency/actors/poison.cfa (moved) (moved from tests/concurrent/actors/poison.cfa )
-
concurrency/actors/static.cfa (moved) (moved from tests/concurrent/actors/static.cfa )
-
concurrency/actors/types.cfa (moved) (moved from tests/concurrent/actors/types.cfa )
-
concurrency/barrier/.expect/generation.txt (moved) (moved from tests/concurrent/barrier/.expect/generation.txt )
-
concurrency/barrier/.expect/last.txt (moved) (moved from tests/concurrent/barrier/.expect/last.txt )
-
concurrency/barrier/.expect/order.txt (moved) (moved from tests/concurrent/barrier/.expect/order.txt )
-
concurrency/barrier/gen_generation_expect.cfa (moved) (moved from tests/concurrent/barrier/gen_generation_expect.cfa )
-
concurrency/barrier/generation.cfa (moved) (moved from tests/concurrent/barrier/generation.cfa )
-
concurrency/barrier/last.cfa (moved) (moved from tests/concurrent/barrier/last.cfa )
-
concurrency/barrier/order.cfa (moved) (moved from tests/concurrent/barrier/order.cfa )
-
concurrency/channels/.expect/big_elems.txt (moved) (moved from tests/concurrent/channels/.expect/big_elems.txt )
-
concurrency/channels/.expect/churn.txt (moved) (moved from tests/concurrent/channels/.expect/churn.txt )
-
concurrency/channels/.expect/contend.txt (moved) (moved from tests/concurrent/channels/.expect/contend.txt )
-
concurrency/channels/.expect/daisy_chain.txt (moved) (moved from tests/concurrent/channels/.expect/daisy_chain.txt )
-
concurrency/channels/.expect/hot_potato.txt (moved) (moved from tests/concurrent/channels/.expect/hot_potato.txt )
-
concurrency/channels/.expect/ping_pong.txt (moved) (moved from tests/concurrent/channels/.expect/ping_pong.txt )
-
concurrency/channels/.expect/pub_sub.txt (moved) (moved from tests/concurrent/channels/.expect/pub_sub.txt )
-
concurrency/channels/.expect/zero_size.txt (moved) (moved from tests/concurrent/channels/.expect/zero_size.txt )
-
concurrency/channels/barrier.cfa (moved) (moved from tests/concurrent/channels/barrier.cfa )
-
concurrency/channels/big_elems.cfa (moved) (moved from tests/concurrent/channels/big_elems.cfa )
-
concurrency/channels/churn.cfa (moved) (moved from tests/concurrent/channels/churn.cfa )
-
concurrency/channels/contend.cfa (moved) (moved from tests/concurrent/channels/contend.cfa )
-
concurrency/channels/daisy_chain.cfa (moved) (moved from tests/concurrent/channels/daisy_chain.cfa )
-
concurrency/channels/hot_potato.cfa (moved) (moved from tests/concurrent/channels/hot_potato.cfa )
-
concurrency/channels/parallel_harness.hfa (moved) (moved from tests/concurrent/channels/parallel_harness.hfa )
-
concurrency/channels/ping_pong.cfa (moved) (moved from tests/concurrent/channels/ping_pong.cfa )
-
concurrency/channels/pub_sub.cfa (moved) (moved from tests/concurrent/channels/pub_sub.cfa )
-
concurrency/channels/zero_size.cfa (moved) (moved from tests/concurrent/channels/zero_size.cfa )
-
concurrency/clib.c (moved) (moved from tests/concurrent/clib.c )
-
concurrency/clib_tls.c (moved) (moved from tests/concurrent/clib_tls.c )
-
concurrency/cluster.cfa (moved) (moved from tests/concurrent/cluster.cfa )
-
concurrency/coroutineYield.cfa (moved) (moved from tests/concurrent/coroutineYield.cfa )
-
concurrency/ctor-check.cfa (moved) (moved from tests/concurrent/ctor-check.cfa )
-
concurrency/examples/.expect/boundedBufferEXT.txt (moved) (moved from tests/concurrent/examples/.expect/boundedBufferEXT.txt )
-
concurrency/examples/.expect/boundedBufferINT.txt (moved) (moved from tests/concurrent/examples/.expect/boundedBufferINT.txt )
-
concurrency/examples/.expect/datingService.txt (moved) (moved from tests/concurrent/examples/.expect/datingService.txt )
-
concurrency/examples/.expect/gortn.txt (moved) (moved from tests/concurrent/examples/.expect/gortn.txt )
-
concurrency/examples/.expect/matrixSum.txt (moved) (moved from tests/concurrent/examples/.expect/matrixSum.txt )
-
concurrency/examples/.expect/quickSort.txt (moved) (moved from tests/concurrent/examples/.expect/quickSort.txt )
-
concurrency/examples/.in/quickSort.txt (moved) (moved from tests/concurrent/examples/.in/quickSort.txt )
-
concurrency/examples/boundedBufferEXT.cfa (moved) (moved from tests/concurrent/examples/boundedBufferEXT.cfa )
-
concurrency/examples/boundedBufferINT.cfa (moved) (moved from tests/concurrent/examples/boundedBufferINT.cfa )
-
concurrency/examples/boundedBufferTHREAD.cfa (moved) (moved from tests/concurrent/examples/boundedBufferTHREAD.cfa )
-
concurrency/examples/datingService.cfa (moved) (moved from tests/concurrent/examples/datingService.cfa )
-
concurrency/examples/gortn.cfa (moved) (moved from tests/concurrent/examples/gortn.cfa )
-
concurrency/examples/matrixSum.cfa (moved) (moved from tests/concurrent/examples/matrixSum.cfa )
-
concurrency/examples/multiSort.cfa (moved) (moved from tests/concurrent/examples/multiSort.cfa )
-
concurrency/examples/quickSort.cfa (moved) (moved from tests/concurrent/examples/quickSort.cfa )
-
concurrency/examples/quickSort.generic.cfa (moved) (moved from tests/concurrent/examples/quickSort.generic.cfa )
-
concurrency/futures/.expect/abandon.txt (moved) (moved from tests/concurrent/futures/.expect/abandon.txt )
-
concurrency/futures/.expect/basic.txt (moved) (moved from tests/concurrent/futures/.expect/basic.txt )
-
concurrency/futures/.expect/multi.txt (moved) (moved from tests/concurrent/futures/.expect/multi.txt )
-
concurrency/futures/.expect/select_future.txt (moved) (moved from tests/concurrent/futures/.expect/select_future.txt )
-
concurrency/futures/.expect/typed.txt (moved) (moved from tests/concurrent/futures/.expect/typed.txt )
-
concurrency/futures/.expect/wait_any.txt (moved) (moved from tests/concurrent/futures/.expect/wait_any.txt )
-
concurrency/futures/abandon.cfa (moved) (moved from tests/concurrent/futures/abandon.cfa )
-
concurrency/futures/basic.cfa (moved) (moved from tests/concurrent/futures/basic.cfa )
-
concurrency/futures/multi.cfa (moved) (moved from tests/concurrent/futures/multi.cfa )
-
concurrency/futures/select_future.cfa (moved) (moved from tests/concurrent/futures/select_future.cfa )
-
concurrency/futures/typed.cfa (moved) (moved from tests/concurrent/futures/typed.cfa )
-
concurrency/futures/wait_any.cfa (moved) (moved from tests/concurrent/futures/wait_any.cfa )
-
concurrency/join.cfa (moved) (moved from tests/concurrent/join.cfa )
-
concurrency/joinerror.cfa (moved) (moved from tests/concurrent/joinerror.cfa )
-
concurrency/keywordErrors.cfa (moved) (moved from tests/concurrent/keywordErrors.cfa )
-
concurrency/lockfree_stack.cfa (moved) (moved from tests/concurrent/lockfree_stack.cfa )
-
concurrency/mainError.cfa (moved) (moved from tests/concurrent/mainError.cfa )
-
concurrency/migrate.cfa (moved) (moved from tests/concurrent/migrate.cfa )
-
concurrency/monitor.cfa (moved) (moved from tests/concurrent/monitor.cfa )
-
concurrency/multi-monitor.cfa (moved) (moved from tests/concurrent/multi-monitor.cfa )
-
concurrency/mutexstmt/.expect/locks.txt (moved) (moved from tests/concurrent/mutexstmt/.expect/locks.txt )
-
concurrency/mutexstmt/.expect/monitors.txt (moved) (moved from tests/concurrent/mutexstmt/.expect/monitors.txt )
-
concurrency/mutexstmt/locks.cfa (moved) (moved from tests/concurrent/mutexstmt/locks.cfa )
-
concurrency/mutexstmt/monitors.cfa (moved) (moved from tests/concurrent/mutexstmt/monitors.cfa )
-
concurrency/once.cfa (moved) (moved from tests/concurrent/once.cfa )
-
concurrency/park/.expect/contention.txt (moved) (moved from tests/concurrent/park/.expect/contention.txt )
-
concurrency/park/.expect/force_preempt.txt (moved) (moved from tests/concurrent/park/.expect/force_preempt.txt )
-
concurrency/park/.expect/start_parked.txt (moved) (moved from tests/concurrent/park/.expect/start_parked.txt )
-
concurrency/park/contention.cfa (moved) (moved from tests/concurrent/park/contention.cfa )
-
concurrency/park/force_preempt.cfa (moved) (moved from tests/concurrent/park/force_preempt.cfa )
-
concurrency/park/start_parked.cfa (moved) (moved from tests/concurrent/park/start_parked.cfa )
-
concurrency/preempt.cfa (moved) (moved from tests/concurrent/preempt.cfa )
-
concurrency/preempt2.cfa (moved) (moved from tests/concurrent/preempt2.cfa )
-
concurrency/pthread/.expect/bounded_buffer.x64.txt (moved) (moved from tests/concurrent/pthread/.expect/bounded_buffer.x64.txt )
-
concurrency/pthread/.expect/bounded_buffer.x86.txt (moved) (moved from tests/concurrent/pthread/.expect/bounded_buffer.x86.txt )
-
concurrency/pthread/.expect/pthread_attr_test.txt (moved) (moved from tests/concurrent/pthread/.expect/pthread_attr_test.txt )
-
concurrency/pthread/.expect/pthread_cond_test.txt (moved) (moved from tests/concurrent/pthread/.expect/pthread_cond_test.txt )
-
concurrency/pthread/.expect/pthread_demo_create_join.txt (moved) (moved from tests/concurrent/pthread/.expect/pthread_demo_create_join.txt )
-
concurrency/pthread/.expect/pthread_demo_lock.txt (moved) (moved from tests/concurrent/pthread/.expect/pthread_demo_lock.txt )
-
concurrency/pthread/.expect/pthread_key_test.txt (moved) (moved from tests/concurrent/pthread/.expect/pthread_key_test.txt )
-
concurrency/pthread/.expect/pthread_once_test.txt (moved) (moved from tests/concurrent/pthread/.expect/pthread_once_test.txt )
-
concurrency/pthread/bounded_buffer.cfa (moved) (moved from tests/concurrent/pthread/bounded_buffer.cfa )
-
concurrency/pthread/pthread_attr_test.cfa (moved) (moved from tests/concurrent/pthread/pthread_attr_test.cfa )
-
concurrency/pthread/pthread_cond_test.cfa (moved) (moved from tests/concurrent/pthread/pthread_cond_test.cfa )
-
concurrency/pthread/pthread_demo_create_join.cfa (moved) (moved from tests/concurrent/pthread/pthread_demo_create_join.cfa )
-
concurrency/pthread/pthread_demo_lock.cfa (moved) (moved from tests/concurrent/pthread/pthread_demo_lock.cfa )
-
concurrency/pthread/pthread_key_test.cfa (moved) (moved from tests/concurrent/pthread/pthread_key_test.cfa )
-
concurrency/pthread/pthread_once_test.cfa (moved) (moved from tests/concurrent/pthread/pthread_once_test.cfa )
-
concurrency/readyQ/.expect/barrier_sleeper.txt (moved) (moved from tests/concurrent/readyQ/.expect/barrier_sleeper.txt )
-
concurrency/readyQ/.expect/leader_spin.txt (moved) (moved from tests/concurrent/readyQ/.expect/leader_spin.txt )
-
concurrency/readyQ/barrier_sleeper.cfa (moved) (moved from tests/concurrent/readyQ/barrier_sleeper.cfa )
-
concurrency/readyQ/leader_spin.cfa (moved) (moved from tests/concurrent/readyQ/leader_spin.cfa )
-
concurrency/signal/.expect/block.txt (moved) (moved from tests/concurrent/signal/.expect/block.txt )
-
concurrency/signal/.expect/disjoint.txt (moved) (moved from tests/concurrent/signal/.expect/disjoint.txt )
-
concurrency/signal/.expect/wait.txt (moved) (moved from tests/concurrent/signal/.expect/wait.txt )
-
concurrency/signal/block.cfa (moved) (moved from tests/concurrent/signal/block.cfa )
-
concurrency/signal/disjoint.cfa (moved) (moved from tests/concurrent/signal/disjoint.cfa )
-
concurrency/signal/wait.cfa (moved) (moved from tests/concurrent/signal/wait.cfa )
-
concurrency/sleep.cfa (moved) (moved from tests/concurrent/sleep.cfa )
-
concurrency/suspend_then.cfa (moved) (moved from tests/concurrent/suspend_then.cfa )
-
concurrency/thread.cfa (moved) (moved from tests/concurrent/thread.cfa )
-
concurrency/unified_locking/.expect/block_spin_lock.txt (moved) (moved from tests/concurrent/unified_locking/.expect/block_spin_lock.txt )
-
concurrency/unified_locking/.expect/exp_backoff.txt (moved) (moved from tests/concurrent/unified_locking/.expect/exp_backoff.txt )
-
concurrency/unified_locking/.expect/fast_block_lock.txt (moved) (moved from tests/concurrent/unified_locking/.expect/fast_block_lock.txt )
-
concurrency/unified_locking/.expect/futex_mutex.txt (moved) (moved from tests/concurrent/unified_locking/.expect/futex_mutex.txt )
-
concurrency/unified_locking/.expect/locks.txt (moved) (moved from tests/concurrent/unified_locking/.expect/locks.txt )
-
concurrency/unified_locking/.expect/mcs.txt (moved) (moved from tests/concurrent/unified_locking/.expect/mcs.txt )
-
concurrency/unified_locking/.expect/mcs_block_spin_lock.txt (moved) (moved from tests/concurrent/unified_locking/.expect/mcs_block_spin_lock.txt )
-
concurrency/unified_locking/.expect/mcs_spin.txt (moved) (moved from tests/concurrent/unified_locking/.expect/mcs_spin.txt )
-
concurrency/unified_locking/.expect/pthread_locks.txt (moved) (moved from tests/concurrent/unified_locking/.expect/pthread_locks.txt )
-
concurrency/unified_locking/.expect/simple_owner_lock.txt (moved) (moved from tests/concurrent/unified_locking/.expect/simple_owner_lock.txt )
-
concurrency/unified_locking/.expect/spin_queue_lock.txt (moved) (moved from tests/concurrent/unified_locking/.expect/spin_queue_lock.txt )
-
concurrency/unified_locking/.expect/timeout_lock.txt (moved) (moved from tests/concurrent/unified_locking/.expect/timeout_lock.txt )
-
concurrency/unified_locking/block_spin_lock.cfa (moved) (moved from tests/concurrent/unified_locking/block_spin_lock.cfa )
-
concurrency/unified_locking/exp_backoff.cfa (moved) (moved from tests/concurrent/unified_locking/exp_backoff.cfa )
-
concurrency/unified_locking/fast_block_lock.cfa (moved) (moved from tests/concurrent/unified_locking/fast_block_lock.cfa )
-
concurrency/unified_locking/futex_mutex.cfa (moved) (moved from tests/concurrent/unified_locking/futex_mutex.cfa )
-
concurrency/unified_locking/locks.cfa (moved) (moved from tests/concurrent/unified_locking/locks.cfa )
-
concurrency/unified_locking/mcs.cfa (moved) (moved from tests/concurrent/unified_locking/mcs.cfa )
-
concurrency/unified_locking/mcs_block_spin_lock.cfa (moved) (moved from tests/concurrent/unified_locking/mcs_block_spin_lock.cfa )
-
concurrency/unified_locking/mcs_spin.cfa (moved) (moved from tests/concurrent/unified_locking/mcs_spin.cfa )
-
concurrency/unified_locking/mutex_test.hfa (moved) (moved from tests/concurrent/unified_locking/mutex_test.hfa )
-
concurrency/unified_locking/pthread_locks.cfa (moved) (moved from tests/concurrent/unified_locking/pthread_locks.cfa )
-
concurrency/unified_locking/simple_owner_lock.cfa (moved) (moved from tests/concurrent/unified_locking/simple_owner_lock.cfa )
-
concurrency/unified_locking/spin_queue_lock.cfa (moved) (moved from tests/concurrent/unified_locking/spin_queue_lock.cfa )
-
concurrency/unified_locking/spintest.cfa (moved) (moved from tests/concurrent/unified_locking/spintest.cfa )
-
concurrency/unified_locking/test_debug.cfa (moved) (moved from tests/concurrent/unified_locking/test_debug.cfa )
-
concurrency/unified_locking/thread_test.cfa (moved) (moved from tests/concurrent/unified_locking/thread_test.cfa )
-
concurrency/unified_locking/timeout_lock.cfa (moved) (moved from tests/concurrent/unified_locking/timeout_lock.cfa )
-
concurrency/waitfor/.expect/barge.txt (moved) (moved from tests/concurrent/waitfor/.expect/barge.txt )
-
concurrency/waitfor/.expect/dtor.txt (moved) (moved from tests/concurrent/waitfor/.expect/dtor.txt )
-
concurrency/waitfor/.expect/else.txt (moved) (moved from tests/concurrent/waitfor/.expect/else.txt )
-
concurrency/waitfor/.expect/parse.txt (added)
-
concurrency/waitfor/.expect/recurse.txt (moved) (moved from tests/concurrent/waitfor/.expect/recurse.txt )
-
concurrency/waitfor/.expect/statment.txt (moved) (moved from tests/concurrent/waitfor/.expect/statment.txt )
-
concurrency/waitfor/.expect/when.txt (moved) (moved from tests/concurrent/waitfor/.expect/when.txt )
-
concurrency/waitfor/barge.cfa (moved) (moved from tests/concurrent/waitfor/barge.cfa )
-
concurrency/waitfor/dtor.cfa (moved) (moved from tests/concurrent/waitfor/dtor.cfa )
-
concurrency/waitfor/else.cfa (moved) (moved from tests/concurrent/waitfor/else.cfa )
-
concurrency/waitfor/parse.cfa (moved) (moved from tests/concurrent/waitfor/parse.cfa )
-
concurrency/waitfor/recurse.cfa (moved) (moved from tests/concurrent/waitfor/recurse.cfa )
-
concurrency/waitfor/simple.cfa (moved) (moved from tests/concurrent/waitfor/simple.cfa )
-
concurrency/waitfor/statment.cfa (moved) (moved from tests/concurrent/waitfor/statment.cfa )
-
concurrency/waitfor/when.cfa (moved) (moved from tests/concurrent/waitfor/when.cfa )
-
concurrency/waituntil/.expect/all_types.txt (moved) (moved from tests/concurrent/waituntil/.expect/all_types.txt )
-
concurrency/waituntil/.expect/basic_else.txt (moved) (moved from tests/concurrent/waituntil/.expect/basic_else.txt )
-
concurrency/waituntil/.expect/channel_close.txt (moved) (moved from tests/concurrent/waituntil/.expect/channel_close.txt )
-
concurrency/waituntil/.expect/channel_zero_size.txt (moved) (moved from tests/concurrent/waituntil/.expect/channel_zero_size.txt )
-
concurrency/waituntil/.expect/channels.txt (moved) (moved from tests/concurrent/waituntil/.expect/channels.txt )
-
concurrency/waituntil/.expect/futures.txt (moved) (moved from tests/concurrent/waituntil/.expect/futures.txt )
-
concurrency/waituntil/.expect/locks.txt (moved) (moved from tests/concurrent/waituntil/.expect/locks.txt )
-
concurrency/waituntil/.expect/one_chan.txt (moved) (moved from tests/concurrent/waituntil/.expect/one_chan.txt )
-
concurrency/waituntil/.expect/timeout.txt (moved) (moved from tests/concurrent/waituntil/.expect/timeout.txt )
-
concurrency/waituntil/all_types.cfa (moved) (moved from tests/concurrent/waituntil/all_types.cfa )
-
concurrency/waituntil/basic_else.cfa (moved) (moved from tests/concurrent/waituntil/basic_else.cfa )
-
concurrency/waituntil/channel_close.cfa (moved) (moved from tests/concurrent/waituntil/channel_close.cfa )
-
concurrency/waituntil/channel_zero_size.cfa (moved) (moved from tests/concurrent/waituntil/channel_zero_size.cfa )
-
concurrency/waituntil/channels.cfa (moved) (moved from tests/concurrent/waituntil/channels.cfa )
-
concurrency/waituntil/futures.cfa (moved) (moved from tests/concurrent/waituntil/futures.cfa )
-
concurrency/waituntil/locks.cfa (moved) (moved from tests/concurrent/waituntil/locks.cfa )
-
concurrency/waituntil/one_chan.cfa (moved) (moved from tests/concurrent/waituntil/one_chan.cfa )
-
concurrency/waituntil/timeout.cfa (moved) (moved from tests/concurrent/waituntil/timeout.cfa )
-
concurrent/.expect/keywordErrors.txt (deleted)
-
concurrent/.expect/mainError.txt (deleted)
Legend:
- Unmodified
- Added
- Removed
-
tests/Makefile.am
r8a919cf rc26bea2a 11 11 ## Created On : Sun May 31 09:08:15 2015 12 12 ## Last Modified By : Peter A. Buhr 13 ## Last Modified On : Tue May 16 09:27:48202314 ## Update Count : 17 813 ## Last Modified On : Fri May 26 08:23:09 2023 14 ## Update Count : 179 15 15 ############################################################################### 16 16 … … 79 79 avltree/avl-private.h \ 80 80 avltree/avl.h \ 81 concurrent/clib_tls.c \82 concurrent/clib.c \83 81 configs/.in/parseconfig-all.txt \ 84 82 configs/.in/parseconfig-errors.txt \ … … 89 87 io/.in/many_read.data \ 90 88 meta/fork+exec.hfa \ 91 concurrent/unified_locking/mutex_test.hfa \ 92 concurrent/channels/parallel_harness.hfa 89 concurrency/clib_tls.c \ 90 concurrency/clib.c \ 91 concurrency/unified_locking/mutex_test.hfa \ 92 concurrentcy/channels/parallel_harness.hfa 93 93 94 94 dist-hook: … … 204 204 205 205 SYNTAX_ONLY_CODE = expression typedefRedef variableDeclarator switch numericConstants identFuncDeclarator \ 206 init1 limits nested-types cast labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurren t/waitfor/parse206 init1 limits nested-types cast labelledExit array quasiKeyword include/stdincludes include/includes builtins/sync warnings/self-assignment concurrency/waitfor/parse 207 207 ${SYNTAX_ONLY_CODE} : % : %.cfa ${CFACCBIN} 208 208 ${CFACOMPILE_SYNTAX} -
tests/concurrency/.expect/ctor-check.txt
r8a919cf rc26bea2a 1 concurren t/ctor-check.cfa:11:1 error: constructors cannot have mutex parameters1 concurrency/ctor-check.cfa:11:1 error: constructors cannot have mutex parameters 2 2 ?{}: function 3 3 ... with parameters
Note:
See TracChangeset
for help on using the changeset viewer.