Skip to content

Commit

Permalink
deps: skip some V8 tests for ppc and s390
Browse files Browse the repository at this point in the history
PR-URL: #18453
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Yang Guo <yangguo@chromium.org>
Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
  • Loading branch information
targos committed Mar 7, 2018
1 parent 9396a9f commit b4c1222
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion common.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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

# Enable disassembler for `--print-code` v8 options
'v8_enable_disassembler': 1,
Expand Down
4 changes: 4 additions & 0 deletions deps/v8/test/mjsunit/mjsunit.status
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,10 @@

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

##############################################################################
Expand Down

0 comments on commit b4c1222

Please sign in to comment.