Skip to content

Commit 5e593ea

Browse files
committed
whitelisted some test_descr and test_ipaddress tests
1 parent a3b178c commit 5e593ea

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_rmul
7171
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_set_and_no_get
7272
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_set_class
73+
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_set_dict
7374
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slices
7475
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slots_descriptor
7576
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_slots_trash
@@ -81,6 +82,7 @@
8182
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_str_operations
8283
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_str_subclass_as_dict_key
8384
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_subclass_propagation
85+
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_subclassing_does_not_duplicate_dict_descriptors
8486
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_testcapi_no_segfault
8587
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_type___getattribute__
8688
*graalpython.lib-python.3.test.test_descr.ClassPropertiesAndMethods.test_uninitialized_modules

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v4.test_not_an_index_issue15559
1313
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v4.test_octet_length
1414
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v4.test_octet_limit
15+
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v4.test_packed
1516
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v4.test_pickle
1617
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v4.test_weakref
1718
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_bad_address_split_v6_leading_colon
@@ -32,6 +33,7 @@
3233
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_negative_ints_rejected
3334
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_network_passed_as_address
3435
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_not_an_index_issue15559
36+
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_packed
3537
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_part_length
3638
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_pickle
3739
*graalpython.lib-python.3.test.test_ipaddress.AddressTestCase_v6.test_weakref
@@ -59,6 +61,7 @@
5961
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_netmask_in_tuple_errors
6062
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_no_mask
6163
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_not_an_index_issue15559
64+
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_packed
6265
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_pickle
6366
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_split_netmask
6467
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v4.test_valid_netmask
@@ -74,6 +77,7 @@
7477
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_netmask_in_tuple_errors
7578
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_no_mask
7679
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_not_an_index_issue15559
80+
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_packed
7781
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_pickle
7882
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_split_netmask
7983
*graalpython.lib-python.3.test.test_ipaddress.InterfaceTestCase_v6.test_valid_netmask
@@ -159,6 +163,7 @@
159163
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_netmask_in_tuple_errors
160164
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_no_mask
161165
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_not_an_index_issue15559
166+
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_packed
162167
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_pickle
163168
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_split_netmask
164169
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v4.test_subnet_of
@@ -177,6 +182,7 @@
177182
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_netmask_in_tuple_errors
178183
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_no_mask
179184
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_not_an_index_issue15559
185+
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_packed
180186
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_pickle
181187
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_split_netmask
182188
*graalpython.lib-python.3.test.test_ipaddress.NetworkTestCase_v6.test_subnet_of

0 commit comments

Comments
 (0)