Skip to content

Commit 9f93937

Browse files
committed
Extend tag 'python-cpyext'.
1 parent c84cfef commit 9f93937

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,13 @@ def graalpython_gate_runner(args, tasks):
393393

394394
with Task('GraalPython C extension tests', tasks, tags=[GraalPythonTags.cpyext]) as task:
395395
if task:
396+
# we deliberately added this to test the combination of Sulong and 'mx_unittest'
397+
unittest(['--regex', re.escape('com.oracle.graal.python.test.module.MemoryviewTest'),
398+
"-Dgraal.TraceTruffleCompilation=true"])
399+
396400
gate_unittests(subdir="cpyext/")
397401

402+
398403
with Task('GraalPython C extension managed tests', tasks, tags=[GraalPythonTags.cpyext_managed]) as task:
399404
if task:
400405
mx.run_mx(["--dynamicimports", "sulong-managed", "python-gate-unittests", "--llvm.configuration=managed", "--subdir=cpyext", "--"])

0 commit comments

Comments
 (0)