Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1337)

Unified Diff: test/cctest/cctest.status

Issue 2226233002: [test] Speedup serializer test for large code objects. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-preserve-bytecode-1
Patch Set: Rebased. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | test/cctest/test-serialize.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 92786eb6befa8dba9101acc4312bd9a6d4d34037..5b0d306d210d23d631b42855521272233a242c05 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -322,16 +322,8 @@
}], # 'arch == ppc64 and simulator_run == True'
##############################################################################
-['variant == stress', {
- 'test-serialize/CodeSerializerLargeCodeObject': [SKIP],
-}], # variant == stress
-
-##############################################################################
['variant == turbofan', {
- # Too many inputs into the merge of the handler block. And slow!
- 'test-serialize/CodeSerializerLargeCodeObject': [SKIP],
-
# TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
# via deoptimization data (Crankshaft also does this, but lack proper test
# coverage).
@@ -345,14 +337,6 @@
}], # variant == turbofan
##############################################################################
-['variant == turbofan_opt', {
-
- # Too many inputs into the merge of the handler block. And slow!
- 'test-serialize/CodeSerializerLargeCodeObject': [SKIP],
-
-}], # variant == turbofan_opt
-
-##############################################################################
['variant == ignition', {
# TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !function->shared()->is_compiled() || function->IsOptimized().
'test-heap/TestCodeFlushingPreAged': [FAIL],
@@ -400,9 +384,6 @@
# with crankshaft.
'test-cpu-profiler/TickLinesOptimized': [SKIP],
- # TOOD(mstarzinger): Test expectation does not respect bytecode array.
- 'test-serialize/CodeSerializerLargeCodeObject': [FAIL],
-
# TurboFan cpu profiler result is different.
'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
@@ -457,7 +438,6 @@
'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
'test-run-inlining/SimpleInliningContext': [FAIL],
'test-run-inlining/SimpleInlining': [FAIL],
- 'test-serialize/CodeSerializerLargeCodeObject': [FAIL],
}], # variant == ignition_staging
##############################################################################
@@ -529,9 +509,6 @@
# BUG(4751). Flaky with Ignition.
'test-cpu-profiler/JsNativeJsSample': [SKIP],
- # TOOD(mstarzinger): Test expectation does not respect bytecode array.
- 'test-serialize/CodeSerializerLargeCodeObject': [FAIL],
-
# TODO(bmeurer): TurboFan embeds strong references to all kinds of objects
# via deoptimization data (Crankshaft also does this, but lack proper test
# coverage).
« no previous file with comments | « no previous file | test/cctest/test-serialize.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698