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 31
31
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testAbles
32
32
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testAppend
33
33
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBadModeArgument
34
- *graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBytesOpen
35
34
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testConstructorHandlesNULChars
36
35
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testInvalidFd
37
36
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testInvalidFd_overflow
77
76
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testAbles
78
77
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testAppend
79
78
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBadModeArgument
80
- *graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBytesOpen
81
79
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testConstructorHandlesNULChars
82
80
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testInvalidFd
83
81
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testInvalidInit
Original file line number Diff line number Diff line change @@ -411,6 +411,8 @@ def update_unittest_tags(args):
411
411
('test_multiprocessing_spawn.txt' , '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithProcessesTestProcess.test_active_children' ),
412
412
('test_multiprocessing_spawn.txt' , '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithProcessesTestProcess.test_error_on_stdio_flush_1' ),
413
413
('test_multiprocessing_spawn.txt' , '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_1' ),
414
+ ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testBytesOpen' ),
415
+ ('test_fileio.txt' , '*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testBytesOpen' ),
414
416
}
415
417
416
418
result_tags = linux_tags & darwin_tags - tag_exclusions
You can’t perform that action at this time.
0 commit comments