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

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

Issue 23889044: Mark co19 tests as failing in dart2js and dart2dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 | « tests/co19/co19-dart2dart.status ('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 == drt ] 5 [ $compiler == dart2js && $runtime == drt ]
6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293 6 LibTest/core/List/sort_A01_t02: Pass, Fail # v8 bug: Issue 12293
7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293 7 LibTest/core/List/sort_A01_t03: Pass, Fail # v8 bug: Issue 12293
8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293 8 LibTest/core/Map/Map_class_A01_t04: Pass, Fail # v8 bug: Issue 12293
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 LibTest/typed_data/ByteData/setInt8_A02_t02: fail # Issue 12989 221 LibTest/typed_data/ByteData/setInt8_A02_t02: fail # Issue 12989
222 LibTest/typed_data/ByteData/setUint16_A02_t01: fail # Issue 12989 222 LibTest/typed_data/ByteData/setUint16_A02_t01: fail # Issue 12989
223 LibTest/typed_data/ByteData/setUint16_A02_t01: fail # Issue 12989 223 LibTest/typed_data/ByteData/setUint16_A02_t01: fail # Issue 12989
224 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989 224 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989
225 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989 225 LibTest/typed_data/ByteData/setUint32_A02_t01: fail # Issue 12989
226 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989 226 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989
227 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989 227 LibTest/typed_data/ByteData/setUint8_A02_t01: fail # Issue 12989
228 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989 228 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989
229 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989 229 LibTest/typed_data/ByteData/setUint8_A02_t02: fail # Issue 12989
230 230
231 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: Fail # co19 Issue 601
232 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: Fail # co19 Issue 601
233 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: Fail # co19 Issue 601
234 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: Fail # co19 Issue 601
235
236
231 [ $compiler == dart2js && $jscl ] 237 [ $compiler == dart2js && $jscl ]
232 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 238 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
233 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
234 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8. 240 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il, OK # This is not rejected by V8.
235 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92. 241 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: Fail, OK # co19 i ssue 92.
236 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern. 242 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Bad test, use Match.regexp, n ot Match.pattern.
237 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int. 243 LibTest/core/int/compareTo_A01_t01: Fail, OK # Requires big int.
238 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion. 244 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 testing missing assertion.
239 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API. 245 LibTest/core/int/isEven_A01_t01: Fail, OK # Not in API.
240 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API. 246 LibTest/core/int/isOdd_A01_t01: Fail, OK # Not in API.
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 639
634 [ $compiler == dart2js ] 640 [ $compiler == dart2js ]
635 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 641 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
636 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 642 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
637 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 643 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e
638 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 644 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
639 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 645 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
640 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 646 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
641 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 647 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
642 648
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698