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

Unified Diff: test/mjsunit/mjsunit.status

Issue 552303003: Enable typed pipeline for TurboFan. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Include 'webkit' test suite. Created 6 years, 3 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') | test/mozilla/mozilla.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 a2a3a5ac5a3be21073634c7adc03f79d0923b769..2d763ff9bafc43a1d424c7aff75c11f912cd562f 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -67,9 +67,38 @@
'debug-references': [PASS, NO_VARIANTS],
'regress/regress-263': [PASS, NO_VARIANTS],
+ # TODO(mstarzinger): Some runtime functions expect Smi but get HeapNumber.
+ 'array-functions-prototype-misc': [PASS, NO_VARIANTS],
+ 'array-join': [PASS, NO_VARIANTS],
+ 'sparse-array-reverse': [PASS, NO_VARIANTS],
+
+ # TODO(mstarzinger): Causes crash in generated code, needs investigation.
+ 'array-sort': [PASS, NO_VARIANTS],
+ 'dehoisted-array-index': [PASS, NO_VARIANTS],
+
+ # TODO(mstarzinger/rossberg): Typer doesn't like contexts very much.
+ 'harmony/block-conflicts': [PASS, NO_VARIANTS],
+ 'harmony/block-for': [PASS, NO_VARIANTS],
+ 'harmony/block-leave': [PASS, NO_VARIANTS],
+ 'harmony/block-let-crankshaft': [PASS, NO_VARIANTS],
+ 'harmony/empty-for': [PASS, NO_VARIANTS],
+
+ # TODO(mstarzinger): Needs more investigation.
+ 'polymorph-arrays': [PASS, NO_VARIANTS],
+ 'string-oom-concat': [PASS, NO_VARIANTS],
+ 'unbox-double-arrays': [PASS, NO_VARIANTS],
+ 'compiler/osr-warm': [PASS, NO_VARIANTS],
+ 'compiler/regress-3136962': [PASS, NO_VARIANTS],
+ 'harmony/proxies-json': [PASS, NO_VARIANTS],
+ 'regress/regress-3476': [PASS, NO_VARIANTS],
+ 'regress/regress-760-1': [PASS, NO_VARIANTS],
+ 'regress/regress-760-2': [PASS, NO_VARIANTS],
+ 'regress/regress-crbug-357052': [PASS, NO_VARIANTS],
+
# Some tests are over-restrictive about object layout.
'array-constructor-feedback': [PASS, NO_VARIANTS],
'array-feedback': [PASS, NO_VARIANTS],
+ 'elements-kind': [PASS, NO_VARIANTS],
# Some tests are just too slow to run for now.
'bit-not': [PASS, NO_VARIANTS],
« no previous file with comments | « test/cctest/cctest.status ('k') | test/mozilla/mozilla.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698