File tree 2 files changed +10
-1
lines changed
2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 36
36
37
37
# Reset this number to 0 on major V8 upgrades.
38
38
# Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string' : '-node.47 ' ,
39
+ 'v8_embedder_string' : '-node.48 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change 38
38
# All tests in the bug directory are expected to fail.
39
39
'bugs/*': [FAIL],
40
40
41
+ ##############################################################################
42
+ # LTS failing tests.
43
+ # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2584242
44
+ 'regress/wasm/regress-1146861': [SKIP],
45
+ # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2656263
46
+ 'regress/wasm/regress-1153442': [SKIP],
47
+ # Introduced in https://chromium-review.googlesource.com/c/v8/v8/+/2649176
48
+ 'regress/wasm/regress-1161654': [SKIP],
49
+
41
50
##############################################################################
42
51
# Open bugs.
43
52
You can’t perform that action at this time.
0 commit comments