From e932c0e78812012ff632fd4571c297095c9cd04d Mon Sep 17 00:00:00 2001 From: mstarzinger Date: Tue, 9 Feb 2016 05:08:17 -0800 Subject: [PATCH] [interpreter] Enable exception tests that no longer fail. R=rmcilroy@chromium.org Review URL: https://codereview.chromium.org/1686533002 Cr-Commit-Position: refs/heads/master@{#33846} --- test/cctest/cctest.status | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index fa27592d1a..036643b2f4 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -636,7 +636,6 @@ 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], 'test-cpu-profiler/SourceLocation': [PASS, FAIL], - 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], 'test-serialize/SerializeInternalReference': [PASS, FAIL], # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in @@ -669,11 +668,6 @@ ['ignition == True and mode == debug and arch == x64', { # TODO(rmcilroy,4680): Flaky failures. - 'test-run-jsexceptions/CatchNested': [PASS, FAIL], - 'test-run-jsexceptions/Catch': [PASS, FAIL], - 'test-run-jsexceptions/CatchBreak': [PASS, FAIL], - 'test-run-jsexceptions/CatchCall': [PASS, FAIL], - 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL], 'test-api/CallAsFunction': [PASS, FAIL], 'test-api/ConstructorForObject': [PASS, FAIL], 'test-api/Regress528': [PASS, FAIL],