Skip to content

Commit 908afa8

Browse files
committed
Merge oracle/graalpython master and fixes issues
1 parent 6bd5d2a commit 908afa8

File tree

15 files changed

+337
-72
lines changed

15 files changed

+337
-72
lines changed

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,26 @@ test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_subprocess
822822
test.test_asyncio.test_subprocess.SubprocessThreadedWatcherTests.test_terminate @ linux-x86_64
823823
test.test_asyncio.test_subprocess.SubprocessTransportTests.test_proc_exited @ linux-x86_64
824824
test.test_asyncio.test_subprocess.SubprocessTransportTests.test_subprocess_repr @ linux-x86_64
825+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancel_children_on_child_error @ linux-x86_64
826+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_cancellation @ linux-x86_64
827+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_base_error @ linux-x86_64
828+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_direct @ linux-x86_64
829+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_exception_refcycles_propagate_cancellation_error @ linux-x86_64
830+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_01 @ linux-x86_64
831+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_02 @ linux-x86_64
832+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_03 @ linux-x86_64
833+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_04 @ linux-x86_64
834+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_07 @ linux-x86_64
835+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_08 @ linux-x86_64
836+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_09 @ linux-x86_64
837+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_10 @ linux-x86_64
838+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_11 @ linux-x86_64
839+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_12 @ linux-x86_64
840+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_13 @ linux-x86_64
841+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_14 @ linux-x86_64
842+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_15 @ linux-x86_64
843+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_16 @ linux-x86_64
844+
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_17 @ linux-x86_64
825845
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_18 @ linux-x86_64
826846
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_19 @ linux-x86_64
827847
test.test_asyncio.test_taskgroups.TestTaskGroup.test_taskgroup_20 @ linux-x86_64
@@ -932,6 +952,8 @@ test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_er
932952
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_future @ linux-x86_64
933953
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_neither @ linux-x86_64
934954
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task @ linux-x86_64
955+
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_ensure_future_task_awaitable @ linux-x86_64
956+
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await @ linux-x86_64
935957
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_chaining_after_await_with_context_cycle @ linux-x86_64
936958
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_exception_traceback @ linux-x86_64
937959
test.test_asyncio.test_tasks.PyTask_PyFuture_SubclassTests.test_gather_shield @ linux-x86_64
@@ -1037,6 +1059,8 @@ test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_error_msg
10371059
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_future @ linux-x86_64
10381060
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_neither @ linux-x86_64
10391061
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task @ linux-x86_64
1062+
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_ensure_future_task_awaitable @ linux-x86_64
1063+
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await @ linux-x86_64
10401064
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_chaining_after_await_with_context_cycle @ linux-x86_64
10411065
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_exception_traceback @ linux-x86_64
10421066
test.test_asyncio.test_tasks.PyTask_PyFuture_Tests.test_gather_shield @ linux-x86_64

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
DocTestCase.test.test_code @ linux-x86_64
12
test.test_code.CodeTest.test_code_hash_uses_bytecode @ linux-x86_64
23
test.test_code.CodeTest.test_constructor @ linux-x86_64
34
test.test_code.CodeTest.test_qualname @ linux-x86_64

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
test.test_contextlib_async.AclosingTestCase.test_aclosing @ linux-x86_64
2+
test.test_contextlib_async.AclosingTestCase.test_aclosing_bpo41229 @ linux-x86_64
23
test.test_contextlib_async.AclosingTestCase.test_aclosing_error @ linux-x86_64
34
test.test_contextlib_async.AclosingTestCase.test_instance_docs @ linux-x86_64
45
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_attribs @ linux-x86_64
56
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_doc_attrib @ linux-x86_64
7+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except @ linux-x86_64
8+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_except_stopiter @ linux-x86_64
9+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_finally @ linux-x86_64
10+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_no_reraise @ linux-x86_64
11+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_non_normalised @ linux-x86_64
12+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_plain @ linux-x86_64
13+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_traceback @ linux-x86_64
14+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_no_yield @ linux-x86_64
15+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_second_yield @ linux-x86_64
16+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_trap_yield_after_throw @ linux-x86_64
17+
test.test_contextlib_async.AsyncContextManagerTestCase.test_contextmanager_wrap_runtimeerror @ linux-x86_64
18+
test.test_contextlib_async.AsyncContextManagerTestCase.test_decorating_method @ linux-x86_64
19+
test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator @ linux-x86_64
20+
test.test_contextlib_async.AsyncContextManagerTestCase.test_decorator_with_exception @ linux-x86_64
21+
test.test_contextlib_async.AsyncContextManagerTestCase.test_instance_docstring_given_cm_docstring @ linux-x86_64
22+
test.test_contextlib_async.AsyncContextManagerTestCase.test_keywords @ linux-x86_64
23+
test.test_contextlib_async.AsyncContextManagerTestCase.test_recursive @ linux-x86_64
24+
test.test_contextlib_async.TestAbstractAsyncContextManager.test_async_gen_propagates_generator_exit @ linux-x86_64
625
test.test_contextlib_async.TestAbstractAsyncContextManager.test_enter @ linux-x86_64
726
test.test_contextlib_async.TestAbstractAsyncContextManager.test_exit_is_abstract @ linux-x86_64
827
test.test_contextlib_async.TestAbstractAsyncContextManager.test_structural_subclassing @ linux-x86_64

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,30 @@ test.test_coroutines.CoroutineTest.test_await_9 @ linux-x86_64
2121
test.test_coroutines.CoroutineTest.test_comp_1 @ linux-x86_64
2222
test.test_coroutines.CoroutineTest.test_comp_10 @ linux-x86_64
2323
test.test_coroutines.CoroutineTest.test_comp_2 @ linux-x86_64
24+
test.test_coroutines.CoroutineTest.test_comp_3 @ linux-x86_64
25+
test.test_coroutines.CoroutineTest.test_comp_4 @ linux-x86_64
26+
test.test_coroutines.CoroutineTest.test_comp_4_2 @ linux-x86_64
27+
test.test_coroutines.CoroutineTest.test_comp_5 @ linux-x86_64
28+
test.test_coroutines.CoroutineTest.test_comp_6 @ linux-x86_64
29+
test.test_coroutines.CoroutineTest.test_comp_7 @ linux-x86_64
2430
test.test_coroutines.CoroutineTest.test_comp_8 @ linux-x86_64
2531
test.test_coroutines.CoroutineTest.test_comp_9 @ linux-x86_64
2632
test.test_coroutines.CoroutineTest.test_copy @ linux-x86_64
2733
test.test_coroutines.CoroutineTest.test_coro_wrapper_send_stop_iterator @ linux-x86_64
2834
test.test_coroutines.CoroutineTest.test_coro_wrapper_send_tuple @ linux-x86_64
35+
test.test_coroutines.CoroutineTest.test_cr_await @ linux-x86_64
2936
test.test_coroutines.CoroutineTest.test_cr_frame_after_close @ linux-x86_64
37+
test.test_coroutines.CoroutineTest.test_for_1 @ linux-x86_64
38+
test.test_coroutines.CoroutineTest.test_for_11 @ linux-x86_64
39+
test.test_coroutines.CoroutineTest.test_for_3 @ linux-x86_64
40+
test.test_coroutines.CoroutineTest.test_for_4 @ linux-x86_64
41+
test.test_coroutines.CoroutineTest.test_for_6 @ linux-x86_64
42+
test.test_coroutines.CoroutineTest.test_for_7 @ linux-x86_64
43+
test.test_coroutines.CoroutineTest.test_for_8 @ linux-x86_64
44+
test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration @ linux-x86_64
45+
test.test_coroutines.CoroutineTest.test_for_assign_raising_stop_async_iteration_2 @ linux-x86_64
46+
test.test_coroutines.CoroutineTest.test_for_stop_iteration @ linux-x86_64
47+
test.test_coroutines.CoroutineTest.test_for_tuple @ linux-x86_64
3048
test.test_coroutines.CoroutineTest.test_func_1 @ linux-x86_64
3149
test.test_coroutines.CoroutineTest.test_func_10 @ linux-x86_64
3250
test.test_coroutines.CoroutineTest.test_func_11 @ linux-x86_64

0 commit comments

Comments
 (0)