File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 41
41
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testTruncateOnWindows
42
42
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUnclosedFDOnException
43
43
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUnicodeOpen
44
+ *graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBytesOpen
45
+ *graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUtf8BytesOpen
44
46
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testWarnings
45
47
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.test_open_code
46
48
*graalpython.lib-python.3.test.test_fileio.PyAutoFileTests.testAttributes
85
87
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testTruncateOnWindows
86
88
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUnclosedFDOnException
87
89
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUnicodeOpen
90
+ *graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBytesOpen
91
+ *graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUtf8BytesOpen
88
92
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testWarnings
89
93
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.test_open_code
90
94
*graalpython.lib-python.3.test.test_fileio.TestMain.test_main
Original file line number Diff line number Diff line change @@ -413,10 +413,6 @@ def update_unittest_tags(args):
413
413
('test_multiprocessing_spawn.txt' , '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_1' ),
414
414
('test_multiprocessing_spawn.txt' , '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_2' ),
415
415
('test_multiprocessing_spawn.txt' , '*graalpython.lib-python.3.test.test_multiprocessing_spawn._TestImportStar.test_import' ),
416
- ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBytesOpen' ),
417
- ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUtf8BytesOpen' ),
418
- ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBytesOpen' ),
419
- ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUtf8BytesOpen' ),
420
416
}
421
417
422
418
result_tags = linux_tags & darwin_tags - tag_exclusions
You can’t perform that action at this time.
0 commit comments