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

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: 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
« src/frames.cc ('K') | « src/frames.cc ('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 d66a50feb737906d1b8cd1ca77d2531ffe056afa..40447bf013ffcaa5903fd9654a8c657b8b330f7b 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -860,13 +860,14 @@
'harmony/reflect-construct': [FAIL],
'es6/promises': [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]],
+ # Related to lack of type feedback for calls in interpreter.
rmcilroy 2016/02/25 16:46:02 Add a TODO(mythria,<bug_id>) with the id of the bu
mythria 2016/02/26 13:23:39 Done.
+ 'array-literal-feedback': [FAIL],
+ 'regress/regress-4121': [FAIL],
+
+ # TODO(4764): lack of osr support.
+ 'regress/regress-2618': [FAIL],
# TODO(rmcilroy,4680): Test assert failures.
- 'array-literal-feedback': [FAIL],
'undetectable-compare': [FAIL],
'debug-liveedit-2': [FAIL],
'compiler/deopt-tonumber-compare': [FAIL],
@@ -876,15 +877,11 @@
'harmony/string-replace': [FAIL],
'harmony/string-match': [FAIL],
'harmony/string-split': [FAIL],
- 'regress/regress-2618': [FAIL],
- 'regress/regress-4121': [FAIL],
- 'regress/regress-4266': [FAIL],
'harmony/simd': [FAIL],
'regress/regress-crbug-109362': [FAIL],
'regress/regress-crbug-568477-2': [FAIL],
'regress/regress-crbug-568477-3': [FAIL],
'regress/regress-crbug-568477-1': [FAIL],
- 'regress/regress-2318': [FAIL],
# TODO(rmcilroy, 4680): new ES6 instanceof support
'harmony/instanceof-es6': [SKIP],
rmcilroy 2016/02/25 16:46:02 While you are here, could you change this SKIP to
mythria 2016/02/26 13:23:39 Done.
« src/frames.cc ('K') | « src/frames.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698