File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- { "overlay" : "534584b544ca57167957162fb6ec5468a168d047 " }
1
+ { "overlay" : "1143cb42864b0555ad23080c5b5b2850c547bdd8 " }
Original file line number Diff line number Diff line change 44
44
*graalpython.lib-python.3.test.test_poplib.TestPOP3_SSLClass.test_utf8
45
45
*graalpython.lib-python.3.test.test_poplib.TestPOP3_SSLClass.test_utf8_raises_if_unsupported
46
46
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_apop_REDOS
47
- *graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_apop_normal
48
- *graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_capa
49
- *graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_dele
50
47
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_exceptions
51
48
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_getwelcome
52
49
*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_list
Original file line number Diff line number Diff line change @@ -419,6 +419,9 @@ def update_unittest_tags(args):
419
419
('test_imaplib.txt' , '*graalpython.lib-python.3.test.test_imaplib.NewIMAPTests.test_login_cram_md5_plain_text' ),
420
420
('test_poplib.txt' , '*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_noop' ),
421
421
('test_poplib.txt' , '*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_pass_' ),
422
+ ('test_poplib.txt' , '*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_apop_normal' ),
423
+ ('test_poplib.txt' , '*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_capa' ),
424
+ ('test_poplib.txt' , '*graalpython.lib-python.3.test.test_poplib.TestPOP3_TLSClass.test_dele' ),
422
425
('test_weakref.txt' , '*graalpython.lib-python.3.test.test_weakref.MappingTestCase.test_weak_keyed_len_cycles' ),
423
426
# Disabled since code object comparison is not stable for us
424
427
('test_marshal.txt' , '*graalpython.lib-python.3.test.test_marshal.InstancingTestCase.testModule' ),
You can’t perform that action at this time.
0 commit comments