File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
test/mri/excludes/TestIRB Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 4
4
" Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
5
5
],
6
6
7
- "mx_version" : " 6.45.0 " ,
7
+ "mx_version" : " 6.46.1 " ,
8
8
9
9
"COMMENT.jdks" : " When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet" ,
10
10
"jdks" : {
Original file line number Diff line number Diff line change 20
20
{
21
21
"name" : "regex" ,
22
22
"subdir" : True ,
23
- "version" : "d5ea0fc3f2b81d18cead334ef8563eb1c8523d61 " ,
23
+ "version" : "bf5d70c52140f4ac809daa62282dfa7ca37ad02f " ,
24
24
"urls" : [
25
25
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
26
26
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
29
29
{
30
30
"name" : "sulong" ,
31
31
"subdir" : True ,
32
- "version" : "d5ea0fc3f2b81d18cead334ef8563eb1c8523d61 " ,
32
+ "version" : "bf5d70c52140f4ac809daa62282dfa7ca37ad02f " ,
33
33
"urls" : [
34
34
{"url" : "https://github.com/oracle/graal.git" , "kind" : "git" },
35
35
{"url" : "https://curio.ssw.jku.at/nexus/content/repositories/snapshots" , "kind" : "binary" },
Original file line number Diff line number Diff line change
1
+ exclude :test_mixed_rescue , "transient"
Original file line number Diff line number Diff line change @@ -1183,7 +1183,8 @@ def test(*args)
1183
1183
when 'unit' , 'unittest' then test_unit ( *rest )
1184
1184
when 'tck'
1185
1185
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
1187
1188
else
1188
1189
if File . expand_path ( path , TRUFFLERUBY_DIR ) . start_with? ( "#{ TRUFFLERUBY_DIR } /test" )
1189
1190
test_mri ( *args )
You can’t perform that action at this time.
0 commit comments