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

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

Issue 621753002: Update co19 test suite to r786. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 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 | « 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
17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. 16 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment.
18 17
19 # TODO(terry) re-enable the below CSS tests when Chrome 38 and (Dartium 38) are ready issue 21075
20 LayoutTests/fast/css/getComputedStyle/computed-style-font_t01: Skip
21 LayoutTests/fast/css/font-shorthand-from-longhands_t01: Skip
22 LayoutTests/fast/css/fontface-properties_t01: Skip
23
24 Language/07_Classes/6_Constructors/1_Generative_Constructors_A01_t06: Fail, Pass , OK # co19 issue 695
25
26 # These tests are obsolete and need updating. 18 # These tests are obsolete and need updating.
27 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-002_t01: Skip # Issue 19019 19 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-002_t01: Skip # Issue 19019
28 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-003_t01: Skip # Issue 19019 20 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-003_t01: Skip # Issue 19019
29 21
30 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi x). 22 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi x).
31 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-004_t01: Skip # Issue 21115 23 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-004_t01: Skip # Issue 21115
32 24
33 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 25 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
34 # Tests that fail on every runtime, but not on the analyzer. 26 # Tests that fail on every runtime, but not on the analyzer.
35 27
36 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 28 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712
37 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 29 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712
38 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 30 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
39 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 31 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
40 32
41
42 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure 33 LibTest/core/Invocation/namedArguments_A01_t01: RuntimeError # co19-roll r607: P lease triage this failure
43 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 34 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure
44 35
45 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 36 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
46 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 37 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
47 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 38 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure
48 39
49 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 40 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
50 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 41 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
51 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 42 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
(...skipping 26 matching lines...) Expand all
78 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 69 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639
79 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 70 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639
80 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 71 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639
81 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 72 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639
82 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 73 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639
83 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 74 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
84 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 75 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
85 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 76 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
86 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 77 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
87 78
88 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
89 Utils/tests/Expect/listEquals_A01_t02: RuntimeError # CO19 issue 707
90 Utils/tests/Expect/listEquals_A03_t01: RuntimeError # CO19 issue 707
91
92 [ $runtime == dartium || $compiler == dart2js ] 79 [ $runtime == dartium || $compiler == dart2js ]
93 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 80 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
94 81
82 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $compiler != dart2j s ]
83 LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: RuntimeError # co19 issue 718
84
95 ### CHECKED MODE FAILURES ### 85 ### CHECKED MODE FAILURES ###
96 86
97 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] 87 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
98 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 88 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure
99 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 89 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
100 LibTest/isolate/ReceivePort/any_A01_t02: RuntimeError # co19 issue 704
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