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

Unified Diff: test/cctest/cctest.status

Issue 1053063003: Make --always-opt also optimize top-level code. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skip failing tests. Created 5 years, 8 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
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 99f699071245e30a50e760c0c8acffb5d2678d1c..78954da8337f50760d5052040f35db60ff371269 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -97,20 +97,28 @@
'test-api/Threading*': [PASS, NO_VARIANTS],
'test-heap/IncrementalMarkingStepMakesBigProgressWithLargeObjects': [PASS, NO_VARIANTS],
'test-heap-profiler/ManyLocalsInSharedContext': [PASS, NO_VARIANTS],
+ 'test-serialize/SerializeToplevelLargeCodeObject': [PASS, NO_VARIANTS],
'test-debug/ThreadedDebugging': [PASS, NO_VARIANTS],
'test-debug/DebugBreakLoop': [PASS, NO_VARIANTS],
# BUG(3742).
'test-mark-compact/MarkCompactCollector': [PASS, ['arch==arm', NO_VARIANTS]],
+ # TODO(mstarzinger): The rewriter is not being called when top-level code is
+ # optimized and hence scripts don't "return" the correct value. Fix this.
+ 'test-compiler/CompileFunctionInContext*': [PASS, NO_VARIANTS],
+
+ # TODO(mstarzinger): These tests count the number of optimized code objects
+ # and therefore break because top-level code is optimized. Fix the tests.
+ 'test-heap/NextCodeLinkIsWeak': [PASS, NO_VARIANTS],
+ 'test-heap/TestInternalWeakLists': [PASS, NO_VARIANTS],
+ 'test-heap/TestInternalWeakListsTraverseWithGC': [PASS, NO_VARIANTS],
+
# TODO(jarin): Cannot lazy-deoptimize from conversions before comparisons.
'test-js-typed-lowering/OrderCompareEffects': [SKIP],
# TODO(jochen): Reenable after we removed the CHECK() from the marking queue.
'test-mark-compact/MarkingDeque': [SKIP],
- 'test-heap/TestInternalWeakLists': [PASS, ['arch==arm', NO_VARIANTS]],
- 'test-heap/TestInternalWeakListsTraverseWithGC': [PASS, ['arch==arm', NO_VARIANTS]],
-
############################################################################
# Slow tests.
'test-api/Threading1': [PASS, ['mode == debug', SLOW]],

Powered by Google App Engine
This is Rietveld 408576698