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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1576403004: [Interpreter] Removes assignment hazard scope. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Skips failing mjsunit tests. Created 4 years, 11 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 ad6ceb4f6da2e53bf9140e0cad6f580395fcb48a..7757e3fbaae6c11258602391e1ec082d1a1fad56 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -812,6 +812,7 @@
'compiler/regress-const': [SKIP],
'compiler/regress-funarguments': [SKIP],
'compiler/regress-stacktrace-methods': [SKIP],
+ 'compiler/regress-variable-liveness': [SKIP],
mythria 2016/01/12 14:33:12 This fails because of deopting an inlined function
'compiler/rotate': [SKIP],
'compiler/safepoint': [SKIP],
'compiler/switch-bailout': [SKIP],
@@ -1104,6 +1105,7 @@
'regress/regress-typedarray-length': [SKIP],
'regress/regress-undefined-nan': [SKIP],
'regress/splice-missing-wb': [SKIP],
+ 'setter-on-constructor-prototype': [SKIP],
mythria 2016/01/12 14:33:12 I have a fix for this as a different cl. This fail
'shift-for-integer-div': [SKIP],
'simple-constructor': [SKIP],
'sparse-array-reverse': [SKIP],

Powered by Google App Engine
This is Rietveld 408576698