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

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: Update status files with co19 issue number. 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/stopwatch_test.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) 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 LibTest/core/Stopwatch/Stopwatch_A01_t01: Fail, OK # co19 issue 297
366 LibTest/core/Stopwatch/elapsed_A01_t03: Fail, OK # co19 issue 297
367 LibTest/core/Stopwatch/elapsed_A01_t01: Fail, OK # co19 issue 297
368 LibTest/core/Stopwatch/elapsed_A01_t02: Fail, OK # co19 issue 297
369 LibTest/core/Stopwatch/elapsedInUs_A01_t01: Fail, OK # co19 issue 297
370 LibTest/core/Stopwatch/elapsedInMs_A01_t01: Fail, OK # co19 issue 297
371 LibTest/core/Stopwatch/start_A01_t01: Fail, OK # co19 issue 297
372 LibTest/core/Stopwatch/start_A01_t02: Fail, OK # co19 issue 297
373 LibTest/core/Stopwatch/start_A01_t03: Fail, OK # co19 issue 297
374 LibTest/core/Stopwatch/stop_A01_t01: Fail, OK # co19 issue 297
375 LibTest/core/Stopwatch/frequency_A01_t01: Fail, OK # co19 issue 297
376
377
365 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294 378 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294
366 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294 379 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294
367 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294 380 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294
368 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 381 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
369 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294 382 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294
370 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294 383 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294
371 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 384 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 385 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 386 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 387 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 490
478 491
479 [ $compiler == none && $runtime == vm && $mode == debug ] 492 [ $compiler == none && $runtime == vm && $mode == debug ]
480 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 493 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
481 494
482 [ $compiler == none && $arch == simarm ] 495 [ $compiler == none && $arch == simarm ]
483 *: Skip 496 *: Skip
484 497
485 [ $compiler == none && $arch == arm ] 498 [ $compiler == none && $arch == arm ]
486 *: Skip 499 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/corelib/stopwatch_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698