Skip to content

Commit 3ca776b

Browse files
committed
Mark test_jarray AOT-incompatible
1 parent 11142ab commit 3ca776b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graalpython/com.oracle.graal.python.test/src/tests/test_jarray.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class LongJArrayTest(AbstractJArrayTest, unittest.TestCase):
126126
default_value = 0
127127
instance = 1099511627776
128128

129-
# TODO interop doesn't support assigning doubles to a float array
129+
# TODO interop doesn't support assigning doubles to a float array: GR-27806
130130
# class FloatJArrayTest(AbstractJArrayTest, unittest.TestCase):
131131
# type = 'f'
132132
# default_value = 0.0

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def update_unittest_tags(args):
373373
mx.warn("Potential regressions:\n" + '\n'.join(x[1] for x in diff))
374374

375375

376-
AOT_INCOMPATIBLE_TESTS = ["test_interop.py"]
376+
AOT_INCOMPATIBLE_TESTS = ["test_interop.py", "test_jarray.py"]
377377

378378

379379
class GraalPythonTags(object):

0 commit comments

Comments
 (0)