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

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

Issue 93913002: Fix dart2js crash on unresolved super call. (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 | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('k') | 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 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
200 200
201 # 201 #
202 # Issues with co19 test suite. 202 # Issues with co19 test suite.
203 # 203 #
204 # 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
205 # language specification, co19 test suite, or add a comment that ahe@ 205 # language specification, co19 test suite, or add a comment that ahe@
206 # can understand so he can file a bug later. 206 # can understand so he can file a bug later.
207 # 207 #
208 [ $compiler == dart2js ] 208 [ $compiler == dart2js ]
209 Language/12_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t05: Crash # Issue 15357
210 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19 issue 648 209 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: fail # co19 issue 648
211 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198 210 Language/03_Overview/2_Privacy_A01_t09: RuntimeError, OK # co19 issue 198
212 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 211 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
213 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http: //dartbug.com/5021 212 Language/06_Functions/4_External_Functions_A01_t01: CompileTimeError, OK # http: //dartbug.com/5021
214 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308 213 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 issue 308
215 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e 214 LibTest/typed_data/Int64List/*: Fail # co19-roll r559: Please triage this failur e
216 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure 215 LibTest/typed_data/Int64List/Int64List_A02_t01: pass # co19-roll r559: Please tr iage this failure
217 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re 216 LibTest/typed_data/Uint64List/*: Fail # co19-roll r559: Please triage this failu re
218 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure 217 LibTest/typed_data/Uint64List/Uint64List_A02_t01: pass # co19-roll r559: Please triage this failure
219 LibTest/typed_data/ByteData/*Uint64*: fail # co19-roll r569: Please triage this failure 218 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
634 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 633 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
635 634
636 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 635 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
637 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 636 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
638 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 637 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
639 638
640 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 639 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
641 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 640 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
642 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 641 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
643 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 642 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/resolution/members.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698