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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1605633003: [interpreter] First implementation of stack unwinding. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_int-5
Patch Set: Rebase and skip one more test. 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
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/test262/test262.status » ('j') | 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 3fa41cf41ee4ba24983e96441963329fc7fcb7b0..0682c2aca53a1ff0563f508153c184a06b784aad 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -787,6 +787,7 @@
'compiler/osr-forof': [SKIP],
'compiler/property-refs': [SKIP],
'compiler/regress-3786': [SKIP],
+ 'compiler/regress-445907': [SKIP],
'compiler/regress-446647': [SKIP],
'compiler/regress-447567': [SKIP],
'compiler/regress-469089': [SKIP],
@@ -851,6 +852,7 @@
'regress/regress-1079': [SKIP],
'regress/regress-109195': [SKIP],
'regress/regress-1114040': [SKIP],
+ 'regress/regress-1118': [SKIP],
'regress/regress-1125': [SKIP],
'regress/regress-1129': [SKIP],
'regress/regress-1170187': [SKIP],
@@ -893,6 +895,7 @@
'regress/regress-2339': [SKIP],
'regress/regress-2374': [SKIP],
'regress/regress-2593': [SKIP],
+ 'regress/regress-259': [SKIP],
'regress/regress-2618': [SKIP],
'regress/regress-263': [SKIP],
'regress/regress-265': [SKIP],
@@ -973,6 +976,7 @@
'regress/regress-806473': [SKIP],
'regress/regress-842017': [SKIP],
'regress/regress-84234': [SKIP],
+ 'regress/regress-877615': [SKIP],
'regress/regress-88591': [SKIP],
'regress/regress-88858': [SKIP],
'regress/regress-94425': [SKIP],
@@ -1062,6 +1066,7 @@
'regress/regress-osr-in-literal': [SKIP],
'regress/regress-prepare-break-while-recompile': [SKIP],
'regress/regress-put-prototype-transition': [SKIP],
+ 'regress/regress-r3391': [SKIP],
'regress/regress-sliced-external-cons-regexp': [SKIP],
'regress/regress-store-heapobject': [SKIP],
'regress/regress-transcendental': [SKIP],
@@ -1077,6 +1082,7 @@
'string-external-cached': [SKIP],
'string-externalize': [SKIP],
'string-natives': [SKIP],
+ 'string-oom-array-join': [SKIP],
'string-replace-with-empty': [SKIP],
'string-slices': [SKIP],
'tools/profile': [SKIP],
« no previous file with comments | « test/cctest/interpreter/test-interpreter.cc ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698