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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1757543003: Restrict FunctionDeclarations in Statement position (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: ignition failure expectation Created 4 years, 10 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 e7fc4f96ad733bd6f75078ec981bc94ee2b430bd..bcdef636ff3eecc955ce2523a6fd13479a87bfd5 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -869,6 +869,9 @@
'regress/regress-crbug-42414': [SKIP],
'regress/regress-1853': [SKIP],
'regress/regress-crbug-424142': [SKIP],
+
+ # with statements no longer always have a block as their body
+ 'regress/regress-95485': [FAIL],
}], # ignition == True
['ignition == True and arch == arm64', {

Powered by Google App Engine
This is Rietveld 408576698