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

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

Issue 25368004: Update test status for expectations of missing final variable initialization (Closed) Base URL: http://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 | « no previous file | tests/co19/co19-dart2dart.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 11
12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ] 12 [ $runtime == vm || $compiler == dart2dart || $compiler == dart2js ]
13 Language/05_Variables/05_Variables_A06_t01: fail, pass, ok # co19 issue 624
14 Language/05_Variables/05_Variables_A06_t02: fail, pass, ok # co19 issue 624
15 Language/05_Variables/05_Variables_A06_t03: fail, pass, ok # co19 issue 624
16 Language/05_Variables/05_Variables_A06_t04: fail, pass, ok # co19 issue 624
17 Language/05_Variables/05_Variables_A06_t05: fail, pass, ok # co19 issue 624
18 Language/05_Variables/05_Variables_A06_t06: fail, pass, ok # co19 issue 624
13 Language/12_Expressions/05_Strings_A02_t46: fail, pass, ok # co19 issue 612 19 Language/12_Expressions/05_Strings_A02_t46: fail, pass, ok # co19 issue 612
14 Language/12_Expressions/05_Strings_A02_t48: fail, pass, ok # co19 issue 612 20 Language/12_Expressions/05_Strings_A02_t48: fail, pass, ok # co19 issue 612
15 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure 21 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure
16 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure 22 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
17 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 23 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592
18 # Maybe we should wait until isolate library is sealed before triaging these. 24 # Maybe we should wait until isolate library is sealed before triaging these.
19 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure 25 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure
20 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure 26 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure
21 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r607: Please triage t his failure 27 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r607: Please triage t his failure
22 28
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ### CHECKED MODE FAILURES ### 88 ### CHECKED MODE FAILURES ###
83 89
84 [ ($runtime == vm || $compiler == dart2js) && $checked] 90 [ ($runtime == vm || $compiler == dart2js) && $checked]
85 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P lease triage this failure 91 Language/07_Classes/6_Constructors/2_Factories_A12_t02: fail # co19-roll r587: P lease triage this failure
86 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 92 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498
87 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 93 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560
88 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 94 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560
89 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 95 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498
90 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 96 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
91 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 97 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
OLDNEW
« no previous file with comments | « no previous file | tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698