Skip to content

Commit d3fb599

Browse files
Vasili SkurydzinMylesBorins
Vasili Skurydzin
authored andcommitted
deps: cherry-pick 67b5499 from V8 upstream
Original commit message: PPC: disable failing cctest on AIX temporarily Change-Id: I8a0081acb9c5eb662bf43eceb52218096eac327c Reviewed-on: https://chromium-review.googlesource.com/1174560 Reviewed-by: Adam Klein <[email protected]> Reviewed-by: Camillo Bruni <[email protected]> Reviewed-by: Junliang Yan <[email protected]> Commit-Queue: Junliang Yan <[email protected]> Cr-Commit-Position: refs/heads/master@{#55229} PR-URL: #23695 Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Yang Guo <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]>
1 parent f2d3bad commit d3fb599

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

common.gypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
# Reset this number to 0 on major V8 upgrades.
3535
# Increment by one for each non-official patch applied to deps/v8.
36-
'v8_embedder_string': '-node.42',
36+
'v8_embedder_string': '-node.43',
3737

3838
# Enable disassembler for `--print-code` v8 options
3939
'v8_enable_disassembler': 1,

deps/v8/test/cctest/cctest.status

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@
390390
# TODO(ppc): Implement load/store reverse byte instructions
391391
'test-run-wasm-simd/RunWasmCompiled_SimdLoadStoreLoad': [SKIP],
392392
'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad': [SKIP],
393+
'test-run-wasm-simd/RunWasm_SimdLoadStoreLoad_turbofan': [SKIP],
393394

394395
}], # 'system == aix or (arch == ppc64 and byteorder == big)'
395396

0 commit comments

Comments
 (0)