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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2182183005: [interpreter] Support on-stack replacement in profiler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments. Created 4 years, 5 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/array-literal-transitions.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 cc7a25f3638c8eacc5035f474277064888f68e74..0f7014a786404d93d9b745295e114a099714a6bf 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -220,10 +220,6 @@
'array-literal-feedback': [PASS, NO_IGNITION],
'regress/regress-4121': [PASS, NO_IGNITION],
- # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
- # till it is optimized. So test timeouts.
- 'array-literal-transitions': [PASS, NO_IGNITION],
-
# TODO(4680): Test doesn't know about three tier compiler pipeline.
'assert-opt-and-deopt': [PASS, NO_IGNITION],
@@ -706,10 +702,6 @@
'array-feedback': [FAIL],
'allocation-site-info': [FAIL],
- # TODO(mythria, 4764): lack of osr support. The tests waits in a loop
- # till it is optimized. So test timeouts.
- 'array-literal-transitions': [SKIP],
-
'wasm/asm-wasm-f32': [PASS, ['arch in [arm64]', SKIP]],
'wasm/asm-wasm-f64': [PASS, ['arch in [arm64]', SKIP]],
« no previous file with comments | « test/mjsunit/array-literal-transitions.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698