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

Side by Side 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: '' 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « tests/co19/co19-frog.status ('k') | tests/corelib/src/StopWatchTest.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 prefix co19 5 prefix co19
6 6
7 7
8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4 8 # Flaky tests, see http://code.google.com/p/co19/issues/detail?id=4
9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip 9 LibTest/core/StopWatch/elapsedInMs/StopWatch/elapsedInMs/A01/t01: Skip
10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip 10 LibTest/core/StopWatch/elapsedInUs/StopWatch/elapsedInUs/A01/t01: Skip
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail 342 LangSpecTest/13_Types/13_4_Interface_Types/A12/t07: Fail
343 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail 343 LangSpecTest/13_Types/13_4_Interface_Types/A12/t08: Fail
344 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail 344 LangSpecTest/13_Types/13_4_Interface_Types/A12/t17: Fail
345 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail 345 LangSpecTest/13_Types/13_4_Interface_Types/A12/t15: Fail
346 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail 346 LangSpecTest/13_Types/13_8_Parameterized_Types/A02/t01: Fail
347 347
348 # Started failing after changing how @dynamic-type-error is handled. 348 # Started failing after changing how @dynamic-type-error is handled.
349 [ $component == vm && $checked ] 349 [ $component == vm && $checked ]
350 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail 350 LangSpecTest/13_Types/13_2_Dynamic_Type_System/A01/t01: Fail
351 351
352 # Started failing after rename from StopWatch to Stopwatch.
353 [ $component == vm ]
354 LibTest/core/StopWatch/StopWatch/StopWatch/A01/t01: Fail
355 LibTest/core/StopWatch/start/StopWatch/start/A01/t01: Fail
356 LibTest/core/StopWatch/start/StopWatch/start/A01/t02: Fail # Also broken test.
357 LibTest/core/StopWatch/start/StopWatch/start/A01/t03: Fail
358 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t01: Fail
359 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t02: Fail
360 LibTest/core/StopWatch/elapsed/StopWatch/elapsed/A01/t03: Fail
361 LibTest/core/StopWatch/frequency/StopWatch/frequency/A01/t01: Fail
362
352 [ $arch == x64 ] 363 [ $arch == x64 ]
353 *: Skip 364 *: Skip
354 365
355 366
356 [ $arch == simarm ] 367 [ $arch == simarm ]
357 *: Skip 368 *: Skip
358 369
359 370
360 [ $arch == arm ] 371 [ $arch == arm ]
361 *: Skip 372 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-frog.status ('k') | tests/corelib/src/StopWatchTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698