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

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

Issue 24648003: Mark Float32x4 clamp test as failing in dart2js and dart2dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
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: RuntimeError # co19 Issue 601 231 LibTest/typed_data/Float32x4/toUint32x4_A01_t01: RuntimeError # co19 Issue 601
232 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: RuntimeError # co19 Issue 601 232 LibTest/typed_data/Float32x4/toUint32x4_A01_t02: RuntimeError # co19 Issue 601
233 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: RuntimeError # co19 Issue 601 233 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t01: RuntimeError # co19 Issue 601
234 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: RuntimeError # co19 Issue 601 234 LibTest/typed_data/Uint32x4/toFloat32x4_A01_t02: RuntimeError # co19 Issue 601
235 LibTest/typed_data/Float32x4/clamp_A02_t01: RuntimeError # co19 Issue 600
235 236
236 237
237 [ $compiler == dart2js && $jscl ] 238 [ $compiler == dart2js && $jscl ]
238 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 239 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
239 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 240 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
240 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, OK # This is not rejected by V8. 241 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Ru ntimeError, OK # This is not rejected by V8.
241 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 92. 242 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 92.
242 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # Bad test, use Match.r egexp, not Match.pattern. 243 LibTest/core/RegExp/firstMatch_A01_t01: RuntimeError, OK # Bad test, use Match.r egexp, not Match.pattern.
243 LibTest/core/int/compareTo_A01_t01: RuntimeError, OK # Requires big int. 244 LibTest/core/int/compareTo_A01_t01: RuntimeError, OK # Requires big int.
244 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 testing missing asser tion. 245 LibTest/core/int/hashCode_A01_t01: RuntimeError, OK # co19 testing missing asser tion.
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 640
640 [ $compiler == dart2js ] 641 [ $compiler == dart2js ]
641 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
642 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure 643 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail # co19- roll r587: Please triage this failure
643 LibTest/json/stringify_A01_t01: fail # co19-roll r587: Please triage this failur e 644 LibTest/json/stringify_A01_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 645 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
645 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure 646 LibTest/math/pow_A04_t01: fail # co19-roll r587: Please triage this failure
646 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure 647 LibTest/math/pow_A14_t01: fail # co19-roll r587: Please triage this failure
647 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure 648 LibTest/math/pow_A16_t01: fail # co19-roll r587: Please triage this failure
648 649
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