diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index bb215652d0..7e2c8318a0 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -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.