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

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

Issue 213473009: Revert co19 roll (revert r34468) (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 9 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 | « dart/tests/co19/co19-analyzer2.status ('k') | dart/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 5 # This file contains the tests that have been identified as broken and
6 # have been filed on the co19 issue tracker at 6 # have been filed on the co19 issue tracker at
7 # https://code.google.com/p/co19/issues/list . 7 # https://code.google.com/p/co19/issues/list .
8 # 8 #
9 # In order to qualify here these tests need to fail both on the VM and dart2js. 9 # In order to qualify here these tests need to fail both on the VM and dart2js.
10 10
11 ### GENERAL FAILURES ### 11 ### GENERAL FAILURES ###
12 12
13 [ $runtime == vm || $runtime != vm ] 13 [ $runtime == vm || $runtime != vm ]
14 # Tests that fail everywhere, including the analyzer. 14 # Tests that fail everywhere, including the analyzer.
15 15
16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668 16 LibTest/isolate/IsolateStream/contains_A02_t01: Fail # co19 issue 668
17 17
18 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 18 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
19 # Tests that fail on every runtime, but not on the analyzer.
20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A12_t02: fail # co1 9-roll r587: Please triage this failure 19 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_A20_t02: fail # co1 9-roll r587: Please triage this failure 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A20_t02: fail # co1 9-roll r587: Please triage this failure
22 21
22 LibTest/collection/LinkedList/forEach_A02_t01: RuntimeError, OK # co19 issue 662 (fixed in r673)
23
23 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure 24 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure
24 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 25 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure
26 LibTest/core/Set/intersection_A02_t01: Fail, OK # Issue 659 (fixed in r675)
25 27
26 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 28 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
27 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 29 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
28 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 30 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
29 31
32 LibTest/collection/HashSet/HashSet_class_A01_t01: RuntimeError, OK # co19 issue 663 (fixed in r675)
33 LibTest/collection/LinkedHashSet/LinkedHashSet_class_A01_t01: RuntimeError, OK # co19 issue 663
34 LibTest/core/Set/IterableBase_A01_t01: RuntimeError, OK # co19 issue 663
35
30 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 36 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
31 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 37 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
32 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 38 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
33 39
34 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 40 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44
35 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 41 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44
36 42
37 LibTest/math/MutableRectangle/MutableRectangle_A01_t01: RuntimeError # co19 issu e 674 43 LibTest/core/double/ceil_A01_t03: FAIL, OK # co19 issue 389 (not fixed in r672)
38 LibTest/math/Rectangle/Rectangle_A01_t01: RuntimeError # co19 issue 674 44 LibTest/core/double/ceil_A01_t04: FAIL, OK # co19 issue 389
39 45 LibTest/core/double/floor_A01_t03: FAIL, OK # co19 issue 389
40 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 46 LibTest/core/double/floor_A01_t04: FAIL, OK # co19 issue 389
41 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 47 LibTest/core/double/round_A01_t02: FAIL, OK # co19 issue 389
42 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 48 LibTest/core/double/round_A01_t04: FAIL, OK # co19 issue 389
43 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735
44 49
45 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672) 50 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672)
46 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672) 51 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672)
47 52
48 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) 53 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674)
49 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 54 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639
50 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 55 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639
51 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 56 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639
52 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 57 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639
53 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 58 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639
54 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 59 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639
55 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 60 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639
56 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 61 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639
57 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 62 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639
58 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 63 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639
59 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639 64 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639
60 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639 65 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639
61 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639 66 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639
67 LibTest/isolate/ReceivePort/close_A01_t01: Fail # Co19 issue 639
68 LibTest/isolate/ReceivePort/close_A02_t01: Fail # Co19 issue 639
62 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 69 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639
63 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 70 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639
64 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 71 LibTest/isolate/ReceivePort/toSendPort_A01_t01: Fail # Co19 issue 639
72 LibTest/isolate/ReceivePort/toSendPort_A01_t03: Fail # Co19 issue 639
65 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 73 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639
74 LibTest/isolate/SendPort/hashCode_A01_t01: Fail # Co19 issue 639
75 LibTest/isolate/SendPort/operator_equality_A01_t01: Fail # Co19 issue 639
76 LibTest/isolate/SendPort/send_A02_t01: Fail # Co19 issue 639
66 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 77 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639
67 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 78 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
68 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 79 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
69 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 80 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
70 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 81 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
71 82
72 LibTest/isolate/ReceivePort/any_A01_t02: RuntimeError # co19 issue 676
73 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638 83 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
74 84
75 [ $runtime == dartium || $compiler == dart2js ] 85 [ $runtime == dartium || $compiler == dart2js ]
76 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 86 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
77 87
78 ### CHECKED MODE FAILURES ### 88 ### CHECKED MODE FAILURES ###
79 89
80 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] 90 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
81 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 91 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
82 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 92 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
83 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError # co19 issue 675
84 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675
85 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67 5
86 LibTest/math/MutableRectangle/operator_equality_A02_t01: RuntimeError # Issue 17 734
87 LibTest/math/MutableRectangle/operator_equality_A04_t01: RuntimeError # Issue 17 734
88
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-analyzer2.status ('k') | dart/tests/co19/co19-dart2dart.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698