Commit 76751fc3 authored by jameslahm's avatar jameslahm Committed by V8 LUCI CQ

[test] Update unittests.status for tests

... moved into unittests.

- test-compiler was moved under https://chromium-review.googlesource.com/c/v8/v8/+/3596442. And move
test-compiler/DeepEagerCompilationPeakMemory to
unittests.status. Remove test-compiler/DecideToPretenureDuringCompilation
because it has been removed in https://chromium-review.googlesource.com/c/v8/v8/+/2839550.
- test-code-pages was moved under https://chromium-review.googlesource.com/c/v8/v8/+/3599404.
- test-api/TEST(TryCatch...) was moved under https://chromium-review.googlesource.com/c/v8/v8/+/3586770. And added
''APIExceptionTest.*': [SKIP],' in unittests.status
according to here https://source.chromium.org/chromium/chromium/src/+/master:v8/test/cctest/cctest.status;l=549.


Bug: v8:12781
Change-Id: Ie5067c1312c9d69f75d3efb831e15bea2eb38fa1
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3612665Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
Commit-Queue: 王澳 <wangao.james@bytedance.com>
Cr-Commit-Position: refs/heads/main@{#80295}
parent 00c9fce3
......@@ -543,15 +543,6 @@
'test-heap-profiler/SamplingHeapProfiler': [SKIP],
}], # variant == stress_incremental_marking
##############################################################################
['variant == stress_js_bg_compile_wasm_code_gc', {
# The test relies on deterministic compilation.
'test-compiler/DecideToPretenureDuringCompilation': [SKIP],
# The test relies on deterministic allocation during compilation.
'test-compiler/DeepEagerCompilationPeakMemory': [SKIP],
}], # variant == stress_js_bg_compile_wasm_code_gc
##############################################################################
['variant == no_wasm_traps', {
'test-accessors/*': [SKIP],
......@@ -631,7 +622,6 @@
'test-calls-with-arraylike-or-spread/*': [SKIP],
'test-code-assembler/*': [SKIP],
'test-code-generator/*': [SKIP],
'test-code-pages/*': [SKIP],
'test-code-stub-assembler/*': [SKIP],
'test-debug-helper/GetObjectProperties': [SKIP],
'test-disasm-x64/DisasmX64': [SKIP],
......@@ -830,7 +820,6 @@
'test-api/NestedIsolates': [SKIP],
'test-api/RunTwoIsolatesOnSingleThread': [SKIP],
'test-api/VerifyArrayPrototypeGuarantees': [SKIP],
'test-compiler/DecideToPretenureDuringCompilation': [SKIP],
'test-cpu-profiler/MultipleIsolates': [SKIP],
'test-heap/Regress538257': [SKIP],
'test-heap/ReinitializeStringHashSeed': [SKIP],
......@@ -1172,12 +1161,6 @@
'test-weakmaps/Weakness': [SKIP],
'test-weaksets/WeakSet_Weakness': [SKIP],
'test-web-snapshots/SFIDeduplicationAfterBytecodeFlushing': [SKIP],
# CodeRange tests
'test-code-pages/LargeCodeObjectWithSignalHandler': [SKIP],
'test-code-pages/LargeCodeObject': [SKIP],
'test-code-pages/OptimizedCodeWithCodeRange': [SKIP],
'test-code-pages/Sorted': [SKIP],
'test-code-pages/CodeRangeCorrectContents': [SKIP],
# Timeout (too many GCs)
'test-heap/Regress8014': [SKIP],
'test-accessors/HandleScopePop': [SKIP],
......
......@@ -88,6 +88,12 @@
'SandboxTest.PartiallyReservedSandboxPageAllocation':[SKIP],
}], # tsan == True
##############################################################################
['variant == stress_js_bg_compile_wasm_code_gc', {
# The test relies on deterministic allocation during compilation.
'CompilerTest.DeepEagerCompilationPeakMemory': [SKIP],
}], # variant == stress_js_bg_compile_wasm_code_gc
##############################################################################
['not pointer_compression', {
# Tests are irrelevant without pointer compression
......@@ -139,6 +145,14 @@
'LocalHeapTest.GCEpilogue': [SKIP],
'UnifiedHeapDetachedTest.AllocationBeforeConfigureHeap': [SKIP],
'UnifiedHeapTest.FindingV8ToBlinkReference': [SKIP],
# CodeRange tests
'CodePagesTest.LargeCodeObjectWithSignalHandler': [SKIP],
'CodePagesTest.LargeCodeObject': [SKIP],
'CodePagesTest.OptimizedCodeWithCodeRange': [SKIP],
'CodePagesTest.Sorted': [SKIP],
'CodePagesTest.CodeRangeCorrectContents': [SKIP],
}], # third_party_heap
##############################################################################
......@@ -166,8 +180,17 @@
# Tests generated irregexp code.
'RegExpTestWithContext.RegExpInterruptReentrantExecution': [SKIP],
# Tests that generate code at runtime.
'CodePagesTest.*': [SKIP],
}], # lite_mode or variant == jitless
##############################################################################
['variant == no_wasm_traps', {
'APIExceptionTest.*': [SKIP],
}], # variant == no_wasm_traps
##############################################################################
['no_i18n == True', {
'RegExpTestWithContext.UnicodePropertyEscapeCodeSize': [SKIP],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment