Skip to content

Commit f4f5a82

Browse files
committed
[GR-37962] Update graal and re-enable Regexp test with the fix merged in TRegex
1 parent 00d4106 commit f4f5a82

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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": "7c72b85bc0d85bff0ff1f29fc4edc3c27a360ab3",
10+
"version": "fbb7fadb65f4e3c17123da4f076c796e085e04e1",
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": "7c72b85bc0d85bff0ff1f29fc4edc3c27a360ab3",
19+
"version": "fbb7fadb65f4e3c17123da4f076c796e085e04e1",
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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@
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)