Skip to content

Commit 1506e43

Browse files
committed
whitelisted some test_descr tests
1 parent 3fc7599 commit 1506e43

File tree

1 file changed

+6
-0
lines changed
  • graalpython/com.oracle.graal.python.test/src/tests/unittest_tags

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,10 @@
7272
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_set_class
7373
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_set_dict
7474
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slices
75+
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slot_shadows_class_variable
7576
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor
77+
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slots_multiple_inheritance
78+
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slots_special2
7679
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slots_trash
7780
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_special_unbound_method_types
7881
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_specials
@@ -92,6 +95,9 @@
9295
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_wrapper_segfault
9396
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_wrong_class_slot_wrapper
9497
*graalpython.lib-python.3.test.test_descr.DictProxyTests.test_dict_type_with_metaclass
98+
*graalpython.lib-python.3.test.test_descr.DictProxyTests.test_iter_items
99+
*graalpython.lib-python.3.test.test_descr.DictProxyTests.test_iter_keys
100+
*graalpython.lib-python.3.test.test_descr.DictProxyTests.test_iter_values
95101
*graalpython.lib-python.3.test.test_descr.DictProxyTests.test_repr
96102
*graalpython.lib-python.3.test.test_descr.MroTest.test_incomplete_extend
97103
*graalpython.lib-python.3.test.test_descr.MroTest.test_incomplete_set_bases_on_self

0 commit comments

Comments
 (0)