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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1740753002: [Interpreter] Adds translation of optimized frame to bytecode offset in FrameSummary (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reverts to pathcset 4 and skips a failing cctest. 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
« no previous file with comments | « test/cctest/cctest.status ('k') | 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 33ba5ec4d99494709ed95cfa9a7f52d7d66fb2ba..88a4b954a7fcf0f3e36e57311062b8c4c39473f1 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -854,28 +854,23 @@
'strong/function-arity': [FAIL],
'strong/undefined': [FAIL],
- # TODO(rmcilroy,4680): Pass on debug, fail on release. Fails in both modes.
- # the line numbers in the stack trace are incorrect. In debug mode somehow
- # does not get flagged as a failure.
- 'compiler/regress-stacktrace-methods': [PASS, ['mode == release', FAIL]],
+ # TODO(mythria, 4780): Related to type feedback for calls in interpreter.
+ 'array-literal-feedback': [FAIL],
+ 'regress/regress-4121': [FAIL],
+
+ # TODO(mythria, 4764): lack of osr support.
+ 'regress/regress-2618': [FAIL],
# TODO(rmcilroy,4680): Test assert failures.
- 'array-literal-feedback': [FAIL],
'debug-liveedit-2': [FAIL],
'compiler/deopt-tonumber-compare': [FAIL],
'es6/mirror-collections': [FAIL],
'es6/regress/regress-468661': [FAIL],
- 'regress/regress-2618': [FAIL],
- 'regress/regress-4121': [FAIL],
- 'regress/regress-4266': [FAIL],
'regress/regress-crbug-109362': [FAIL],
'regress/regress-crbug-568477-2': [FAIL],
'regress/regress-crbug-568477-3': [FAIL],
'regress/regress-crbug-568477-1': [FAIL],
- # TODO(rmcilroy, 4680): new ES6 instanceof support
- 'harmony/instanceof-es6': [SKIP],
-
# TODO(rmcilroy,4680): Test timeouts.
'array-literal-transitions': [SKIP],
'regress/regress-crbug-517592': [SKIP],
« no previous file with comments | « test/cctest/cctest.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698