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

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

Issue 80793002: Check compiler exitCode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated cf. comments. Created 7 years 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) 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 7 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Uri/encodeFull_A01_t02: Pass, Slow 10 LibTest/core/Uri/encodeFull_A01_t02: Pass, Slow
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation. 145 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation.
146 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints. 146 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints.
147 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints. 147 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints.
148 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati ve result from bit-operation. 148 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati ve result from bit-operation.
149 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints. 149 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints.
150 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints . 150 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints .
151 151
152 152
153 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 212 153 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 212
154 154
155 [ $compiler == dart2js || $compiler == dart2dart ]
156
157 Language/12_Expressions/05_Strings_A02_t02: Crash # Issue 15237
158 Language/12_Expressions/05_Strings_A02_t03: Crash # Issue 15237
159 Language/12_Expressions/05_Strings_A02_t04: Crash # Issue 15237
160 Language/12_Expressions/05_Strings_A02_t05: Crash # Issue 15237
161 Language/12_Expressions/05_Strings_A02_t06: Crash # Issue 15237
162 Language/12_Expressions/05_Strings_A02_t07: Crash # Issue 15237
163 Language/12_Expressions/05_Strings_A02_t08: Crash # Issue 15237
164 Language/12_Expressions/05_Strings_A02_t09: Crash # Issue 15237
165 Language/12_Expressions/05_Strings_A02_t10: Crash # Issue 15237
166 Language/12_Expressions/05_Strings_A02_t11: Crash # Issue 15237
167 Language/12_Expressions/05_Strings_A02_t12: Crash # Issue 15237
168 Language/12_Expressions/05_Strings_A02_t13: Crash # Issue 15237
169 Language/12_Expressions/05_Strings_A02_t14: Crash # Issue 15237
170 Language/12_Expressions/05_Strings_A02_t15: Crash # Issue 15237
171 Language/12_Expressions/05_Strings_A02_t16: Crash # Issue 15237
172 Language/12_Expressions/05_Strings_A02_t17: Crash # Issue 15237
173 Language/12_Expressions/05_Strings_A02_t18: Crash # Issue 15237
174 Language/12_Expressions/05_Strings_A02_t19: Crash # Issue 15237
175 Language/12_Expressions/05_Strings_A02_t20: Crash # Issue 15237
176 Language/12_Expressions/05_Strings_A02_t21: Crash # Issue 15237
177 Language/12_Expressions/05_Strings_A02_t22: Crash # Issue 15237
178 Language/12_Expressions/05_Strings_A02_t23: Crash # Issue 15237
179 Language/12_Expressions/05_Strings_A02_t24: Crash # Issue 15237
180 Language/12_Expressions/05_Strings_A02_t25: Crash # Issue 15237
181 Language/12_Expressions/05_Strings_A02_t28: Crash # Issue 15237
182 Language/12_Expressions/05_Strings_A02_t29: Crash # Issue 15237
183 Language/12_Expressions/05_Strings_A02_t32: Crash # Issue 15237
184 Language/12_Expressions/05_Strings_A02_t32: Crash # Issue 15237
185 Language/12_Expressions/05_Strings_A02_t33: Crash # Issue 15237
186 Language/12_Expressions/05_Strings_A02_t34: Crash # Issue 15237
187 Language/12_Expressions/05_Strings_A02_t36: Crash # Issue 15237
188 Language/12_Expressions/05_Strings_A02_t38: Crash # Issue 15237
189 Language/12_Expressions/05_Strings_A02_t40: Crash # Issue 15237
190 Language/12_Expressions/05_Strings_A02_t42: Crash # Issue 15237
191 Language/12_Expressions/05_Strings_A02_t44: Crash # Issue 15237
192
193 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Crash
194
195 [ ($compiler == dart2js || $compiler == dart2dart) && $host_checked ]
196
197 Language/13_Statements/05_If_A01_t04: Crash # Issue 15237
198 Language/13_Statements/07_While_A01_t01: Crash # Issue 15237
199 Language/13_Statements/08_Do_A01_t03: Crash # Issue 15237
200 Language/13_Statements/09_Switch_A01_t04: Crash # Issue 15237
201 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A15_t06: Crash # Issue 15 237
202 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A22_t06: Crash # Issue 15 237
203 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A29_t06: Crash # Issue 15 237
155 204
156 # 205 #
157 # Issues with co19 test suite. 206 # Issues with co19 test suite.
158 # 207 #
159 # If you add anything here, either file a bug against the Dart 208 # If you add anything here, either file a bug against the Dart
160 # language specification, co19 test suite, or add a comment that ahe@ 209 # language specification, co19 test suite, or add a comment that ahe@
161 # can understand so he can file a bug later. 210 # can understand so he can file a bug later.
162 # 211 #
163 [ $compiler == dart2js ] 212 [ $compiler == dart2js ]
164 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19 issue 648 213 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19 issue 648
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
479 LibTest/typed_data/Uint32List/Uint32List.view_A05_t01: RuntimeError # co19-roll r559: Please triage this failure 528 LibTest/typed_data/Uint32List/Uint32List.view_A05_t01: RuntimeError # co19-roll r559: Please triage this failure
480 LibTest/typed_data/Uint32List/Uint32List.view_A05_t02: RuntimeError # co19-roll r559: Please triage this failure 529 LibTest/typed_data/Uint32List/Uint32List.view_A05_t02: RuntimeError # co19-roll r559: Please triage this failure
481 LibTest/typed_data/Uint32List/Uint32List.view_A05_t03: RuntimeError # co19-roll r559: Please triage this failure 530 LibTest/typed_data/Uint32List/Uint32List.view_A05_t03: RuntimeError # co19-roll r559: Please triage this failure
482 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t01: RuntimeError # co19-roll r559: Please triage this failure 531 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t01: RuntimeError # co19-roll r559: Please triage this failure
483 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t02: RuntimeError # co19-roll r559: Please triage this failure 532 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t02: RuntimeError # co19-roll r559: Please triage this failure
484 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t03: RuntimeError # co19-roll r559: Please triage this failure 533 LibTest/typed_data/Uint8ClampedList/Uint8ClampedList.view_A05_t03: RuntimeError # co19-roll r559: Please triage this failure
485 LibTest/typed_data/Uint8List/Uint8List.view_A05_t01: RuntimeError # co19-roll r5 59: Please triage this failure 534 LibTest/typed_data/Uint8List/Uint8List.view_A05_t01: RuntimeError # co19-roll r5 59: Please triage this failure
486 LibTest/typed_data/Uint8List/Uint8List.view_A05_t02: RuntimeError # co19-roll r5 59: Please triage this failure 535 LibTest/typed_data/Uint8List/Uint8List.view_A05_t02: RuntimeError # co19-roll r5 59: Please triage this failure
487 LibTest/typed_data/Uint8List/Uint8List.view_A05_t03: RuntimeError # co19-roll r5 59: Please triage this failure 536 LibTest/typed_data/Uint8List/Uint8List.view_A05_t03: RuntimeError # co19-roll r5 59: Please triage this failure
488 Utils/tests/Expect/identical_A01_t01: fail # co19-roll r546: Please triage this failure 537 Utils/tests/Expect/identical_A01_t01: fail # co19-roll r546: Please triage this failure
489 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Compile TimeError # co19-roll r607: Please triage this failure
490 538
491 [ $compiler == dart2js && $checked ] 539 [ $compiler == dart2js && $checked ]
492 Language/12_Expressions/03_Numbers_A05_t02: fail # co19-roll r546: Please triage this failure 540 Language/12_Expressions/03_Numbers_A05_t02: fail # co19-roll r546: Please triage this failure
493 Language/12_Expressions/19_Conditional_A04_t03: fail # co19-roll r546: Please tr iage this failure 541 Language/12_Expressions/19_Conditional_A04_t03: fail # co19-roll r546: Please tr iage this failure
494 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: fail # co19-roll r546: Please triage this failure 542 Language/12_Expressions/20_Logical_Boolean_Expressions_A03_t01: fail # co19-roll r546: Please triage this failure
495 Language/12_Expressions/27_Unary_Expressions_A02_t03: fail # co19-roll r546: Ple ase triage this failure 543 Language/12_Expressions/27_Unary_Expressions_A02_t03: fail # co19-roll r546: Ple ase triage this failure
496 Language/13_Statements/06_For/1_For_Loop_A01_t08: fail # co19-roll r546: Please triage this failure 544 Language/13_Statements/06_For/1_For_Loop_A01_t08: fail # co19-roll r546: Please triage this failure
497 545
498 [ $compiler == dart2js && $runtime == jsshell ] 546 [ $compiler == dart2js && $runtime == jsshell ]
499 LibTest/typed_data/Float32List/Float32List.view_A06_t01: fail # co19-roll r587: Please triage this failure 547 LibTest/typed_data/Float32List/Float32List.view_A06_t01: fail # co19-roll r587: Please triage this failure
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
590 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 638 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
591 639
592 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 640 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
593 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 641 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
594 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 642 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
595 643
596 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 644 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
597 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 645 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
598 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 646 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
599 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 647 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698