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

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

Issue 42233002: Fix co19 test expectations (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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 | « no previous file | tests/co19/co19-dart2js.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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
11 [ $runtime == vm || $runtime != vm ] 11 [ $runtime == vm || $runtime != vm ]
12 # Tests that fail everywhere, including the analyzer. 12 # Tests that fail everywhere, including the analyzer.
13 LibTest/core/Match/str_A01_t01: Fail, OK # Issue 635 13 LibTest/core/Match/str_A01_t01: Fail, OK # Issue 635
14 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Issue 635 14 LibTest/core/RegExp/allMatches_A01_t01: Fail, OK # Issue 635
15 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 15 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635
16 16
17 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] 17 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ]
18 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: fail, pass, ok
19 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t03: fail, pass, ok
kustermann 2013/10/25 10:26:33 Is this a co19 issue? Could you please add a bug n
hausner 2013/10/25 15:53:53 These tests expect a runtime error but should expe
18 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail, pass, ok # co19 issue 634 20 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t04: fail, pass, ok # co19 issue 634
19 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624 21 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624
20 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624 22 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624
21 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624 23 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624
22 Language/05_Variables/05_Variables_A06_t04: fail, pass, ok # co19 issue 624 24 Language/05_Variables/05_Variables_A06_t04: fail, pass, ok # co19 issue 624
23 Language/05_Variables/05_Variables_A06_t05: fail, pass, ok # co19 issue 624 25 Language/05_Variables/05_Variables_A06_t05: fail, pass, ok # co19 issue 624
24 Language/05_Variables/05_Variables_A06_t06: fail, pass, ok # co19 issue 624 26 Language/05_Variables/05_Variables_A06_t06: fail, pass, ok # co19 issue 624
25 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure 27 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure
26 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure 28 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
27 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 29 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
176 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 178 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
177 179
178 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure 180 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # co19-roll r623: Please triage this failure
179 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure 181 LibTest/collection/ListQueue/ListQueue_class_A01_t01: RuntimeError # co19-roll r 623: Please triage this failure
180 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure 182 LibTest/collection/Queue/Queue_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure
181 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 183 LibTest/core/Iterable/Iterable.generate_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
182 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 184 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
183 185
184 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure 186 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure
185 187
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698