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

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

Issue 11266050: Rename regexp methods to getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 need to be updated for new optional parameter syntax and semantics , co19 issue 258: 5 # These tests need to be updated for new optional parameter syntax and semantics , co19 issue 258:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK 7 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t01: Fail, OK
8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK 8 Language/07_Classes/1_Instance_Methods_A02_t06: Fail, OK
9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK 9 Language/10_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A01_t01: Fail , OK
10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK 10 Language/14_Types/5_Function_Types_A01_t21: Fail, OK
(...skipping 341 matching lines...) Expand 10 before | Expand all | Expand 10 after
352 352
353 [ $compiler == none && $runtime == vm ] 353 [ $compiler == none && $runtime == vm ]
354 354
355 # The following tests use the deprecated Date interface. 355 # The following tests use the deprecated Date interface.
356 # Issue co19 - 125 356 # Issue co19 - 125
357 LibTest/core/Date/toString_A02_t01: Fail, OK 357 LibTest/core/Date/toString_A02_t01: Fail, OK
358 LibTest/core/Date/year_A01_t01: Fail, OK 358 LibTest/core/Date/year_A01_t01: Fail, OK
359 359
360 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289 360 LibTest/core/String/charCodes_A01_t01: Fail, OK # co19 issue 289
361 361
362 # The following test use methods instead of getters for regexps.
363 LibTest/core/Match/end_A01_t01: Fail, OK
364 LibTest/core/Match/group_A01_t01: Fail, OK
365 LibTest/core/Match/groupCount_A01_t01: Fail, OK
366 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK
367 LibTest/core/Match/start_A01_t01: Fail, OK
368 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK
369 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK
370 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK
371 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK
372 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK
373 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK
374 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK
375 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK
376 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail, OK
377 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail, OK
378 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail, OK
379 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail, OK
380 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail, OK
381 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK
382 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK
383 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail, OK
384 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail, OK
385 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK
386 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail, OK
387 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail, OK
388 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail, OK
389 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail, OK
390 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail, OK
391 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK
392 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK
393
362 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 394 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291
363 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 395 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291
364 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 396 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291
365 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291 397 LibTest/core/Queue/first_A02_t01: Fail, OK # co19 issue 291
366 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 398 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291
367 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 399 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291
368 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 400 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291
369 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291 401 LibTest/core/Queue/last_A02_t01: Fail, OK # co19 issue 291
370 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 402 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291
371 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 403 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 626
595 627
596 [ $compiler == none && $runtime == vm && $mode == debug ] 628 [ $compiler == none && $runtime == vm && $mode == debug ]
597 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 629 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
598 630
599 [ $compiler == none && $arch == simarm ] 631 [ $compiler == none && $arch == simarm ]
600 *: Skip 632 *: Skip
601 633
602 [ $compiler == none && $arch == arm ] 634 [ $compiler == none && $arch == arm ]
603 *: Skip 635 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698