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

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

Issue 23449008: Move test failure to co19 status file (Closed) Base URL: http://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-dart2js.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 [ $runtime == vm && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
11 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428 11 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428
12 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428 12 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428
13 13
14 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 14 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978
15 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978 15 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978
16 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 16 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978
17 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978 17 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978
18 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978 18 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978
19 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978 19 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978
20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954
21 LibTest/math/pow_A18_t01: Fail # co19 issue 507 20 LibTest/math/pow_A18_t01: Fail # co19 issue 507
22 21
23 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 22 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
24 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 23 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
25 24
26 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 25 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
27 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 26 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
28 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
29 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 28 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
30 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508 29 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
230 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 229 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498
231 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 230 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498
232 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 231 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498
233 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 232 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
234 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 233 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
235 234
236 # co19-roll r546 (11.08.2013) caused these failures 235 # co19-roll r546 (11.08.2013) caused these failures
237 [ $compiler == none && $runtime == vm && $unchecked ] 236 [ $compiler == none && $runtime == vm && $unchecked ]
238 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 237 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
239 238
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698