Skip to content

Commit 05b62f3

Browse files
committed
[GR-18163] Update to seafoam 0.14
PullRequest: truffleruby/3482
2 parents 7d5f560 + f98e447 commit 05b62f3

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

test/truffle/compiler/graphs/run.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def test(program, shape_expected)
3232
# false means the feature is not present, which is expected.
3333
# integer values are ignored unless set in the shape_expected.
3434
nil
35+
elsif actual_key == :node_counts
36+
nil
3537
else
3638
# The actual shape has features that the test did not expect.
3739
actual_key

tool/jt.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
CACHE_EXTRA_DIR = File.expand_path('~/.mx/cache/truffleruby')
3737
FileUtils.mkdir_p(CACHE_EXTRA_DIR)
3838

39-
TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'da2231f8070adf1a866f2ecc51f0c1aa31b0bb67'
39+
TRUFFLERUBY_GEM_TEST_PACK_VERSION = '89bb8e13309d3d61d86be3d31861b751c62c3b77'
4040

4141
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
4242
METRICS_REPS = Integer(ENV['TRUFFLERUBY_METRICS_REPS'] || 10)
@@ -53,7 +53,7 @@
5353
]
5454

5555
RUBOCOP_VERSION = '1.36.0'
56-
SEAFOAM_VERSION = '0.12'
56+
SEAFOAM_VERSION = '0.14'
5757

5858
DLEXT = RbConfig::CONFIG.fetch('DLEXT')
5959

0 commit comments

Comments
 (0)