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

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

Issue 25561002: Disallow double in case clauses and const map literal keys (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: 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
« no previous file with comments | « runtime/vm/parser.cc ('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) 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 10 matching lines...) Expand all
21 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM 21 Language/07_Classes/3_Setters_A04_t02: Fail # inherited from VM
22 Language/07_Classes/3_Setters_A04_t03: Fail # inherited from VM 22 Language/07_Classes/3_Setters_A04_t03: Fail # inherited from VM
23 Language/07_Classes/3_Setters_A04_t04: Fail # inherited from VM 23 Language/07_Classes/3_Setters_A04_t04: Fail # inherited from VM
24 Language/07_Classes/3_Setters_A04_t05: Fail # inherited from VM 24 Language/07_Classes/3_Setters_A04_t05: Fail # inherited from VM
25 Language/07_Classes/3_Setters_A04_t06: Fail # inherited from VM 25 Language/07_Classes/3_Setters_A04_t06: Fail # inherited from VM
26 Language/07_Classes/3_Setters_A04_t07: Fail # inherited from VM 26 Language/07_Classes/3_Setters_A04_t07: Fail # inherited from VM
27 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # htt p://dartbug.com/5519 27 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: Fail # htt p://dartbug.com/5519
28 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: Fail # Issue 13652 28 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: Fail # Issue 13652
29 Language/07_Classes/6_Constructors_A02_t01: Fail # http://dartbug.com/5519 29 Language/07_Classes/6_Constructors_A02_t01: Fail # http://dartbug.com/5519
30 Language/12_Expressions/01_Constants_A03_t01: Fail # Issue 13652 30 Language/12_Expressions/01_Constants_A03_t01: Fail # Issue 13652
31 Language/13_Statements/09_Switch_A02_t04: Fail # co19 issue 605
32 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A04_t02: Fail # co1 9 issue 606
33
31 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM 34 LibTest/core/Match/operator_subscript_A01_t01: Fail # inherited from VM
32 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294 35 LibTest/core/Match/operator_subscript_A01_t01: Fail, OK # co19 issue 294
33 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM 36 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # inherited from VM
34 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294 37 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail, OK # co19 i ssue 294
35 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM 38 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # inherited from VM
36 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # inherited from VM 39 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # inherited from VM
37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail 40 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail
38 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM 41 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM
39 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM 42 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM
40 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 [ $compiler == dart2dart && $minified ] 186 [ $compiler == dart2dart && $minified ]
184 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 187 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
185 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 188 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
186 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 189 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
187 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 190 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
188 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure 191 Language/13_Statements/11_Try_A06_t01: fail # co19-roll r546: Please triage this failure
189 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 192 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
190 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e 193 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e
191 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 194 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
192 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure 195 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698