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

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

Powered by Google App Engine
This is Rietveld 408576698