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

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

Issue 11266050: Rename regexp methods to getters. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase and 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-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('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 5
6 # Crashes first, please. Then untriaged bugs. There is a section below 6 # Crashes first, please. Then untriaged bugs. There is a section below
7 # for co19 bugs. 7 # for co19 bugs.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A03_t09: Fail # TODO(ahe): Please triage this failure.
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 339
340 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293 340 LibTest/isolate/SendPort/send_A02_t02: Fail, OK # co19 issue 293
341 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293 341 LibTest/isolate/SendPort/send_A02_t03: Fail, OK # co19 issue 293
342 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293 342 LibTest/isolate/SendPort/send_A02_t04: Fail, OK # co19 issue 293
343 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3 343 LibTest/core/LinkedHashMap/LinkedHashMap_class_A01_t01: Fail, OK # co19 issue 29 3
344 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293 344 LibTest/core/Map/getKeys_A01_t01: Fail, OK # co19 issue 293
345 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293 345 LibTest/core/Map/getKeys_A01_t02: Fail, OK # co19 issue 293
346 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293 346 LibTest/core/Map/getValues_A01_t02: Fail, OK # co19 issue 293
347 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293 347 LibTest/core/Map/getValues_A01_t01: Fail, OK # co19 issue 293
348 348
349 LibTest/core/Match/end_A01_t01: Fail, OK # co19 issue 294
350 LibTest/core/Match/group_A01_t01: Fail, OK # co19 issue 294
351 LibTest/core/Match/groupCount_A01_t01: Fail, OK # co19 issue 294
352 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
353 LibTest/core/Match/start_A01_t01: Fail, OK # co19 issue 294
354 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # co19 issue 294
355 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
356 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A03_t01: Fail, OK # c o19 issue 294
357 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A04_t01: Fail, OK # c o19 issue 294
358 LibTest/core/RegExp/Pattern_semantics/firstMatch_Assertion_A05_t01: Fail, OK # c o19 issue 294
359 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail, OK # co19 i ssue 294
360 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294
361 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail, OK # co19 i ssue 294
362 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t02: Fail, OK # co19 i ssue 294
363 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t03: Fail, OK # co19 i ssue 294
364 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A04_t01: Fail, OK # co19 i ssue 294
365 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A05_t01: Fail, OK # co19 i ssue 294
366 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A06_t01: Fail, OK # co19 i ssue 294
367 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail, OK # co19 issue 294
368 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail, OK # co19 issue 294
369 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A01_t01: Fail, OK # co19 issue 294
370 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A02_t01: Fail, OK # co19 issue 294
371 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail, OK # co19 issue 294
372 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A04_t01: Fail, OK # co19 issue 294
373 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A05_t01: Fail, OK # co19 issue 294
374 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A06_t01: Fail, OK # co19 issue 294
375 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A01_t01: Fail, OK # co19 i ssue 294
376 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A02_t01: Fail, OK # co19 i ssue 294
377 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294
378 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 294
379
349 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291 380 LibTest/core/Queue/filter_A01_t04: Fail, OK # co19 issue 291
350 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291 381 LibTest/core/Queue/first_A01_t01: Fail, OK # co19 issue 291
351 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291 382 LibTest/core/Queue/removeFirst_A01_t01: Fail, OK # co19 issue 291
352 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291 383 LibTest/core/Queue/addFirst_A01_t01: Fail, OK # co19 issue 291
353 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291 384 LibTest/core/Queue/removeLast_A01_t01: Fail, OK # co19 issue 291
354 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291 385 LibTest/core/Queue/add_A01_t01: Fail, OK # co19 issue 291
355 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291 386 LibTest/core/Queue/addLast_A01_t01: Fail, OK # co19 issue 291
356 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291 387 LibTest/core/Queue/last_A01_t01: Fail, OK # co19 issue 291
357 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291 388 LibTest/core/List/last_A02_t01: Fail, OK # co19 issue 291
358 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291 389 LibTest/core/List/last_A01_t01: Fail, OK # co19 issue 291
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020 922 Language/14_Types/4_Interface_Types_A10_t01: Fail # http://dartbug.com/5020
892 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020 923 Language/14_Types/4_Interface_Types_A10_t02: Fail # http://dartbug.com/5020
893 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020 924 Language/14_Types/4_Interface_Types_A10_t03: Fail # http://dartbug.com/5020
894 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020 925 Language/14_Types/4_Interface_Types_A10_t04: Fail # http://dartbug.com/5020
895 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020 926 Language/14_Types/4_Interface_Types_A10_t07: Fail # http://dartbug.com/5020
896 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020 927 Language/14_Types/4_Interface_Types_A11_t02: Fail # http://dartbug.com/5020
897 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020 928 Language/14_Types/4_Interface_Types_A12_t09: Fail # http://dartbug.com/5020
898 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020 929 Language/14_Types/4_Interface_Types_A12_t10: Fail # http://dartbug.com/5020
899 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020 930 Language/14_Types/4_Interface_Types_A12_t14: Fail # http://dartbug.com/5020
900 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020 931 Language/14_Types/4_Interface_Types_A12_t16 :Fail # http://dartbug.com/5020
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698