Skip to content

Commit a22c599

Browse files
committed
disable transient tests
1 parent 799fe95 commit a22c599

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags/test_concurrent_futures.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.
1717
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
1818
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
1919
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
20-
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
21-
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
22-
test.test_concurrent_futures.test_future.FutureTests.test_cancel @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
23-
test.test_concurrent_futures.test_future.FutureTests.test_cancelled @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
20+
# Transiently times out GR-65714
21+
!test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
22+
!test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
23+
!test.test_concurrent_futures.test_future.FutureTests.test_cancel @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
24+
!test.test_concurrent_futures.test_future.FutureTests.test_cancelled @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
2425
test.test_concurrent_futures.test_future.FutureTests.test_done @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
2526
test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64
2627
test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed @ darwin-arm64,darwin-x86_64,linux-aarch64,linux-x86_64

graalpython/com.oracle.graal.python.test/src/tests/unittest_tags_bytecode_dsl/test_concurrent_futures.txt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,11 @@ test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.
1717
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker @ linux-x86_64
1818
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker @ linux-x86_64
1919
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler @ linux-x86_64
20-
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full @ linux-x86_64
21-
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle @ linux-x86_64
22-
test.test_concurrent_futures.test_future.FutureTests.test_cancel @ linux-x86_64
23-
test.test_concurrent_futures.test_future.FutureTests.test_cancelled @ linux-x86_64
20+
# Transiently times out GR-65714
21+
!test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full @ linux-x86_64
22+
!test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle @ linux-x86_64
23+
!test.test_concurrent_futures.test_future.FutureTests.test_cancel @ linux-x86_64
24+
!test.test_concurrent_futures.test_future.FutureTests.test_cancelled @ linux-x86_64
2425
test.test_concurrent_futures.test_future.FutureTests.test_done @ linux-x86_64
2526
test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled @ linux-x86_64
2627
test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed @ linux-x86_64

0 commit comments

Comments
 (0)