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

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

Issue 868273003: Let the dart2dart compiler stop in case of failure. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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 | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | tests/language/language.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 && $builder_tag == new_backend ] 5 [ $compiler == dart2dart && $builder_tag == new_backend ]
6 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953 6 LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # issue 19953
7 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953 7 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # issue 19953
8 LibTest/core/List/List_class_A01_t02: Crash # issue 19953 8 LibTest/core/List/List_class_A01_t02: Crash # issue 19953
9 9
10 [ $compiler == dart2dart && $builder_tag != new_backend ] 10 [ $compiler == dart2dart && $builder_tag != new_backend ]
11 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r667: Pl ease triage this failure 11 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r667: Pl ease triage this failure
12 Language/13_Statements/12_Labels_A01_t03: fail # co19-roll r546: Please triage t his failure 12 Language/13_Statements/12_Labels_A01_t03: fail # co19-roll r546: Please triage t his failure
13 13
14 [ $compiler == dart2dart && $host_checked ]
15 Language/07_Classes/6_Constructors/2_Factories_A09_t01: Crash # Issue 22085
16 Language/07_Classes/6_Constructors/2_Factories_A09_t02: Crash # Issue 22085
17
18 [ $compiler == dart2dart && $checked ]
19 Language/07_Classes/6_Constructors/2_Factories_A09_t01: Crash # Issue 22085
20 Language/07_Classes/6_Constructors/2_Factories_A09_t02: Crash # Issue 22085
21 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: Pass # Issue 22085
22 LibTest/collection/LinkedList/LinkedList_A01_t01: Pass # Issue 22085
23 LibTest/collection/LinkedList/lastWhere_A02_t01: Pass # Issue 22085
24
25 [ $compiler == dart2dart ] 14 [ $compiler == dart2dart ]
26 Language/12_Expressions/03_Numbers_A01_t21: Crash # Issue 22085
27 Language/12_Expressions/03_Numbers_A01_t25: Crash # Issue 22085
28 Language/12_Expressions/03_Numbers_A01_t26: Crash # Issue 22085
29 Language/12_Expressions/03_Numbers_A01_t27: Crash # Issue 22085
30 Language/12_Expressions/03_Numbers_A01_t29: Crash # Issue 22085
31 Language/12_Expressions/03_Numbers_A01_t30: Crash # Issue 22085
32 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t03: Crash # Issue 22085
33 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t09: Crash # Issue 22085
34 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t11: Crash # Issue 22085
35 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t14: Crash # Issue 22085
36 Language/12_Expressions/05_Strings/1_String_Interpolation_A01_t15: Crash # Issue 22085
37 Language/12_Expressions/05_Strings_A01_t04: Crash # Issue 22085
38 Language/12_Expressions/05_Strings_A01_t05: Crash # Issue 22085
39 Language/12_Expressions/05_Strings_A01_t12: Crash # Issue 22085
40 Language/12_Expressions/05_Strings_A01_t13: Crash # Issue 22085
41 Language/12_Expressions/05_Strings_A01_t14: Crash # Issue 22085
42 Language/12_Expressions/05_Strings_A01_t17: Crash # Issue 22085
43 Language/12_Expressions/05_Strings_A01_t22: Crash # Issue 22085
44 Language/12_Expressions/05_Strings_A01_t23: Crash # Issue 22085
45 Language/12_Expressions/05_Strings_A01_t24: Crash # Issue 22085
46 Language/12_Expressions/05_Strings_A01_t27: Crash # Issue 22085
47 Language/12_Expressions/05_Strings_A02_t26: Crash # Issue 22085
48 Language/12_Expressions/05_Strings_A02_t27: Crash # Issue 22085
49 Language/12_Expressions/05_Strings_A02_t30: Crash # Issue 22085
50 Language/12_Expressions/05_Strings_A02_t31: Crash # Issue 22085
51 Language/12_Expressions/05_Strings_A02_t34: Crash # Issue 22085
52 Language/12_Expressions/05_Strings_A02_t36: Crash # Issue 22085
53 Language/12_Expressions/05_Strings_A02_t42: Crash # Issue 22085
54 Language/12_Expressions/05_Strings_A02_t44: Crash # Issue 22085
55 Language/12_Expressions/30_Identifier_Reference_A01_t08: Crash # Issue 22085
56 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash # Issue 22085
57 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t02: Crash # Issue 22085
58 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t03: Crash # Issue 22085
59 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t04: Crash # Issue 22085
60 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t08: Crash # Issue 22085
61 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t09: Crash # Issue 22085
62 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t10: Crash # Issue 22085
63 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t11: Crash # Issue 22085
64 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t12: Crash # Issue 22085
65 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t13: Crash # Issue 22085
66 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t14: Crash # Issue 22085
67 Language/15_Types/3_Type_Declarations/1_Typedef_A07_t15: Crash # Issue 22085
68 Language/16_Reference/1_Lexical_Rules_A02_t01: Crash # Issue 22085
69 Language/16_Reference/1_Lexical_Rules_A02_t02: Crash # Issue 22085
70 Language/16_Reference/1_Lexical_Rules_A02_t03: Crash # Issue 22085
71 Language/16_Reference/1_Lexical_Rules_A02_t04: Crash # Issue 22085
72 Language/16_Reference/1_Lexical_Rules_A02_t05: Crash # Issue 22085
73 Language/16_Reference/1_Lexical_Rules_A02_t07: Crash # Issue 22085
74 Language/16_Reference/1_Lexical_Rules_A02_t08: Crash # Issue 22085
75 Language/16_Reference/1_Lexical_Rules_A02_t09: Crash # Issue 22085
76
77 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js 15 Language/03_Overview/1_Scoping_A02_t05: Fail # Inherited from dart2js
78 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js 16 Language/03_Overview/1_Scoping_A02_t06: Fail # inherited from dart2js
79 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure 17 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure
80 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor. 18 Language/03_Overview/2_Privacy_A01_t19: Fail # Calling unresolved class construc tor.
81 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc tor. 19 Language/03_Overview/2_Privacy_A01_t20: Fail # Calling unresolved class construc tor.
82 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure 20 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure
83 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure 21 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure
84 Language/05_Variables/05_Variables_A11_t01: fail 22 Language/05_Variables/05_Variables_A11_t01: fail
85 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 23 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
86 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 24 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 121 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
184 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 122 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
185 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 123 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
186 124
187 [ $compiler == dart2dart && $minified ] 125 [ $compiler == dart2dart && $minified ]
188 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 126 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
189 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 127 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
190 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 128 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
191 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 129 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
192 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 130 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/js_backend/backend.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698