Skip to content

Commit 80e6374

Browse files
committed
[GR-26395] Periodic update of the graal import.
PullRequest: truffleruby/3280
2 parents 502f2c9 + ff322b7 commit 80e6374

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

mx.truffleruby/suite.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
"name": "regex",
99
"subdir": True,
10-
"version": "60ec345dd90fee0747ee4d2cff3aec92bc6f4d0b",
10+
"version": "7c72b85bc0d85bff0ff1f29fc4edc3c27a360ab3",
1111
"urls": [
1212
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1313
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -16,7 +16,7 @@
1616
{
1717
"name": "sulong",
1818
"subdir": True,
19-
"version": "60ec345dd90fee0747ee4d2cff3aec92bc6f4d0b",
19+
"version": "7c72b85bc0d85bff0ff1f29fc4edc3c27a360ab3",
2020
"urls": [
2121
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2222
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},

test/mri/excludes/TestRegexp.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@
3636
exclude :test_posix_bracket, "needs investigation"
3737
exclude :test_rindex_regexp, "needs investigation"
3838
exclude :test_yoshidam_net_20041111_1, "needs investigation"
39+
exclude :test_exec, "GR-37962"

0 commit comments

Comments
 (0)