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

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

Issue 25251003: Allow import/export of libraries with no name. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update status Created 7 years, 2 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
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. 6 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562.
7 7
8 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure. 8 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t03: Fail # TODO(dart2dart-team): Please triage this failure.
9 9
10 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor. 10 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor.
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 [ $compiler == dart2dart ] 84 [ $compiler == dart2dart ]
85 Language/03_Overview/2_Privacy_A01_t06: Fail # co19 issue 463 85 Language/03_Overview/2_Privacy_A01_t06: Fail # co19 issue 463
86 86
87 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 87 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
88 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 88 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
89 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 89 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
90 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 90 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
91 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 91 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
92 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 92 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
93 93
94 Language/14_Libraries_and_Scripts/1_Imports_A01_t17: Fail # co19 Issue 603
95 Language/14_Libraries_and_Scripts/1_Imports_A04_t01: Fail # co19 Issue 603
96
97 Language/14_Libraries_and_Scripts/2_Exports_A05_t01: Fail # co19 Issue 604
98
99
94 # co19-roll r546 (11.08.2013) caused these failures 100 # co19-roll r546 (11.08.2013) caused these failures
95 [ $compiler == dart2dart ] 101 [ $compiler == dart2dart ]
96 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure 102 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure
97 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure 103 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure
98 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure 104 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure
99 Language/05_Variables/05_Variables_A06_t01: fail # co19-roll r546: Please triage this failure 105 Language/05_Variables/05_Variables_A06_t01: fail # co19-roll r546: Please triage this failure
100 Language/05_Variables/05_Variables_A06_t02: fail # co19-roll r546: Please triage this failure 106 Language/05_Variables/05_Variables_A06_t02: fail # co19-roll r546: Please triage this failure
101 Language/05_Variables/05_Variables_A06_t03: fail # co19-roll r546: Please triage this failure 107 Language/05_Variables/05_Variables_A06_t03: fail # co19-roll r546: Please triage this failure
102 Language/05_Variables/05_Variables_A06_t04: fail # co19-roll r546: Please triage this failure 108 Language/05_Variables/05_Variables_A06_t04: fail # co19-roll r546: Please triage this failure
103 Language/05_Variables/05_Variables_A06_t05: fail # co19-roll r546: Please triage this failure 109 Language/05_Variables/05_Variables_A06_t05: fail # co19-roll r546: Please triage this failure
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 Language/14_Libraries_and_Scripts/1_Imports_A02_t28: fail # co19-roll r546: Plea se triage this failure 212 Language/14_Libraries_and_Scripts/1_Imports_A02_t28: fail # co19-roll r546: Plea se triage this failure
207 Language/14_Libraries_and_Scripts/1_Imports_A02_t29: fail # co19-roll r546: Plea se triage this failure 213 Language/14_Libraries_and_Scripts/1_Imports_A02_t29: fail # co19-roll r546: Plea se triage this failure
208 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure 214 Language/14_Libraries_and_Scripts/1_Imports_A03_t08: fail # co19-roll r546: Plea se triage this failure
209 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure 215 Language/14_Libraries_and_Scripts/1_Imports_A03_t09: fail # co19-roll r546: Plea se triage this failure
210 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # co19-roll r546: Plea se triage this failure 216 Language/14_Libraries_and_Scripts/1_Imports_A03_t10: fail # co19-roll r546: Plea se triage this failure
211 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure 217 Language/14_Libraries_and_Scripts/1_Imports_A03_t27: fail # co19-roll r546: Plea se triage this failure
212 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # co19-roll r546: Plea se triage this failure 218 Language/14_Libraries_and_Scripts/1_Imports_A03_t28: fail # co19-roll r546: Plea se triage this failure
213 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19-roll r546: Plea se triage this failure 219 Language/14_Libraries_and_Scripts/1_Imports_A03_t29: fail # co19-roll r546: Plea se triage this failure
214 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure 220 Language/14_Libraries_and_Scripts/1_Imports_A03_t30: fail # co19-roll r546: Plea se triage this failure
215 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: pass, fail, ok # co19 issue 560 221 Language/14_Libraries_and_Scripts/1_Imports_A03_t65: pass, fail, ok # co19 issue 560
216 Language/14_Libraries_and_Scripts/1_Imports_A04_t03: fail # co19-roll r546: Plea se triage this failure
217 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure 222 Language/14_Libraries_and_Scripts/4_Scripts_A03_t01: fail # co19-roll r546: Plea se triage this failure
218 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure 223 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: fail # co19-roll r546: Plea se triage this failure
219 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure 224 Language/14_Libraries_and_Scripts/5_URIs_A01_t01: fail # co19-roll r546: Please triage this failure
220 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure 225 Language/14_Libraries_and_Scripts/5_URIs_A01_t11: fail # co19-roll r546: Please triage this failure
221 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure 226 Language/14_Libraries_and_Scripts/5_URIs_A01_t21: fail # co19-roll r546: Please triage this failure
222 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure 227 Language/15_Types/4_Interface_Types_A11_t01: crash # co19-roll r546: Please tria ge this failure
223 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure 228 Language/15_Types/4_Interface_Types_A11_t02: crash # co19-roll r546: Please tria ge this failure
224 Language/15_Types/5_Function_Types_A06_t01: fail # co19-roll r546: Please triage this failure 229 Language/15_Types/5_Function_Types_A06_t01: fail # co19-roll r546: Please triage this failure
225 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail # co19-roll r546: Please triage this failure 230 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail # co19-roll r546: Please triage this failure
226 Language/16_Reference/1_Lexical_Rules_A02_t06: fail # co19-roll r546: Please tri age this failure 231 Language/16_Reference/1_Lexical_Rules_A02_t06: fail # co19-roll r546: Please tri age this failure
(...skipping 10 matching lines...) Expand all
237 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t his failure 242 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t his failure
238 243
239 [ $compiler == dart2dart && $minified ] 244 [ $compiler == dart2dart && $minified ]
240 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 245 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
241 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 246 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
242 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 247 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
243 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 248 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
244 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure 249 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure
245 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 250 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
246 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e 251 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e
247 252 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
248 253 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/library_loader.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698