Skip to content

Commit 06479a9

Browse files
committed
[GR-19779] Tag spurious spec when running with native image.
PullRequest: truffleruby/1188
2 parents 7b06eda + 584c208 commit 06479a9

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
@@ -9,7 +9,7 @@
99
"name": "tools",
1010
"subdir": True,
1111
# version must always be equal to the version of the "sulong" import below
12-
"version": "17a0c2940da139f757ddc3628076e067c06da8b7",
12+
"version": "7320bcd1a6533f07360f88b6844872b54afce052",
1313
"urls": [
1414
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
1515
{"url": "https://curio.ssw.jku.at/nexus/content/repositories/snapshots", "kind": "binary"},
@@ -19,7 +19,7 @@
1919
"name": "sulong",
2020
"subdir": True,
2121
# version must always be equal to the version of the "tools" import above
22-
"version": "17a0c2940da139f757ddc3628076e067c06da8b7",
22+
"version": "7320bcd1a6533f07360f88b6844872b54afce052",
2323
"urls": [
2424
{"url": "https://github.com/oracle/graal.git", "kind": "git"},
2525
{"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
@@ -1 +1,2 @@
11
slow:ObjectSpace.define_finalizer will call the finalizer
2+
aot(spurious GR-19779):ObjectSpace.define_finalizer will call the finalizer

0 commit comments

Comments
 (0)