We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2d3bad commit d3fb599Copy full SHA for d3fb599
common.gypi
@@ -33,7 +33,7 @@
33
34
# Reset this number to 0 on major V8 upgrades.
35
# Increment by one for each non-official patch applied to deps/v8.
36
- 'v8_embedder_string': '-node.42',
+ 'v8_embedder_string': '-node.43',
37
38
# Enable disassembler for `--print-code` v8 options
39
'v8_enable_disassembler': 1,
deps/v8/test/cctest/cctest.status
@@ -390,6 +390,7 @@
390
# TODO(ppc): Implement load/store reverse byte instructions
391
'test-run-wasm-simd/RunWasmCompiled_SimdLoadStoreLoad': [SKIP],
392
'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad': [SKIP],
393
+ 'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad_turbofan': [SKIP],
394
395
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
396
0 commit comments