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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1551443002: Ship ES2015 sloppy-mode function hoisting, let, class (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix duplicate status line Created 4 years, 12 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/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index a1714ac269d5462ffdc6a6f32eb7ef8d6779c901..69ee4e3b15b952ce96d65181dd7b25f6ea0cc082 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -1090,6 +1090,10 @@
'with-prototype': [SKIP],
'with-readonly': [SKIP],
'with-value': [SKIP],
+ 'regress/regress-builtinbust-7': [SKIP],
+ 'regress/regress-crbug-451770': [SKIP],
+ 'regress/regress-crbug-503968': [SKIP],
+ 'regress/regress-crbug-504729': [SKIP],
adamk 2016/01/05 19:19:05 Guessing these got skipped because ignition doesn'
Dan Ehrenberg 2016/01/06 00:27:57 Yeah, these seem to have sloppy mode function hois
}], # ignition == True
['ignition == True and (arch == arm or arch == arm64)', {

Powered by Google App Engine
This is Rietveld 408576698