Commit 1ffb6008 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

[unwinder] Remove the old unwinder tests from cctest.status

I forgot to remove them when I removed the old API in
https://chromium-review.googlesource.com/c/v8/v8/+/2369174.

Bug: v8:8116
Change-Id: I74a9670f56d09b7907187d5abcf15d707c8100a6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2377688
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Commit-Queue: Peter Marshall <petermarshall@chromium.org>
Auto-Submit: Santiago Aboy Solanes <solanes@chromium.org>
Reviewed-by: 's avatarPeter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69569}
parent 4a1691a2
......@@ -465,10 +465,6 @@
##############################################################################
# The stack unwinder API is only supported on x64, arm64 and arm.
['arch != x64 and arch != arm64', {
'test-unwinder/*': [SKIP]
}],
['arch != x64 and arch != arm64 and arch != arm', {
'test-unwinder-code-pages/*': [SKIP]
}],
......@@ -561,8 +557,6 @@
'test-run-variables/*': [SKIP],
'test-serialize/*': [SKIP],
'test-torque/*': [SKIP],
'test-unwinder/PCIsInV8_InCodeOrEmbeddedRange': [SKIP],
'test-unwinder/PCIsInV8_LargeCodeObject': [SKIP],
'test-unwinder-code-pages/PCIsInV8_LargeCodeObject_CodePagesAPI': [SKIP],
# Field representation tracking is disabled in jitless mode.
......
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