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

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

Issue 1390533003: Update co19 test suite to commit Oct 1 2015 1d96fbbf94c534c9076f90bd4ebce6226169da48 (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Undo debug edits to script Created 5 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
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | tests/co19/co19-dart2js.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 (read-only). 7 # https://code.google.com/p/co19/issues/list (read-only).
8 # https://github.com/dart-lang/co19/issues . 8 # https://github.com/dart-lang/co19/issues .
9 # 9 #
10 # In order to qualify here these tests need to fail both on the VM and dart2js. 10 # In order to qualify here these tests need to fail both on the VM and dart2js.
11 11
12 ### GENERAL FAILURES ### 12 ### GENERAL FAILURES ###
13 13
14 [ $runtime == vm || $runtime != vm ] 14 [ $runtime == vm || $runtime != vm ]
15 # Tests that fail everywhere, including the analyzer. 15 # Tests that fail everywhere, including the analyzer.
16 16
17 # Super is now allowed in mixins and mixins may now extend a subclass of Object. 17 # Super is now allowed in mixins and mixins may now extend a subclass of Object.
18 Language/09_Mixins/09_Mixins_A01_t01: Skip # co19 issue 9. 18 Language/09_Mixins/09_Mixins_A01_t01: Skip # co19 issue 9.
19 Language/09_Mixins/09_Mixins_A03_t01: Skip # co19 issue 9. 19 Language/09_Mixins/09_Mixins_A03_t01: Skip # co19 issue 9.
20 20
21 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2 21 # No longer correct, y#$ now has a meaning. github.com/dart-lang/co19/issues/2
22 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip 22 Language/12_Expressions/30_Identifier_Reference_A01_t03: Skip
23 23
24 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. 24 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment.
25 LayoutTests/fast/mediastream/getusermedia_t01: Fail # co19 issue 738.
26 25
27 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 26 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742
28 27
29 # These tests are obsolete and need updating. 28 # These tests are obsolete and need updating.
30 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-002_t01: Skip # Issue 19019 29 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-002_t01: Skip # Issue 19019
31 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-003_t01: Skip # Issue 19019 30 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -attributes/test-003_t01: Skip # Issue 19019
32 31
33 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi x). 32 # These tests are broken in both Javascript and Dart (co19 folks contacted to fi x).
34 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-004_t01: Skip # Issue 21115 33 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-004_t01: Skip # Issue 21115
35 34
36 [ $compiler != dartanalyzer && $compiler != dart2analyzer ] 35 [ $compiler != dartanalyzer && $compiler != dart2analyzer ]
37 # Tests that fail on every runtime, but not on the analyzer. 36 # Tests that fail on every runtime, but not on the analyzer.
38 37
39 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 38 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712
40 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 39 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712
41 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 40 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
42 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 41 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
43 42
44 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 43 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure
45 44
46 Language/07_Classes/07_Classes_A13_t01: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 45 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai l # co19-roll r623: Please triage this failure
47 Language/07_Classes/07_Classes_A13_t04: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 46 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # co19-roll r623: Please triage this failure
48 Language/07_Classes/07_Classes_A13_t07: Pass, MissingCompileTimeError, Fail # co 19-roll r623: Please triage this failure 47 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # co19-roll r623: Please triage this failure
49 48
50 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 49 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
51 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 50 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
52 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 51 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
53 52
54 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 53 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44
55 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 54 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44
56 55
57 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 56 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735
58 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 57 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 90
92 [ $runtime == dartium || $compiler == dart2js ] 91 [ $runtime == dartium || $compiler == dart2js ]
93 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 92 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
94 93
95 ### CHECKED MODE FAILURES ### 94 ### CHECKED MODE FAILURES ###
96 95
97 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] 96 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
98 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
99 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 98 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure
100 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 99 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737
OLDNEW
« no previous file with comments | « tests/co19/co19-analyzer2.status ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698