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

Unified Diff: tests/standalone/standalone.status

Issue 18034008: Fixes timing-out test for simarm, simmips (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 6 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 | « no previous file | tests/standalone/typed_data_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/standalone.status
===================================================================
--- tests/standalone/standalone.status (revision 24533)
+++ tests/standalone/standalone.status (working copy)
@@ -169,9 +169,11 @@
# Skip until we stabilize language tests.
*: Skip
-[ $arch == arm || $arch == simarm ]
+[ $arch == arm ]
+*: Skip # Shared libraries problem.
+
+[ $arch == simarm ]
out_of_memory_test: Crash
-typed_data_test: Pass, Timeout
[ $arch == mips ]
*: Skip
@@ -179,5 +181,4 @@
[ $arch == simmips ]
left_shift_bit_and_op_test: Fail
out_of_memory_test: Crash
-typed_data_test: Timeout
« no previous file with comments | « no previous file | tests/standalone/typed_data_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698