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

Unified Diff: test/mjsunit/mjsunit.status

Issue 1759673002: [interpreter] Add tests for translating PC from optimized frame. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: both tests actually fail for ignition 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/mjsunit/ignition/optimized-stack-trace.js ('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 eb8d015968207ec0685a86e1c1e314bd0362c586..c40d77aed436164e013dba165185f3ba1f4a11c9 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -780,6 +780,12 @@
}], # 'arch == ppc and simulator_run == True'
['ignition == True', {
+ # TODO(rmcilroy, 4689): FrameInspector does not translate interpreted frame.
+ 'ignition/optimized-debug-frame': [FAIL],
+
+ # TODO(rmcilroy, 4689): Translated code offset for FrameSummary is wrong.
+ 'ignition/optimized-stack-trace': [FAIL],
+
# TODO(yangguo,4690): assertion failures in debugger tests.
'debug-allscopes-on-debugger': [FAIL],
'debug-return-value': [FAIL],
« no previous file with comments | « test/mjsunit/ignition/optimized-stack-trace.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698