From 3f9c2c590d687562d6adb531d1159738c07013f4 Mon Sep 17 00:00:00 2001 From: mstarzinger Date: Tue, 13 Dec 2016 01:18:37 -0800 Subject: [PATCH] [deoptimizer] Enable test that should no longer fail. R=jarin@chromium.org TEST=cctest/test-cpu-profiler/CollectDeoptEvents Review-Url: https://codereview.chromium.org/2568723003 Cr-Commit-Position: refs/heads/master@{#41664} --- test/cctest/cctest.status | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status index 21398297d6..0e645dd670 100644 --- a/test/cctest/cctest.status +++ b/test/cctest/cctest.status @@ -100,8 +100,6 @@ ############################################################################## ['arch == arm64', { - 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], - 'test-api/Bug618': [PASS], # BUG(v8:3385). @@ -208,8 +206,6 @@ ############################################################################## ['arch == arm', { - 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], - # BUG(355): Test crashes on ARM. 'test-log/ProfLazyMode': [SKIP], @@ -226,8 +222,6 @@ ############################################################################## ['arch == mipsel or arch == mips', { - 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], - # TODO(mips-team): Improve code-size on large RegExp's. 'test-heap/TestSizeOfRegExpCode': [SKIP], @@ -251,8 +245,6 @@ ############################################################################## ['arch == mips64el or arch == mips64', { - 'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL], - # BUG(v8:3154). 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],