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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2496063003: [tests] disable es6/array-iterator-turbo except on turbofan and ignition (Closed)
Patch Set: Created 4 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index ca64fa08bbea3b3c5aa3df6a10a112a4c5a34f6d..7abdd1cdcd863996f87433ac3df82374b5d29d39 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -174,6 +174,9 @@
# TODO(bmeurer): Flaky timeouts (sometimes <1s, sometimes >3m).
'unicodelctest': [PASS, NO_VARIANTS],
'unicodelctest-no-optimization': [PASS, NO_VARIANTS],
+
+ # Only run in turbofan and ignition variants
+ 'es6/array-iterator-turbo': [SKIP],
}], # ALWAYS
['novfp3 == True', {
@@ -595,22 +598,17 @@
}], # 'arch == ppc64'
##############################################################################
-['variant == nocrankshaft', {
- 'es6/array-iterator-turbo': [SKIP],
-}], # variant == nocranshaft
-
-##############################################################################
['variant == stress', {
- 'es6/array-iterator-turbo': [SKIP],
-
'ignition/regress-599001-verifyheap': [SKIP],
'unicode-test': [SKIP],
}], # variant == stress
+['variant == turbofan or variant == ignition or variant == ignition_staging', {
+ 'es6/array-iterator-turbo': [PASS],
Michael Achenbach 2016/11/14 17:02:20 Will this solve the problem with the deopt fuzzer?
+}], # variant == turbofan
+
##############################################################################
['variant == turbofan_opt', {
- 'es6/array-iterator-turbo': [SKIP],
-
# TODO(jarin/mstarzinger): Investigate debugger issues with TurboFan.
'debug-evaluate-locals': [FAIL],
'debug-set-variable-value': [FAIL],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698