Skip to content

Commit 40a4c69

Browse files
committed
[GR-48568] TCK tests need DisableClassPathIsolation
1 parent 39973a9 commit 40a4c69

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tool/jt.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,8 @@ def test(*args)
11831183
when 'unit', 'unittest' then test_unit(*rest)
11841184
when 'tck'
11851185
puts bold 'NOTE: You need `jt mx build` before running `jt test tck` to build the relevant test distributions'
1186-
mx 'tck', *rest
1186+
# GR-48568 for why DisableClassPathIsolation is needed
1187+
mx 'tck', '-Dpolyglotimpl.DisableClassPathIsolation=true', *rest
11871188
else
11881189
if File.expand_path(path, TRUFFLERUBY_DIR).start_with?("#{TRUFFLERUBY_DIR}/test")
11891190
test_mri(*args)

0 commit comments

Comments
 (0)