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

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

Issue 23907003: - Consolidate co19 test failure into co19-co19.status file. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 months 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') | no next file » | 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8 8
9 [ $runtime == vm && $system == windows ] 9 [ $runtime == vm && $system == windows ]
10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 10 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
(...skipping 11 matching lines...) Expand all
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 23 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
25 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 25 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
26 26
27 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508 27 LibTest/core/Match/operator_subscript_A01_t01: Fail # Issue 12508
28 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508 28 LibTest/core/RegExp/firstMatch_A01_t01: Fail # Issue 12508
29 LibTest/core/double/toRadixString_A01_t01: Fail # co19 issue 491 29 LibTest/core/double/toRadixString_A01_t01: Fail # co19 issue 491
30 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 30 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
31 31
32 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
33 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
34 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
35
36 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400 32 LibTest/core/Set/isSubsetOf_A01_t01: fail # Issue 400
37 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400 33 LibTest/core/Set/isSubsetOf_A01_t02: fail # Issue 400
38 34
39 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 35 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
40 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 36 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
41 37
42 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 38 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
43 39
44 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537 40 LibTest/async/Timer/Timer.periodic_A02_t01: Pass, Fail # co19 issue 537
45 41
46 # end [ $compiler == none && $runtime == vm ]
47
48 42
49 [ $compiler == none && $runtime == vm && $checked ] 43 [ $compiler == none && $runtime == vm && $checked ]
50 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408 44 LibTest/async/Future/catchError_A01_t01: Fail # Future constructors have changed # issue 408
51 45
52 # Passing for the wrong reasons: 46 # Passing for the wrong reasons:
53 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463 47 LibTest/async/Completer/completeError_A03_t02: Pass # No AsyncError anymore. Iss ue 407 and 463
54 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463 48 LibTest/async/Completer/complete_A02_t02: Pass # No AsyncError anymore. Issue 40 7 and 463
55 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463 49 LibTest/async/Future/catchError_A01_t01: Pass # No AsyncError anymore. Issue 407 and 463
56 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463 50 LibTest/async/Future/catchError_A01_t02: Pass # No AsyncError anymore. Issue 407 and 463
57 51
(...skipping 29 matching lines...) Expand all
87 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543 81 Language/05_Variables/05_Variables_A06_t05: fail # Dart issue 12543
88 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543 82 Language/05_Variables/05_Variables_A06_t06: fail # Dart issue 12543
89 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544 83 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544
90 Language/07_Classes/07_Classes_A11_t02: fail # Dart issue 12545 84 Language/07_Classes/07_Classes_A11_t02: fail # Dart issue 12545
91 Language/07_Classes/07_Classes_A11_t04: fail # Dart issue 12545 85 Language/07_Classes/07_Classes_A11_t04: fail # Dart issue 12545
92 Language/07_Classes/3_Setters_A08_t01: fail # co19 issue 520 86 Language/07_Classes/3_Setters_A08_t01: fail # co19 issue 520
93 Language/07_Classes/3_Setters_A08_t02: fail # co19 issue 520 87 Language/07_Classes/3_Setters_A08_t02: fail # co19 issue 520
94 Language/07_Classes/3_Setters_A08_t03: fail # co19 issue 520 88 Language/07_Classes/3_Setters_A08_t03: fail # co19 issue 520
95 Language/07_Classes/3_Setters_A08_t04: fail # co19 issue 520 89 Language/07_Classes/3_Setters_A08_t04: fail # co19 issue 520
96 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar t issue 12543 90 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar t issue 12543
97 Language/12_Expressions/01_Constants_A16_t01: fail # co19 issue 525
98 Language/12_Expressions/01_Constants_A16_t02: fail # co19 issue 525
99 Language/12_Expressions/03_Numbers_A01_t01: fail # co19 issue 522 91 Language/12_Expressions/03_Numbers_A01_t01: fail # co19 issue 522
100 Language/12_Expressions/03_Numbers_A01_t08: fail # co19 issue 522 92 Language/12_Expressions/03_Numbers_A01_t08: fail # co19 issue 522
101 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547 93 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547
102 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547 94 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547
103 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518 95 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518
104 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549 96 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549
105 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72 97 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72
106 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525 98 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525
107 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail # Dart issue 12550 99 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail # Dart issue 12550
108 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # Dart issue 12549 100 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # Dart issue 12549
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918 132 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: fail # Dart issue 12918
141 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521 133 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # Issue 12521
142 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521 134 Language/14_Libraries_and_Scripts/5_URIs_A01_t04: fail # Issue 12521
143 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521 135 Language/14_Libraries_and_Scripts/5_URIs_A01_t05: fail # Issue 12521
144 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521 136 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # Issue 12521
145 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521 137 Language/14_Libraries_and_Scripts/5_URIs_A01_t14: fail # Issue 12521
146 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521 138 Language/14_Libraries_and_Scripts/5_URIs_A01_t15: fail # Issue 12521
147 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518 139 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # Issue 12518
148 140
149 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 141 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
142
143 # All isolate are being ignored at the moment as the library will go through som e changes.
150 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure 144 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail # co19-roll r546: Please triage this failure
151 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure 145 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail # co19-roll r546: Please triage this failure
152 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure 146 LibTest/isolate/IsolateSink/addError_A01_t01: fail # co19-roll r546: Please tria ge this failure
153 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure 147 LibTest/isolate/IsolateSink/addError_A01_t02: fail # co19-roll r546: Please tria ge this failure
154 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 148 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
155 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure 149 LibTest/isolate/IsolateStream/contains_A02_t01: fail, pass # co19-roll r546: Ple ase triage this failure
156 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll r546: Please triage this failure 150 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t03: fail, pass # co19-roll r546: Please triage this failure
157 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure 151 LibTest/isolate/SendPort/send_A01_t01: fail # co19-roll r546: Please triage this failure
152 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # VM triage, check spec.
153 LibTest/isolate/isolate_api/spawnUri_A02_t02: Fail # VM triage, check spec.
154 LibTest/isolate/isolate_api/spawnUri_A02_t03: Fail # VM triage, check spec.
155
158 156
159 [ $compiler == none && $runtime == vm && $checked ] 157 [ $compiler == none && $runtime == vm && $checked ]
160 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861 158 LibTest/typed_data/Float32x4List/elementAt_A01_t01: Fail # Dart issue 12861
161 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861 159 LibTest/typed_data/Float32x4List/fillRange_A01_t01: Fail # Dart issue 12861
162 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861 160 LibTest/typed_data/Float32x4List/first_A01_t01: Fail # Dart issue 12861
163 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861 161 LibTest/typed_data/Float32x4List/first_A03_t01: Fail # Dart issue 12861
164 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861 162 LibTest/typed_data/Float32x4List/firstWhere_A01_t01: Fail # Dart issue 12861
165 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861 163 LibTest/typed_data/Float32x4List/firstWhere_A02_t01: Fail # Dart issue 12861
166 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861 164 LibTest/typed_data/Float32x4List/getRange_A01_t01: Fail # Dart issue 12861
167 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861 165 LibTest/typed_data/Float32x4List/getRange_A02_t01: Fail # Dart issue 12861
168 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861 166 LibTest/typed_data/Float32x4List/last_A01_t01: Fail # Dart issue 12861
169 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861 167 LibTest/typed_data/Float32x4List/lastWhere_A01_t01: Fail # Dart issue 12861
170 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861 168 LibTest/typed_data/Float32x4List/map_A01_t01: Fail # Dart issue 12861
171 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861 169 LibTest/typed_data/Float32x4List/map_A02_t01: Fail # Dart issue 12861
172 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861 170 LibTest/typed_data/Float32x4List/map_A03_t01: Fail # Dart issue 12861
173 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861 171 LibTest/typed_data/Float32x4List/operator_subscript_A01_t01: Fail # Dart issue 1 2861
174 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861 172 LibTest/typed_data/Float32x4List/operator_subscripted_assignment_A01_t01: Fail # Dart issue 12861
175 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861 173 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # Dart issue 12861
176 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861 174 LibTest/typed_data/Float32x4List/reversed_A01_t01: Fail # Dart issue 12861
177 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861 175 LibTest/typed_data/Float32x4List/single_A01_t01: Fail # Dart issue 12861
178 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861 176 LibTest/typed_data/Float32x4List/singleWhere_A01_t01: Fail # Dart issue 12861
179 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 177 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
180 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 178 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
181 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 179 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698