File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3
3
*graalpython.lib-python.3.test.test_baseexception.ExceptionClassTests.test_interface_multi_arg
4
4
*graalpython.lib-python.3.test.test_baseexception.ExceptionClassTests.test_interface_no_arg
5
5
*graalpython.lib-python.3.test.test_baseexception.ExceptionClassTests.test_interface_single_arg
6
+ *graalpython.lib-python.3.test.test_baseexception.ExceptionClassTests.test_setstate_refcount_no_crash
6
7
*graalpython.lib-python.3.test.test_baseexception.UsageTests.test_catch_BaseException_instance
7
8
*graalpython.lib-python.3.test.test_baseexception.UsageTests.test_catch_non_BaseException
8
9
*graalpython.lib-python.3.test.test_baseexception.UsageTests.test_catch_string
Original file line number Diff line number Diff line change 306
306
*ctypes.test.test_struct_fields.StructFieldsTestCase.test___get__
307
307
*ctypes.test.test_struct_fields.StructFieldsTestCase.test___set__
308
308
*ctypes.test.test_structures.PointerMemberTestCase.test
309
+ *ctypes.test.test_structures.PointerMemberTestCase.test_none_to_pointer_fields
309
310
*ctypes.test.test_structures.StructureTestCase.test_38368
310
311
*ctypes.test.test_structures.StructureTestCase.test_abstract_class
311
312
*ctypes.test.test_structures.StructureTestCase.test_bitfield_by_value
Original file line number Diff line number Diff line change 309
309
*graalpython.lib-python.3.test.test_dataclasses.__init__.TestCase.test_simple_compare
310
310
*graalpython.lib-python.3.test.test_dataclasses.__init__.TestCase.test_two_fields_one_default
311
311
*graalpython.lib-python.3.test.test_dataclasses.__init__.TestDescriptors.test_default_value
312
+ *graalpython.lib-python.3.test.test_dataclasses.__init__.TestDescriptors.test_getting_field_calls_get
312
313
*graalpython.lib-python.3.test.test_dataclasses.__init__.TestDescriptors.test_init_calls_set
313
314
*graalpython.lib-python.3.test.test_dataclasses.__init__.TestDescriptors.test_lookup_on_class
314
315
*graalpython.lib-python.3.test.test_dataclasses.__init__.TestDescriptors.test_lookup_on_instance
Original file line number Diff line number Diff line change 5
5
*graalpython.lib-python.3.test.test_isinstance.TestIsInstanceExceptions.test_mask_attribute_error
6
6
*graalpython.lib-python.3.test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_cycle_in_bases
7
7
*graalpython.lib-python.3.test.test_isinstance.TestIsInstanceIsSubclass.test_infinite_recursion_in_bases
8
+ *graalpython.lib-python.3.test.test_isinstance.TestIsInstanceIsSubclass.test_infinitely_many_bases
8
9
*graalpython.lib-python.3.test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_abstract
9
10
*graalpython.lib-python.3.test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_normal
10
11
*graalpython.lib-python.3.test.test_isinstance.TestIsInstanceIsSubclass.test_isinstance_recursion_limit
You can’t perform that action at this time.
0 commit comments