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

Unified Diff: tests/co19/co19-runtime.status

Issue 15927015: Updates status files so that arm and simarm are the same. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 7 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
Index: tests/co19/co19-runtime.status
===================================================================
--- tests/co19/co19-runtime.status (revision 23548)
+++ tests/co19/co19-runtime.status (working copy)
@@ -510,9 +510,23 @@
[ $compiler == none && $runtime == vm && $unchecked ]
LibTest/core/List/setRange_A05_t01: Fail # setRange now takes end-argument. Issue 402
-[ $compiler == none && $runtime == vm && $arch == arm ]
-*: Skip
+[ $compiler == none && $runtime == vm && $arch == arm]
+LibTest/math/tan_A01_t01: Fail
+LibTest/math/Random/nextDouble_A01_t01: Pass, Crash
+LibTest/core/int/operator_left_shift_A01_t02: Fail
+LibTest/core/int/operator_unary_minus_A01_t01: Fail
+[ $compiler == none && $runtime == vm && $arch == arm && $mode == debug]
+LibTest/core/Expect/throws_A01_t04: Crash
+LibTest/core/List/sort_A01_t04: Crash
+LibTest/core/List/sort_A01_t05: Crash
+LibTest/core/List/sort_A01_t06: Crash
+LibTest/core/double/ceil_A01_t02: Fail
+LibTest/core/double/floor_A01_t02: Fail
+LibTest/core/double/truncate_A01_t01: Fail
+LibTest/core/int/operator_left_shift_A01_t02: Fail
+LibTest/core/int/operator_unary_minus_A01_t01: Fail
+
[ $compiler == none && $runtime == vm && $arch == simarm]
LibTest/math/tan_A01_t01: Fail
LibTest/math/Random/nextDouble_A01_t01: Pass, Crash

Powered by Google App Engine
This is Rietveld 408576698