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

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

Issue 612303004: Update co19 status after co19 roll to r786. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 2 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
« no previous file with comments | « dart/tests/co19/co19-co19.status ('k') | dart/tests/co19/co19-dartium.status » ('j') | 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 7
8 # Crashes first, please. Then untriaged bugs. There is a section below 8 # Crashes first, please. Then untriaged bugs. There is a section below
9 # for co19 bugs. 9 # for co19 bugs.
10 [ $compiler == dart2js ] 10 [ $compiler == dart2js ]
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
216 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989 216 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989
217 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989 217 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989
218 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989 218 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989
219 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989 219 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989
220 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989 220 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989
221 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989 221 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989
222 222
223 [ $compiler == dart2js && $jscl ] 223 [ $compiler == dart2js && $jscl ]
224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 224 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
225 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, OK # This is not rejected by V8. 225 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, OK # This is not rejected by V8.
226 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 92.
227 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # Bad test, use Match.r egexp, not Match.pattern. 226 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # Bad test, use Match.r egexp, not Match.pattern.
228 LibTest/core/int/compareTo_A01_t01: RuntimeError, OK # Requires big int. 227 LibTest/core/int/compareTo_A01_t01: RuntimeError, OK # Requires big int.
229 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 testing missing asser tion. 228 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 testing missing asser tion.
230 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # Not in API. 229 LibTest/core/int/isEven_A01_t01: RuntimeError, OK # Not in API.
231 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # Not in API. 230 LibTest/core/int/isOdd_A01_t01: RuntimeError, OK # Not in API.
232 LibTest/core/int/operator_left_shift_A01_t01: RuntimeError, OK # Requires big in t. 231 LibTest/core/int/operator_left_shift_A01_t01: RuntimeError, OK # Requires big in t.
233 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble. 232 LibTest/core/int/operator_remainder_A01_t03: RuntimeError, OK # Leg only has dou ble.
234 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double. 233 LibTest/core/int/operator_truncating_division_A01_t02: RuntimeError, OK # Leg on ly has double.
235 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int. 234 LibTest/core/int/remainder_A01_t01: RuntimeError, OK # Requires big int.
236 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double. 235 LibTest/core/int/remainder_A01_t03: RuntimeError, OK # Leg only has double.
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 634 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
636 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 635 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
637 636
638 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 637 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
639 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 638 LibTest/async/DeferredLibrary/*: Skip # Issue 17458
640 639
641 [ $compiler == dart2js && $mode == debug ] 640 [ $compiler == dart2js && $mode == debug ]
642 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 641 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
643 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 642 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
644 LibTest/core/List/List_class_A01_t01: Pass, Timeout 643 LibTest/core/List/List_class_A01_t01: Pass, Timeout
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-co19.status ('k') | dart/tests/co19/co19-dartium.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698