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

Unified Diff: tests/lib/lib.status

Issue 23033024: Test is only slow on simulator, not on real ARM hw. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/lib.status
diff --git a/tests/lib/lib.status b/tests/lib/lib.status
index 82bfcb20df3a10d3230315bc07ed4f20279100c1..f96f395e77e2c62105fe2a701c03809f08953bc2 100644
--- a/tests/lib/lib.status
+++ b/tests/lib/lib.status
@@ -125,7 +125,9 @@ async/timer_test: Fail, Pass # See Issue 10982
convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
-[ $arch == simarm || $arch == arm ]
+[ $arch == simarm ]
convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12644.
+
+[ $arch == simarm || $arch == arm ]
typed_data/uint32x4_arithmetic_test: Crash # Unimplemented
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698