File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
test/truffle/compiler/graphs Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ def test(program, shape_expected)
32
32
# false means the feature is not present, which is expected.
33
33
# integer values are ignored unless set in the shape_expected.
34
34
nil
35
+ elsif actual_key == :node_counts
36
+ nil
35
37
else
36
38
# The actual shape has features that the test did not expect.
37
39
actual_key
Original file line number Diff line number Diff line change 36
36
CACHE_EXTRA_DIR = File . expand_path ( '~/.mx/cache/truffleruby' )
37
37
FileUtils . mkdir_p ( CACHE_EXTRA_DIR )
38
38
39
- TRUFFLERUBY_GEM_TEST_PACK_VERSION = 'da2231f8070adf1a866f2ecc51f0c1aa31b0bb67 '
39
+ TRUFFLERUBY_GEM_TEST_PACK_VERSION = '89bb8e13309d3d61d86be3d31861b751c62c3b77 '
40
40
41
41
JDEBUG = '--vm.agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y'
42
42
METRICS_REPS = Integer ( ENV [ 'TRUFFLERUBY_METRICS_REPS' ] || 10 )
53
53
]
54
54
55
55
RUBOCOP_VERSION = '1.36.0'
56
- SEAFOAM_VERSION = '0.12 '
56
+ SEAFOAM_VERSION = '0.14 '
57
57
58
58
DLEXT = RbConfig ::CONFIG . fetch ( 'DLEXT' )
59
59
You can’t perform that action at this time.
0 commit comments