Skip to content

Commit c865567

Browse files
committed
[GR-21590] Update imports.
PullRequest: graalpython/2028
2 parents 8e36fc7 + 3f61f78 commit c865567

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "overlay": "ddedb064589561bcf5cb1f0ecd019a05f0315585" }
1+
{ "overlay": "f1e0b9850e89d597ab8247aa8bcaa71861cadab3" }

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
*ctypes.test.test_anon.AnonTest.test_anon_nonmember
22
*ctypes.test.test_anon.AnonTest.test_anon_nonseq
33
*ctypes.test.test_anon.AnonTest.test_issue31490
4+
*ctypes.test.test_array_in_pointer.Test.test_2
45
*ctypes.test.test_arrays.ArrayTestCase.test_bpo36504_signed_int_overflow
56
*ctypes.test.test_arrays.ArrayTestCase.test_cache
67
*ctypes.test.test_arrays.ArrayTestCase.test_classcache
@@ -24,6 +25,7 @@
2425
*ctypes.test.test_bitfields.BitFieldTest.test_single_bitfield_size
2526
*ctypes.test.test_bitfields.BitFieldTest.test_uint32
2627
*ctypes.test.test_buffers.StringBufferTestCase.test_buffer
28+
*ctypes.test.test_buffers.StringBufferTestCase.test_buffer_interface
2729
*ctypes.test.test_buffers.StringBufferTestCase.test_create_unicode_buffer_non_bmp
2830
*ctypes.test.test_bytes.BytesTest.test_BSTR
2931
*ctypes.test.test_bytes.BytesTest.test_c_char_p
@@ -34,6 +36,9 @@
3436
*ctypes.test.test_byteswap.Test.test_endian_other
3537
*ctypes.test.test_byteswap.Test.test_slots
3638
*ctypes.test.test_byteswap.Test.test_struct_fields_1
39+
*ctypes.test.test_byteswap.Test.test_struct_fields_2
40+
*ctypes.test.test_byteswap.Test.test_unaligned_native_struct_fields
41+
*ctypes.test.test_byteswap.Test.test_unaligned_nonnative_struct_fields
3742
*ctypes.test.test_callbacks.Callbacks.test_char_p
3843
*ctypes.test.test_callbacks.SampleCallbacksTestCase.test_issue_8959_b
3944
*ctypes.test.test_callbacks.StdcallCallbacks.test_byte
@@ -110,7 +115,7 @@
110115
*ctypes.test.test_functions.FunctionTestCase.test_stringresult
111116
*ctypes.test.test_functions.FunctionTestCase.test_struct_return_2H_stdcall
112117
*ctypes.test.test_functions.FunctionTestCase.test_struct_return_8H_stdcall
113-
*ctypes.test.test_functions.FunctionTestCase.test_wchar_result
118+
*ctypes.test.test_functions.FunctionTestCase.test_wchar_parm
114119
*ctypes.test.test_internals.ObjectsTestCase.test_embedded_structs
115120
*ctypes.test.test_internals.ObjectsTestCase.test_ptr_struct
116121
*ctypes.test.test_internals.ObjectsTestCase.test_simple_struct

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ def update_unittest_tags(args):
413413
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_1'),
414414
('test_multiprocessing_spawn.txt', '*graalpython.lib-python.3.test.test_multiprocessing_spawn.WithThreadsTestProcess.test_error_on_stdio_flush_2'),
415415
('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'),
416417
('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'),
417419
}
418420

419421
result_tags = linux_tags & darwin_tags - tag_exclusions

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": "77da7e95ed6ef536a6e1ea409a37ab49e8344ecc",
47+
"version": "e9bddb1c7bd93b0435e08199f21cf7d1d04b497e",
4848
"subdir": True,
4949
"urls": [
5050
{"url": "https://github.com/oracle/graal", "kind": "git"},
5151
],
5252
},
5353
{
5454
"name": "sulong",
55-
"version": "77da7e95ed6ef536a6e1ea409a37ab49e8344ecc",
55+
"version": "e9bddb1c7bd93b0435e08199f21cf7d1d04b497e",
5656
"subdir": True,
5757
"urls": [
5858
{"url": "https://github.com/oracle/graal", "kind": "git"},
5959
]
6060
},
6161
{
6262
"name": "regex",
63-
"version": "77da7e95ed6ef536a6e1ea409a37ab49e8344ecc",
63+
"version": "e9bddb1c7bd93b0435e08199f21cf7d1d04b497e",
6464
"subdir": True,
6565
"urls": [
6666
{"url": "https://github.com/oracle/graal", "kind": "git"},

0 commit comments

Comments
 (0)