File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-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.9 ' ,
39
+ 'v8_embedder_string' : '-node.10 ' ,
40
40
41
41
##### V8 defaults for Node.js #####
42
42
Original file line number Diff line number Diff line change 713
713
['no_simd_hardware == True', {
714
714
'test-run-wasm-simd/*': [SKIP],
715
715
'test-run-wasm-simd-liftoff/*': [SKIP],
716
+ 'test-gc/RunWasmLiftoff_RefTrivialCasts': [SKIP],
717
+ 'test-gc/RunWasmTurbofan_RefTrivialCasts': [SKIP],
718
+ 'test-run-wasm/RunWasmLiftoff_Select_s128_parameters': [SKIP],
719
+ 'test-run-wasm/RunWasmTurbofan_Select_s128_parameters': [SKIP],
716
720
}], # no_simd_hardware == True
717
721
718
722
################################################################################
You can’t perform that action at this time.
0 commit comments