We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39973a9 commit 40a4c69Copy full SHA for 40a4c69
tool/jt.rb
@@ -1183,7 +1183,8 @@ def test(*args)
1183
when 'unit', 'unittest' then test_unit(*rest)
1184
when 'tck'
1185
puts bold 'NOTE: You need `jt mx build` before running `jt test tck` to build the relevant test distributions'
1186
- mx 'tck', *rest
+ # GR-48568 for why DisableClassPathIsolation is needed
1187
+ mx 'tck', '-Dpolyglotimpl.DisableClassPathIsolation=true', *rest
1188
else
1189
if File.expand_path(path, TRUFFLERUBY_DIR).start_with?("#{TRUFFLERUBY_DIR}/test")
1190
test_mri(*args)
0 commit comments