Skip to content

Commit 4e65b2b

Browse files
committed
[GR-21590] Update imports
PullRequest: graalpython/1625
2 parents 04953a8 + aeaaf72 commit 4e65b2b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
*graalpython.lib-python.3.test.test_file.COtherFileTests.testIteration
1313
*graalpython.lib-python.3.test.test_file.COtherFileTests.testModeStrings
1414
*graalpython.lib-python.3.test.test_file.COtherFileTests.testSetBufferSize
15+
*graalpython.lib-python.3.test.test_file.COtherFileTests.testTruncateOnWindows
1516
*graalpython.lib-python.3.test.test_file.PyAutoFileTests.testAttributes
1617
*graalpython.lib-python.3.test.test_file.PyAutoFileTests.testErrors
1718
*graalpython.lib-python.3.test.test_file.PyAutoFileTests.testMethods

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
*graalpython.lib-python.3.test.test_fileinput.FileInputTests.test_readline_binary_mode
2222
*graalpython.lib-python.3.test.test_fileinput.FileInputTests.test_readline_buffering
2323
*graalpython.lib-python.3.test.test_fileinput.FileInputTests.test_readline_os_chmod_raises_OSError
24+
*graalpython.lib-python.3.test.test_fileinput.FileInputTests.test_readline_os_fstat_raises_OSError
2425
*graalpython.lib-python.3.test.test_fileinput.FileInputTests.test_stdin_binary_mode
2526
*graalpython.lib-python.3.test.test_fileinput.FileInputTests.test_zero_byte_files
2627
*graalpython.lib-python.3.test.test_fileinput.MiscTest.test_all

mx.graalpython/suite.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,23 +44,23 @@
4444
},
4545
{
4646
"name": "tools",
47-
"version": "1308a13bdff470a5183656ae80d66c76a0009949",
47+
"version": "fc6321eb65a1c7e656c89a7966936499d0de19c4",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "1308a13bdff470a5183656ae80d66c76a0009949",
55+
"version": "fc6321eb65a1c7e656c89a7966936499d0de19c4",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "1308a13bdff470a5183656ae80d66c76a0009949",
63+
"version": "fc6321eb65a1c7e656c89a7966936499d0de19c4",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)