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

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

Issue 184663004: Follow factory redirections when checking case expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebase 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
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 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or, OK # These tests need to be updated for new optional parameter syntax and se mantics, co19 issue 258: 132 Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeErr or, OK # These tests need to be updated for new optional parameter syntax and se mantics, co19 issue 258:
133 133
134 LibTest/isolate/SendPort/send_A02_t04: RuntimeError, OK # co19 issue 293 Passes on IE 134 LibTest/isolate/SendPort/send_A02_t04: RuntimeError, OK # co19 issue 293 Passes on IE
135 135
136 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294 136 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # co19 issue 294
137 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294 137 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 294
138 138
139 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277 139 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # co19 issue 277
140 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277 140 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277
141 141
142 Language/13_Statements/09_Switch_A03_t03: MissingCompileTimeError # Issue TODO(f loitsch): reuse issue number.
floitsch 2014/02/28 22:00:27 @johnni: the reason this now fails is because ther
143
142 [ $compiler == dart2js ] 144 [ $compiler == dart2js ]
143 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 145 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
144 146
145 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined. 147 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
146 148
147 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation. 149 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation.
148 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints. 150 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints.
149 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints. 151 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints.
150 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati ve result from bit-operation. 152 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati ve result from bit-operation.
151 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints. 153 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints.
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
659 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure 661 LibTest/convert/JsonEncoder/convert_A01_t01: RuntimeError # co19-roll r667: Plea se triage this failure
660 662
661 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 663 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
662 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 664 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
663 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 665 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
664 666
665 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure 667 LibTest/async/Stream/handleError_A04_t01: RuntimeError # co19-roll r641: Please triage this failure
666 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure 668 LibTest/async/Stream/listen_A05_t01: RuntimeError # co19-roll r641: Please triag e this failure
667 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 669 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
668 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 670 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698