Commit 3f9c2c59 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[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}
parent 7371284d
...@@ -100,8 +100,6 @@ ...@@ -100,8 +100,6 @@
############################################################################## ##############################################################################
['arch == arm64', { ['arch == arm64', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
'test-api/Bug618': [PASS], 'test-api/Bug618': [PASS],
# BUG(v8:3385). # BUG(v8:3385).
...@@ -208,8 +206,6 @@ ...@@ -208,8 +206,6 @@
############################################################################## ##############################################################################
['arch == arm', { ['arch == arm', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
# BUG(355): Test crashes on ARM. # BUG(355): Test crashes on ARM.
'test-log/ProfLazyMode': [SKIP], 'test-log/ProfLazyMode': [SKIP],
...@@ -226,8 +222,6 @@ ...@@ -226,8 +222,6 @@
############################################################################## ##############################################################################
['arch == mipsel or arch == mips', { ['arch == mipsel or arch == mips', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
# TODO(mips-team): Improve code-size on large RegExp's. # TODO(mips-team): Improve code-size on large RegExp's.
'test-heap/TestSizeOfRegExpCode': [SKIP], 'test-heap/TestSizeOfRegExpCode': [SKIP],
...@@ -251,8 +245,6 @@ ...@@ -251,8 +245,6 @@
############################################################################## ##############################################################################
['arch == mips64el or arch == mips64', { ['arch == mips64el or arch == mips64', {
'test-cpu-profiler/CollectDeoptEvents': [PASS, FAIL],
# BUG(v8:3154). # BUG(v8:3154).
'test-heap/ReleaseOverReservedPages': [PASS, FAIL], 'test-heap/ReleaseOverReservedPages': [PASS, FAIL],
......
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