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

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

Issue 8537011: Rename StopWatch to Stopwatch. Add new Stopwatch.start() and Stopwatch.reset(). (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Move break on new line. Created 9 years, 1 month 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
diff --git a/tests/co19/co19-runtime.status b/tests/co19/co19-runtime.status
index 82e8de78e6a81db9cd49a9cd9aa7dbb08c48ede9..b32327ec9023905b83310db8d93cc386dc6d8d0f 100644
--- a/tests/co19/co19-runtime.status
+++ b/tests/co19/co19-runtime.status
@@ -349,6 +349,17 @@ LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
[ $component == vm && $checked ]
LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
+# Started failing after rename from StopWatch to Stopwatch.
+[ $component == vm ]
+LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail
+LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail
+LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test.
+LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail
+LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail
+LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail
+LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail
+LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail
+
[ $arch == x64 ]
*: Skip

Powered by Google App Engine
This is Rietveld 408576698