# # ChangeLog for tests/concurrent/waituntil # # Generated by Trac 1.2.1 # Jul 1, 2024, 4:06:26 AM Tue, 09 May 2023 16:38:59 GMT caparsons [253a78f] * tests/concurrent/waituntil/.expect/2-chan-or-no-else.txt (deleted) * tests/concurrent/waituntil/.expect/chan-or-no-else.txt (deleted) * tests/concurrent/waituntil/.expect/one_chan.txt (moved) * tests/concurrent/waituntil/one_chan.cfa (moved) removed some redundant tests and added some instrumentation to help ... Tue, 09 May 2023 14:54:43 GMT caparsons [330b856] * tests/concurrent/waituntil/.expect/chan-and-no-else.txt (deleted) * tests/concurrent/waituntil/.expect/chan-and.txt (deleted) * tests/concurrent/waituntil/.expect/chan-no-else.txt (deleted) * tests/concurrent/waituntil/.expect/chan-or.txt (deleted) * tests/concurrent/waituntil/chan-and-no-else.cfa (deleted) * tests/concurrent/waituntil/chan-and.cfa (deleted) * tests/concurrent/waituntil/chan-no-else.cfa (deleted) * tests/concurrent/waituntil/chan-or.cfa (deleted) removed tests that are redundant Tue, 09 May 2023 14:53:06 GMT caparsons [b5513f1] * tests/concurrent/waituntil/.expect/1-chan-or-no-else.txt (added) * tests/concurrent/waituntil/.expect/2-chan-or-no-else.txt (added) * tests/concurrent/waituntil/1-chan-or-no-else.cfa (added) * tests/concurrent/waituntil/2-chan-or-no-else.cfa (added) refactored tests to refine failure case to minimal repro Mon, 08 May 2023 22:21:51 GMT caparsons [02fa55e] * tests/concurrent/waituntil/.expect/channel_zero_size.txt (added) * tests/concurrent/waituntil/channel_zero_size.cfa (added) added zero size channel waituntil test case Sat, 06 May 2023 19:34:15 GMT caparsons [a32a887] * tests/concurrent/waituntil/.expect/channels-SPMC.txt (deleted) * tests/concurrent/waituntil/.expect/channels-SPSC.txt (deleted) * tests/concurrent/waituntil/.expect/channels-no-churn.txt (deleted) * tests/concurrent/waituntil/.expect/channels-no-when.txt (deleted) * tests/concurrent/waituntil/.expect/channels.txt (deleted) * tests/concurrent/waituntil/channels-SPMC.cfa (deleted) * tests/concurrent/waituntil/channels-SPSC.cfa (deleted) * tests/concurrent/waituntil/channels-no-churn.cfa (deleted) * tests/concurrent/waituntil/channels-no-when.cfa (deleted) removed uneeded tests Sat, 06 May 2023 17:28:27 GMT caparsons [85e49a6] * tests/concurrent/waituntil/.expect/chan-and-no-else.txt (added) * tests/concurrent/waituntil/.expect/chan-and.txt (added) * tests/concurrent/waituntil/.expect/chan-no-else.txt (added) * tests/concurrent/waituntil/.expect/chan-or-no-else.txt (added) * tests/concurrent/waituntil/.expect/chan-or.txt (added) * tests/concurrent/waituntil/chan-and-no-else.cfa (added) * tests/concurrent/waituntil/chan-and.cfa (added) * tests/concurrent/waituntil/chan-no-else.cfa (added) * tests/concurrent/waituntil/chan-or-no-else.cfa (added) * tests/concurrent/waituntil/chan-or.cfa (added) * tests/concurrent/waituntil/channels-SPSC.cfa (modified) added and removed some tests in pursuit of a more minimal repro of ... Fri, 05 May 2023 15:43:05 GMT caparsons [dd7a8ce] * tests/concurrent/waituntil/.expect/channels-SPMC.txt (added) * tests/concurrent/waituntil/.expect/channels-SPSC.txt (added) * tests/concurrent/waituntil/.expect/channels-no-churn.txt (added) * tests/concurrent/waituntil/.expect/channels-no-when.txt (added) * tests/concurrent/waituntil/channels-SPMC.cfa (added) * tests/concurrent/waituntil/channels-SPSC.cfa (added) * tests/concurrent/waituntil/channels-no-churn.cfa (added) * tests/concurrent/waituntil/channels-no-when.cfa (added) added some variations on failing channel test to try and narrow down ... Thu, 04 May 2023 18:39:52 GMT caparsons [a882b68] * tests/concurrent/waituntil/channels.cfa (modified) added a test change to help locate the deadlock on next test failure Mon, 01 May 2023 20:11:29 GMT caparsons [a50fdfb] * tests/concurrent/waituntil/.expect/basic_else.txt (added) * tests/concurrent/waituntil/.expect/channel_close.txt (added) * tests/concurrent/waituntil/.expect/channels.txt (added) * tests/concurrent/waituntil/.expect/futures.txt (added) * tests/concurrent/waituntil/.expect/locks.txt (added) added waituntil test expect files Mon, 01 May 2023 20:07:29 GMT caparsons [a33a5e2] * tests/concurrent/waituntil/basic_else.cfa (added) * tests/concurrent/waituntil/channel_close.cfa (added) * tests/concurrent/waituntil/channels.cfa (added) * tests/concurrent/waituntil/futures.cfa (added) * tests/concurrent/waituntil/locks.cfa (added) added tests for the waituntil stmt