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

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

Issue 36073010: Remove deprecated 'str' getter on Match. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated expectations. Created 7 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 | « sdk/lib/core/regexp.dart ('k') | tests/corelib/string_pattern_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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
(...skipping 21 matching lines...) Expand all
32 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError # co19-rol l r623: Please triage this failure 32 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError # co19-rol l r623: Please triage this failure
33 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError # co19-rol l r623: Please triage this failure 33 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError # co19-rol l r623: Please triage this failure
34 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError # co19-rol l r623: Please triage this failure 34 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError # co19-rol l r623: Please triage this failure
35 Language/07_Classes/6_Constructors/2_Factories_A14_t01: MissingCompileTimeError # co19-roll r623: Please triage this failure 35 Language/07_Classes/6_Constructors/2_Factories_A14_t01: MissingCompileTimeError # co19-roll r623: Please triage this failure
36 Language/07_Classes/6_Constructors/2_Factories_A14_t02: MissingCompileTimeError # co19-roll r623: Please triage this failure 36 Language/07_Classes/6_Constructors/2_Factories_A14_t02: MissingCompileTimeError # co19-roll r623: Please triage this failure
37 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 37 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
38 LibTest/collection/IterableBase/IterableBase_class_A01_t02: RuntimeError # co19- roll r623: Please triage this failure 38 LibTest/collection/IterableBase/IterableBase_class_A01_t02: RuntimeError # co19- roll r623: Please triage this failure
39 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1 9-roll r623: Please triage this failure 39 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1 9-roll r623: Please triage this failure
40 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri age this failure 40 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri age this failure
41 41
42 LibTest/core/Match/str_A01_t01: RuntimeError # Issue 635
43 LibTest/core/RegExp/allMatches_A01_t01: RuntimeError # Issue 635
44
42 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] 45 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ]
43 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure 46 LibTest/typed_data/ByteData/elementSizeInBytes_A01_t01: fail # co19-roll r569: P lease triage this failure
44 LibTest/core/List/removeAt_A02_t01: RuntimeError # co19-roll r623: Please triage this failure 47 LibTest/core/List/removeAt_A02_t01: RuntimeError # co19-roll r623: Please triage this failure
45 48
46 [ $runtime == vm || $compiler == dart2js ] 49 [ $runtime == vm || $compiler == dart2js ]
47 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415. 50 Language/07_Classes/6_Constructors_A02_t01: SKIP # co19 issue 415.
48 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue 560 51 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: PASS, FAIL, OK # co19 issue 560
49 52
50 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 53 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
51 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 54 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 173 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
171 174
172 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure 175 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure
173 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure 176 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure
174 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure 177 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure
175 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 178 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
176 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 179 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
177 180
178 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure 181 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure
179 182
OLDNEW
« no previous file with comments | « sdk/lib/core/regexp.dart ('k') | tests/corelib/string_pattern_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698