File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 27
27
28
28
# Reset this number to 0 on major V8 upgrades.
29
29
# Increment by one for each non-official patch applied to deps/v8.
30
- 'v8_embedder_string' : '-node.2 ' ,
30
+ 'v8_embedder_string' : '-node.3 ' ,
31
31
32
32
# Enable disassembler for `--print-code` v8 options
33
33
'v8_enable_disassembler' : 1 ,
Original file line number Diff line number Diff line change 682
682
683
683
# TODO(ppc/s390): implement atomic operations
684
684
'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],
685
689
}], # 'arch == ppc64 or arch == ppc or arch == s390 or arch == s390x'
686
690
687
691
##############################################################################
You can’t perform that action at this time.
0 commit comments