Skip to content

Commit 1c515fd

Browse files
committed
Skip ctypes test
1 parent ce77aa9 commit 1c515fd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,5 +86,6 @@
8686
*graalpython.lib-python.3.test.test_memoryview.BytesMemoryviewTest.test_weakref
8787
*graalpython.lib-python.3.test.test_memoryview.BytesMemoryviewTest.test_writable_readonly
8888
*graalpython.lib-python.3.test.test_memoryview.OtherTest.test_copy
89+
*graalpython.lib-python.3.test.test_memoryview.OtherTest.test_ctypes_cast
8990
*graalpython.lib-python.3.test.test_memoryview.OtherTest.test_memoryview_hex
9091
*graalpython.lib-python.3.test.test_memoryview.OtherTest.test_pickle

graalpython/lib-python/3/test/test_memoryview.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,7 @@ class ArrayMemorySliceSliceTest(unittest.TestCase,
515515

516516

517517
class OtherTest(unittest.TestCase):
518+
@test.support.impl_detail("ctypes", graalvm=False)
518519
def test_ctypes_cast(self):
519520
# Issue 15944: Allow all source formats when casting to bytes.
520521
ctypes = test.support.import_module("ctypes")

0 commit comments

Comments
 (0)