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

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

Issue 92143002: Mark 4_Super_Invocation_A02_t05.dart as passing on dart2dart, filed issue for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
« no previous file with comments | « no previous file | no next file » | 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) 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 Language/12_Expressions/05_Strings_A02_t32: 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 183 Language/12_Expressions/05_Strings_A02_t32: Crash # Issue 15237
184 Language/12_Expressions/05_Strings_A02_t33: 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 185 Language/12_Expressions/05_Strings_A02_t34: Crash # Issue 15237
186 Language/12_Expressions/05_Strings_A02_t36: 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 187 Language/12_Expressions/05_Strings_A02_t38: Crash # Issue 15237
188 Language/12_Expressions/05_Strings_A02_t40: 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 189 Language/12_Expressions/05_Strings_A02_t42: Crash # Issue 15237
190 Language/12_Expressions/05_Strings_A02_t44: Crash # Issue 15237 190 Language/12_Expressions/05_Strings_A02_t44: Crash # Issue 15237
191 191
192 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Crash
193
194 [ ($compiler == dart2js || $compiler == dart2dart) ]
195 192
196 Language/13_Statements/05_If_A01_t04: Crash # Issue 15237 193 Language/13_Statements/05_If_A01_t04: Crash # Issue 15237
197 Language/13_Statements/07_While_A01_t01: Crash # Issue 15237 194 Language/13_Statements/07_While_A01_t01: Crash # Issue 15237
198 Language/13_Statements/08_Do_A01_t03: Crash # Issue 15237 195 Language/13_Statements/08_Do_A01_t03: Crash # Issue 15237
199 Language/13_Statements/09_Switch_A01_t04: Crash # Issue 15237 196 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 197 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 198 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 199 Language/16_Reference/1_Lexical_Rules/1_Reserved_Words_A29_t06: Crash # Issue 15 237
203 200
204 # 201 #
205 # Issues with co19 test suite. 202 # Issues with co19 test suite.
206 # 203 #
207 # If you add anything here, either file a bug against the Dart 204 # If you add anything here, either file a bug against the Dart
208 # language specification, co19 test suite, or add a comment that ahe@ 205 # language specification, co19 test suite, or add a comment that ahe@
209 # can understand so he can file a bug later. 206 # can understand so he can file a bug later.
210 # 207 #
211 [ $compiler == dart2js ] 208 [ $compiler == dart2js ]
209 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Crash # Issue 15357
212 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19 issue 648 210 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19 issue 648
213 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198 211 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198
214 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 212 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
215 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http: //dartbug.com/5021 213 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http: //dartbug.com/5021
216 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 214 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308
217 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e 215 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e
218 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure 216 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure
219 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re 217 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re
220 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure 218 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure
221 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure 219 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
636 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 634 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
637 635
638 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 636 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
639 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 637 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
640 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 638 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
641 639
642 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 640 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
643 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 641 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
644 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 642 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
645 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 643 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698