[test] Skip shared-heap tests and one more code range test for TPH

Bug: v8:11641
Change-Id: I3d9efa63ffb2ec7d188c13d0bf24bdc7e8297a28
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2861064
Auto-Submit: Wenyu Zhao <wenyu.zhao@anu.edu.au>
Reviewed-by: Dominik Inführ <dinfuehr@chromium.org>
Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
Commit-Queue: Dominik Inführ <dinfuehr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74291}
This commit is contained in:
Wenyu Zhao 2021-04-30 14:33:33 +10:00 committed by V8 LUCI CQ
parent 387c803020
commit bcff0072da

View File

@ -877,6 +877,7 @@
'test-typedarrays/SpeciesProto': [SKIP],
'test-wasm-serialization/*': [SKIP],
'test-wasm-shared-engine/*': [SKIP],
'test-shared-heap/*': [SKIP],
# Performs GC or expects OOM
'test-alloc/StressHandles': [SKIP],
'test-alloc/StressJS': [SKIP],
@ -1169,6 +1170,7 @@
'test-code-pages/LargeCodeObject': [SKIP],
'test-code-pages/OptimizedCodeWithCodeRange': [SKIP],
'test-code-pages/Sorted': [SKIP],
'test-code-pages/CodeRangeCorrectContents': [SKIP],
}], # third_party_heap
]