Skip to content

Commit f902e5c

Browse files
committed
Retag more Bytecode DSL tests
1 parent ef21687 commit f902e5c

30 files changed

+6
-261
lines changed

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

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,10 @@ test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.t
33
test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_duplicate_futures @ linux-x86_64
44
test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_future_times_out @ linux-x86_64
55
test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_no_timeout @ linux-x86_64
6-
test.test_concurrent_futures.test_as_completed.ProcessPoolSpawnAsCompletedTest.test_zero_timeout @ linux-x86_64
76
test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_correct_timeout_exception_msg @ linux-x86_64
87
test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_duplicate_futures @ linux-x86_64
98
test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_future_times_out @ linux-x86_64
109
test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_no_timeout @ linux-x86_64
11-
test.test_concurrent_futures.test_as_completed.ThreadPoolAsCompletedTest.test_zero_timeout @ linux-x86_64
1210
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_crash_at_task_unpickle @ linux-x86_64
1311
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_pickle @ linux-x86_64
1412
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_error_at_task_unpickle @ linux-x86_64
@@ -19,11 +17,6 @@ test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.
1917
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_func_exec_on_worker @ linux-x86_64
2018
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_pickle_on_worker @ linux-x86_64
2119
test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_exit_during_result_unpickle_in_result_handler @ linux-x86_64
22-
# Transiently times out GR-65714
23-
!test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_gh105829_should_not_deadlock_if_wakeup_pipe_full
24-
!test.test_concurrent_futures.test_deadlock.ProcessPoolSpawnExecutorDeadlockTest.test_shutdown_deadlock_pickle
25-
!test.test_concurrent_futures.test_future.FutureTests.test_cancel
26-
!test.test_concurrent_futures.test_future.FutureTests.test_cancelled
2720
test.test_concurrent_futures.test_future.FutureTests.test_done @ linux-x86_64
2821
test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_cancelled @ linux-x86_64
2922
test.test_concurrent_futures.test_future.FutureTests.test_done_callback_already_failed @ linux-x86_64
@@ -50,8 +43,6 @@ test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecuto
5043
test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_tasks_per_child_defaults_to_spawn_context @ linux-x86_64
5144
test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_max_workers_negative @ linux-x86_64
5245
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_multiple @ linux-x86_64
53-
!test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_idle_process_reuse_one
54-
!test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_killed_child
5546
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map @ linux-x86_64
5647
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_chunksize @ linux-x86_64
5748
test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_exception @ linux-x86_64
@@ -69,29 +60,23 @@ test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecut
6960
test.test_concurrent_futures.test_shutdown.ProcessPoolForkProcessPoolShutdownTest.test_run_after_shutdown @ linux-x86_64
7061
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_cancel_futures @ linux-x86_64
7162
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_context_manager_shutdown @ linux-x86_64
72-
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_gh94440 @ linux-x86_64
7363
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_hang_issue12364 @ linux-x86_64
7464
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_processes_terminate @ linux-x86_64
7565
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_run_after_shutdown @ linux-x86_64
7666
test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_shutdown_no_wait @ linux-x86_64
77-
!test.test_concurrent_futures.test_shutdown.ProcessPoolSpawnProcessPoolShutdownTest.test_submit_after_interpreter_shutdown
7867
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_cancel_futures @ linux-x86_64
7968
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_context_manager_shutdown @ linux-x86_64
80-
!test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh94440
69+
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_gh94440 @ linux-x86_64
8170
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_hang_issue12364 @ linux-x86_64
8271
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_run_after_shutdown @ linux-x86_64
8372
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_shutdown_no_wait @ linux-x86_64
8473
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_submit_after_interpreter_shutdown @ linux-x86_64
85-
!test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_assigned
86-
!test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_thread_names_default
8774
test.test_concurrent_futures.test_shutdown.ThreadPoolShutdownTest.test_threads_terminate @ linux-x86_64
8875
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_default_workers @ linux-x86_64
8976
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_executor_map_current_future_cancel @ linux-x86_64
90-
!test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_idle_thread_reuse
9177
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map @ linux-x86_64
9278
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_exception @ linux-x86_64
9379
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_submits_without_iteration @ linux-x86_64
94-
!test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_map_timeout
9580
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_max_workers_negative @ linux-x86_64
9681
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_saturation @ linux-x86_64
9782
test.test_concurrent_futures.test_thread_pool.ThreadPoolExecutorTest.test_shutdown_race_issue12456 @ linux-x86_64
Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
test.test_cprofile.CProfileTest.test_output_file_when_changing_directory @ linux-x86_64
2-
test.test_cprofile.CProfileTest.test_run_profile_as_module @ linux-x86_64
32
test.test_cprofile.CProfileTest.test_throw @ linux-x86_64
43
test.test_cprofile.TestCommandLine.test_sort @ linux-x86_64
54
test.test_profile.ProfileTest.test_output_file_when_changing_directory @ linux-x86_64
65
test.test_profile.ProfileTest.test_run @ linux-x86_64
7-
# This test times out in the gate even though it succeeds locally and in the retagger. Race condition?
8-
!test.test_profile.ProfileTest.test_run_profile_as_module
96
test.test_profile.ProfileTest.test_runctx @ linux-x86_64

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ DocTestCase.doctest.__test__.whitespace normalization @ linux-x86_64
1313
DocTestCase.doctest._ellipsis_match @ linux-x86_64
1414
DocTestCase.doctest.script_from_examples @ linux-x86_64
1515
DocTestCase.doctest.set_unittest_reportflags @ linux-x86_64
16-
test.test_doctest.TestDocTestFinder.test_empty_namespace_package @ linux-x86_64
17-
test.test_doctest.TestDocTestFinder.test_issue35753 @ linux-x86_64
1816
test.test_doctest.test_doctest.TestDocTestFinder.test_empty_namespace_package @ linux-x86_64
1917
test.test_doctest.test_doctest.TestDocTestFinder.test_issue35753 @ linux-x86_64
2018
test.test_doctest.test_doctest2.Test.test_testmod @ linux-x86_64

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ test.test_future_stmt.test_future.FutureTest.test_future2 @ linux-x86_64
1717
test.test_future_stmt.test_future.FutureTest.test_future_multiple_features @ linux-x86_64
1818
test.test_future_stmt.test_future.FutureTest.test_future_multiple_imports @ linux-x86_64
1919
test.test_future_stmt.test_future.FutureTest.test_future_single_import @ linux-x86_64
20-
test.test_future_stmt.test_future.FutureTest.test_parserhack @ linux-x86_64
2120
test.test_future_stmt.test_future.FutureTest.test_unicode_literals_exec @ linux-x86_64
2221
test.test_future_stmt.test_future_flags.FutureTest.test_attributes @ linux-x86_64
2322
test.test_future_stmt.test_future_flags.FutureTest.test_names @ linux-x86_64

0 commit comments

Comments
 (0)