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

Unified Diff: test/mozilla/mozilla.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/mozilla/mozilla.status
diff --git a/test/mozilla/mozilla.status b/test/mozilla/mozilla.status
index a1254dbd09f7094c20a34a4639d37464367e0153..109efb78e2b38564e3d314dd1989ea3d06bf6db2 100644
--- a/test/mozilla/mozilla.status
+++ b/test/mozilla/mozilla.status
@@ -58,9 +58,20 @@
'js1_4/Functions/function-001': [PASS, NO_VARIANTS],
'js1_5/Regress/regress-80981': [PASS, NO_VARIANTS],
+ # TODO(turbofan): Causes timeouts since top-level code is optimized.
+ 'ecma_3/Statements/regress-324650': [PASS, NO_VARIANTS],
titzer 2015/04/07 14:43:36 disable in turbofan variant only?
Michael Starzinger 2015/04/07 14:45:56 As discussed offline: We don't have a way to turn
+ 'ecma_3/Statements/regress-74474-002': [PASS, NO_VARIANTS],
+ 'ecma_3/Statements/regress-74474-003': [PASS, NO_VARIANTS],
+ 'js1_5/Regress/regress-111557': [PASS, NO_VARIANTS],
+ 'js1_5/Regress/regress-155081-2': [PASS, NO_VARIANTS],
+ 'js1_5/Regress/regress-451322': [PASS, NO_VARIANTS],
+
# TODO(turbofan): Large switch statements crash.
'js1_5/Regress/regress-398085-01': [PASS, NO_VARIANTS],
+ # TODO(mstarzinger): Investigate failure with lookup slot declaration.
+ 'js1_5/Regress/regress-343713': [PASS, NO_VARIANTS],
+
############################ INVALID TESTS #############################
# Function length properties are configurable in ES6

Powered by Google App Engine
This is Rietveld 408576698