Skip to content

Commit 79dccb5

Browse files
OracleLabsAutomationeregon
authored andcommitted
[GR-26395] Periodic update of the graal import.
PullRequest: truffleruby/3998
2 parents 8c65af7 + f24597e commit 79dccb5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Jsonnet files should not include this file directly but use ci/common.jsonnet instead."
55
],
66

7-
"mx_version": "6.45.0",
7+
"mx_version": "6.46.1",
88

99
"COMMENT.jdks": "When adding or removing JDKs keep in sync with JDKs in ci/common.jsonnet",
1010
"jdks": {

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
{
2121
"name": "regex",
2222
"subdir": True,
23-
"version": "d5ea0fc3f2b81d18cead334ef8563eb1c8523d61",
23+
"version": "bf5d70c52140f4ac809daa62282dfa7ca37ad02f",
2424
"urls": [
2525
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2626
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -29,7 +29,7 @@
2929
{
3030
"name": "sulong",
3131
"subdir": True,
32-
"version": "d5ea0fc3f2b81d18cead334ef8563eb1c8523d61",
32+
"version": "bf5d70c52140f4ac809daa62282dfa7ca37ad02f",
3333
"urls": [
3434
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
3535
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
exclude :test_mixed_rescue, "transient"

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)