Skip to content

Commit ae67fc2

Browse files
committed
update tagged tests
1 parent f3f508c commit ae67fc2

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
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,6 +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
118+
*ctypes.test.test_functions.FunctionTestCase.test_wchar_parm
113119
*ctypes.test.test_functions.FunctionTestCase.test_wchar_result
114120
*ctypes.test.test_internals.ObjectsTestCase.test_embedded_structs
115121
*ctypes.test.test_internals.ObjectsTestCase.test_ptr_struct

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testTruncateOnWindows
4242
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUnclosedFDOnException
4343
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUnicodeOpen
44+
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testUtf8BytesOpen
4445
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.testWarnings
4546
*graalpython.lib-python.3.test.test_fileio.COtherFileTests.test_open_code
4647
*graalpython.lib-python.3.test.test_fileio.PyAutoFileTests.testAttributes
@@ -85,6 +86,7 @@
8586
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testTruncateOnWindows
8687
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUnclosedFDOnException
8788
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUnicodeOpen
89+
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testUtf8BytesOpen
8890
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.testWarnings
8991
*graalpython.lib-python.3.test.test_fileio.PyOtherFileTests.test_open_code
9092
*graalpython.lib-python.3.test.test_fileio.TestMain.test_main

0 commit comments

Comments
 (0)