Skip to content

Commit b4c1222

Browse files
committed
deps: skip some V8 tests for ppc and s390
PR-URL: #18453 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Yang Guo <[email protected]> Reviewed-By: Ali Ijaz Sheikh <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 9396a9f commit b4c1222

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

common.gypi

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
# Reset this number to 0 on major V8 upgrades.
2929
# Increment by one for each non-official patch applied to deps/v8.
30-
'v8_embedder_string': '-node.2',
30+
'v8_embedder_string': '-node.3',
3131

3232
# Enable disassembler for `--print-code` v8 options
3333
'v8_enable_disassembler': 1,

deps/v8/test/mjsunit/mjsunit.status

+4
Original file line numberDiff line numberDiff line change
@@ -682,6 +682,10 @@
682682

683683
# TODO(ppc/s390): implement atomic operations
684684
'wasm/atomics': [SKIP],
685+
'wasm/shared-memory': [SKIP],
686+
# TODO(ppc/s390): fix constant pool issue and implement tagging for reloc
687+
'wasm/compiled-module-serialization': [SKIP],
688+
'regress/wasm/regress-808980': [SKIP],
685689
}], # 'arch == ppc64 or arch == ppc or arch == s390 or arch == s390x'
686690

687691
##############################################################################

0 commit comments

Comments
 (0)