Commit f4316f16 authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[interpreter] Enable test that no longer fails.

R=machenbach@chromium.org

Review-Url: https://codereview.chromium.org/2207503002
Cr-Commit-Position: refs/heads/master@{#38237}
parent d25e45df
...@@ -147,11 +147,6 @@ ...@@ -147,11 +147,6 @@
# in interpreter. # in interpreter.
'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION], 'test-heap/CompilationCacheCachingBehavior': [PASS, NO_IGNITION],
# TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
# in compiler.cc GetLazyCode for uncompiled code, and no similar path for eager
# code.
'test-api/TurboAsmDisablesNeuter': [PASS, NO_IGNITION],
# TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION], 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [PASS, NO_IGNITION],
...@@ -462,11 +457,6 @@ ...@@ -462,11 +457,6 @@
# in interpreter. # in interpreter.
'test-heap/CompilationCacheCachingBehavior': [FAIL], 'test-heap/CompilationCacheCachingBehavior': [FAIL],
# TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
# in compiler.cc GetLazyCode for uncompiled code, and no similar path for eager
# code.
'test-api/TurboAsmDisablesNeuter': [FAIL],
# TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [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