[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: Peter Marshall <petermarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69569}
This commit is contained in:
Santiago Aboy Solanes 2020-08-26 14:04:39 +01:00 committed by Commit Bot
parent 4a1691a2fb
commit 1ffb60089f

View File

@ -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.