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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1412573005: [turbofan] Disable two more failing tests. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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 | 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 42766dadeb482de1257057ac3b15ff9e6991428e..e13f478cc7299585975fd55390c83ca4ce62645e 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -153,6 +153,7 @@
'regress/regress-1122': [PASS, NO_VARIANTS],
# Issue 4493: Bugs due to --turbo-inlining.
+ 'sparse-array-reverse': [PASS, NO_VARIANTS],
'harmony/reflect': [PASS, NO_VARIANTS],
# Assumptions about optimization need investigation in TurboFan.
@@ -276,7 +277,8 @@
'readonly': [PASS, SLOW],
'regress/regress-1200351': [PASS, ['mode == debug', SLOW]],
'regress/regress-crbug-474297': [PASS, ['mode == debug', SLOW]],
- 'strong/implicit-conversions': [PASS, SLOW],
+ # Issue 4493: The 'implicit-conversions' is only NO_VARIANTS because of 4493.
+ 'strong/implicit-conversions': [PASS, SLOW, NO_VARIANTS],
'strong/load-element-mutate-backing-store': [PASS, SLOW],
}], # ALWAYS
« 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