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

Unified Diff: tests/co19/co19-compiler.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: '' 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
« no previous file with comments | « frog/world.dart ('k') | tests/co19/co19-frog.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-compiler.status
===================================================================
--- tests/co19/co19-compiler.status (revision 1504)
+++ tests/co19/co19-compiler.status (working copy)
@@ -306,7 +306,6 @@
LibTest/core/SendPort/send/SendPort/send/A03/t02: Fail
LibTest/core/Set/filter/Set/filter/A01/t03: Fail
LibTest/core/Set/forEach/Set/forEach/A01/t03: Fail
-LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail
LibTest/core/String/A02/t01: Fail
LibTest/core/String/String.fromCharCodes/String/String.fromCharCodes/A02/t01: Fail
LibTest/core/String/charCodeAt/String/charCodeAt/A01/t01: Fail
@@ -401,6 +400,17 @@
LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail
LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
+# Failing test due to rename of StopWatch to Stopwatch.
+[ $component == dartc ]
+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
+
[ $component == dartium ]
*: Skip
« no previous file with comments | « frog/world.dart ('k') | tests/co19/co19-frog.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698