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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 11265024: Make methods in Stopwatch getters and rename to be more consistent. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Apply suggestions. Created 8 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
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 355
356 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 356 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
357 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 357 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
358 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 358 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
359 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 359 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
360 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 360 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
361 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 361 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
362 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 362 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
363 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 363 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
364 364
365 # The following tests use function calls instead of getters.
366 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK
367 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK
368 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK
369 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK
370 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK
371 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK
372 LibTest/core/Stopwatch/start_A01_t01: Fail, OK
373 LibTest/core/Stopwatch/start_A01_t02: Fail, OK
374 LibTest/core/Stopwatch/start_A01_t03: Fail, OK
375 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK
376 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK
377
378
365 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294 379 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294
366 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294 380 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294
367 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294 381 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294
368 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 382 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
369 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294 383 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294
370 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294 384 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294
371 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 385 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
372 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # c o19 issue 294 386 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # c o19 issue 294
373 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # c o19 issue 294 387 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # c o19 issue 294
374 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK # c o19 issue 294 388 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK # c o19 issue 294
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 491
478 492
479 [ $compiler == none && $runtime == vm && $mode == debug ] 493 [ $compiler == none && $runtime == vm && $mode == debug ]
480 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 494 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
481 495
482 [ $compiler == none && $arch == simarm ] 496 [ $compiler == none && $arch == simarm ]
483 *: Skip 497 *: Skip
484 498
485 [ $compiler == none && $arch == arm ] 499 [ $compiler == none && $arch == arm ]
486 *: Skip 500 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698