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

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

Issue 77613004: Co19 test doesn't fail in analyzer. (Closed) Base URL: https://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 | 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 # 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/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635 13 LibTest/core/RegExp/firstMatch_A01_t01: Fail, OK # Issue 635
14 LibTest/core/Stopwatch/start_A01_t01: PASS, FAIL, OK # co19 issue 657 14 LibTest/core/Stopwatch/start_A01_t01: PASS, FAIL, OK # co19 issue 657
15 LibTest/core/Stopwatch/start_A01_t02: PASS, FAIL, OK # co19 issue 657 15 LibTest/core/Stopwatch/start_A01_t02: PASS, FAIL, OK # co19 issue 657
16 LibTest/core/Stopwatch/elapsedTicks_A01_t01: PASS, FAIL, OK # co19 issue 657 16 LibTest/core/Stopwatch/elapsedTicks_A01_t01: PASS, FAIL, OK # co19 issue 657
17 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659
18 17
19 LibTest/json/BuildJsonListener/BuildJsonListener_A01_t01: Fail, OK # Issue 637 18 LibTest/json/BuildJsonListener/BuildJsonListener_A01_t01: Fail, OK # Issue 637
20 LibTest/json/JsonParser/JsonParser_A01_t01: Fail, OK # Issue 637 19 LibTest/json/JsonParser/JsonParser_A01_t01: Fail, OK # Issue 637
21 LibTest/json/JsonParser/constants_A01_t01: Fail, OK # Issue 637 20 LibTest/json/JsonParser/constants_A01_t01: Fail, OK # Issue 637
22 LibTest/json/JsonParser/fail_A01_t01: Fail, OK # Issue 637 21 LibTest/json/JsonParser/fail_A01_t01: Fail, OK # Issue 637
23 LibTest/json/JsonParser/parseFalse_A01_t01: Fail, OK # Issue 637 22 LibTest/json/JsonParser/parseFalse_A01_t01: Fail, OK # Issue 637
24 LibTest/json/JsonParser/parseNull_A01_t01: Fail, OK # Issue 637 23 LibTest/json/JsonParser/parseNull_A01_t01: Fail, OK # Issue 637
25 LibTest/json/JsonParser/parseNumber_A01_t01: Fail, OK # Issue 637 24 LibTest/json/JsonParser/parseNumber_A01_t01: Fail, OK # Issue 637
26 LibTest/json/JsonParser/parseString_A01_t01: Fail, OK # Issue 637 25 LibTest/json/JsonParser/parseString_A01_t01: Fail, OK # Issue 637
27 LibTest/json/JsonParser/parseTrue_A01_t01: Fail, OK # Issue 637 26 LibTest/json/JsonParser/parseTrue_A01_t01: Fail, OK # Issue 637
(...skipping 20 matching lines...) Expand all
48 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure 47 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
49 48
50 # Maybe we should wait until isolate library is sealed before triaging these. 49 # Maybe we should wait until isolate library is sealed before triaging these.
51 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure 50 LibTest/isolate/isolate_api/spawnFunction_A04_t01: fail, timeout # co19-roll r54 6: Please triage this failure
52 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure 51 LibTest/isolate/isolate_api/streamSpawnFunction_A02_t01: fail, timeout # co19-ro ll r546: Please triage this failure
53 52
54 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r607: Pl ease triage this failure 53 Language/12_Expressions/18_Assignment_A04_t09: RuntimeError # co19-roll r607: Pl ease triage this failure
55 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError # co19-roll r607: Pl ease triage this failure 54 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError # co19-roll r607: Pl ease triage this failure
56 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure 55 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure
57 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 56 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure
57 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659
58 58
59 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 59 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
60 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 60 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
61 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 61 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
62 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 62 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
63 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1 9-roll r623: Please triage this failure 63 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError # co1 9-roll r623: Please triage this failure
64 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri age this failure 64 LibTest/core/Set/IterableBase_A01_t01: RuntimeError # co19-roll r623: Please tri age this failure
65 65
66 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592 66 LibTest/core/Uri/toFilePath_A01_t01: pass, fail, ok # co19 Issue 592
67 67
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633 198 Language/13_Statements/09_Switch_A09_t01: PASS, FAIL, OK # co19 issue 633
199 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 199 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
200 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 200 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
201 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure 201 LibTest/typed_data/Float32x4List/reduce_A01_t01: Fail # co19-roll r623: Please t riage this failure
202 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19 issue 651. 202 LibTest/async/Future/catchError_A03_t05: RuntimeError # co19 issue 651.
203 203
204 [ ($runtime == vm || $compiler == dart2js) && $checked] 204 [ ($runtime == vm || $compiler == dart2js) && $checked]
205 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 205 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560
206 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 206 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560
207 207
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698