File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
graalpython/com.oracle.graal.python.test/src/tests/unittest_tags Expand file tree Collapse file tree 2 files changed +2
-2
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.testUtf8BytesOpen
45
44
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testWarnings
46
45
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.test_open_code
47
46
*graalpython.lib-python.3.test.test_fileio.PyAutoFileTests.testAttributes
86
85
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testTruncateOnWindows
87
86
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUnclosedFDOnException
88
87
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUnicodeOpen
89
- *graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUtf8BytesOpen
90
88
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testWarnings
91
89
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.test_open_code
92
90
*graalpython.lib-python.3.test.test_fileio.TestMain.test_main
Original file line number Diff line number Diff line change @@ -413,7 +413,9 @@ 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_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBytesOpen' ),
416
+ ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUtf8BytesOpen' ),
416
417
('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBytesOpen' ),
418
+ ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUtf8BytesOpen' ),
417
419
}
418
420
419
421
result_tags = linux_tags & darwin_tags - tag_exclusions
You can’t perform that action at this time.
0 commit comments