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

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

Issue 213473009: Revert co19 roll (revert r34468) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 9 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 | « dart/tests/co19/co19-co19.status ('k') | dart/tests/co19/co19-dart2js.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 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 6 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
7 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 7 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
8 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 8 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
9 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 9 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
10 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter 10 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM 50 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # i nherited from VM
51 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM 51 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # inherited from VM
52 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il 52 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il
53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il 53 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il
54 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited from VM 54 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # inherited from VM
55 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294 55 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail, OK # co19 i ssue 294
56 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294 56 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # co19 issue 294
57 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129 57 LibTest/core/int/operator_left_shift_A01_t02: Fail, OK # co19 issue 129
58 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM 58 LibTest/core/int/toRadixString_A01_t01: Fail # inherited from VM
59 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276 59 LibTest/isolate/ReceivePort/receive_A01_t02: Fail, OK # co19 issue 276
60 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
60 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 61 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44
61 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656 62 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
62 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656 63 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
63 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656 64 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
64 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656 65 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
65 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656 66 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
66 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656 67 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
67 68
68 [ $compiler == dart2dart && $system == windows ] 69 [ $compiler == dart2dart && $system == windows ]
69 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 70 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
70 LibTest/core/double/round_A01_t01: Fail # Result is NaN 71 LibTest/core/double/round_A01_t01: Fail # Result is NaN
71 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 72 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
72 73
73 74
74 [ $compiler == dart2dart && $system == macos ] 75 [ $compiler == dart2dart && $system == macos ]
75 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 76 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
76 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 77 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
77 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 78 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
78 79
80 [ $compiler == dart2dart ]
81 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
82 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
83 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
84 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
85 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
86 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
87
79 88
80 [ $compiler == dart2dart ] 89 [ $compiler == dart2dart ]
81 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure 90 Language/03_Overview/1_Scoping_A02_t28: Fail # co19-roll r559: Please triage thi s failure
82 Language/05_Variables/05_Variables_A05_t01: fail # co19-roll r546: Please triage this failure 91 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 92 Language/05_Variables/05_Variables_A05_t02: fail # co19-roll r546: Please triage this failure
84 Language/05_Variables/05_Variables_A11_t01: fail 93 Language/05_Variables/05_Variables_A11_t01: fail
85 Language/07_Classes/6_Constructors/2_Factories_A10_t01: crash # co19-roll r587: Please triage this failure 94 Language/07_Classes/6_Constructors/2_Factories_A10_t01: crash # co19-roll r587: Please triage this failure
86 Language/07_Classes/6_Constructors/2_Factories_A10_t04: crash # co19-roll r587: Please triage this failure 95 Language/07_Classes/6_Constructors/2_Factories_A10_t04: crash # co19-roll r587: Please triage this failure
87 Language/12_Expressions/01_Constants_A20_t02: fail # co19-roll r546: Please tria ge this failure 96 Language/12_Expressions/01_Constants_A20_t02: fail # co19-roll r546: Please tria ge this failure
88 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # co19-roll r54 6: Please triage this failure 97 Language/12_Expressions/12_Instance_Creation/1_New_A02_t03: fail # co19-roll r54 6: Please triage this failure
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 Language/15_Types/5_Function_Types_A06_t01: fail # co19-roll r546: Please triage this failure 130 Language/15_Types/5_Function_Types_A06_t01: fail # co19-roll r546: Please triage this failure
122 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail # co19-roll r546: Please triage this failure 131 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A40_t04: fail # co19-roll r546: Please triage this failure
123 Language/16_Reference/1_Lexical_Rules_A02_t06: fail # co19-roll r546: Please tri age this failure 132 Language/16_Reference/1_Lexical_Rules_A02_t06: fail # co19-roll r546: Please tri age this failure
124 LibTest/core/DateTime/parse_A03_t01: fail # co19-roll r546: Please triage this f ailure 133 LibTest/core/DateTime/parse_A03_t01: fail # co19-roll r546: Please triage this f ailure
125 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure 134 LibTest/isolate/IsolateStream/any_A02_t01: fail # co19-roll r546: Please triage this failure
126 LibTest/isolate/SendPort/send_A02_t02: timeout # co19-roll r546: Please triage t his failure 135 LibTest/isolate/SendPort/send_A02_t02: timeout # co19-roll r546: Please triage t his failure
127 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t his failure 136 LibTest/isolate/SendPort/send_A02_t03: timeout # co19-roll r546: Please triage t his failure
128 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Runtim eError # co19-roll r623: Please triage this failure 137 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: Runtim eError # co19-roll r623: Please triage this failure
129 LibTest/core/Function/Function_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure 138 LibTest/core/Function/Function_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure
130 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure 139 Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTime Error # co19-roll r667: Please triage this failure
131 LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure
132 LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # co19-roll r706: Please triage this failure
133 LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure
134 140
135 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 141 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
136 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 142 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
137 143
138 [ $compiler == dart2dart && $minified ] 144 [ $compiler == dart2dart && $minified ]
139 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 145 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
140 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 146 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
141 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 147 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
142 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 148 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
143 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 149 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-co19.status ('k') | dart/tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698