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

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

Issue 1703303003: Triage co19 failures and reference newly filed (or existing) issues. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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
« 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 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.
(...skipping 28 matching lines...) Expand all
39 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-004_t01: Skip # Issue 21115 39 WebPlatformTest/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot -methods/test-004_t01: Skip # Issue 21115
40 40
41 [ $compiler != dart2analyzer ] 41 [ $compiler != dart2analyzer ]
42 # Tests that fail on every runtime, but not on the analyzer. 42 # Tests that fail on every runtime, but not on the analyzer.
43 43
44 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712 44 LibTest/async/Future/Future.error_A01_t01: RuntimeError # co19 issue 712
45 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712 45 LibTest/async/Completer/completeError_A02_t01: RuntimeError # co19 issue 712
46 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 46 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
47 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 47 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
48 48
49 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # co19-roll r607: Please triage this failure 49 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804
50 50
51 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai l # co19-roll r623: Please triage this failure 51 Language/Classes/same_name_type_variable_t01: Pass, MissingCompileTimeError, Fai l # Issue 14513
52 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # co19-roll r623: Please triage this failure 52 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513
53 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # co19-roll r623: Please triage this failure 53 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513
54 54
55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44 55 LibTest/math/acos_A01_t01: PASS, FAIL, OK # co19 issue 44
56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44 56 LibTest/math/asin_A01_t01: PASS, FAIL, OK # co19 issue 44
57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44 57 LibTest/math/atan_A01_t01: PASS, FAIL, OK # co19 issue 44
58 58
59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44 59 LibTest/math/cos_A01_t01: PASS, FAIL, OK # co19 issue 44
60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44 60 LibTest/math/tan_A01_t01: PASS, FAIL, OK # co19 issue 44
61 61
62 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 62 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735
63 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 63 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735
(...skipping 29 matching lines...) Expand all
93 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 93 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
94 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 94 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
95 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 95 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
96 96
97 [ $runtime == dartium || $compiler == dart2js ] 97 [ $runtime == dartium || $compiler == dart2js ]
98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 98 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
99 99
100 ### CHECKED MODE FAILURES ### 100 ### CHECKED MODE FAILURES ###
101 101
102 [ $compiler != dart2analyzer && $checked ] 102 [ $compiler != dart2analyzer && $checked ]
103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 103 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19 is sue 22
104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19-roll r623: Please triage this failure 104 LibTest/collection/LinkedList/LinkedList_A01_t01: RuntimeError # co19 issue 23
105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737 105 LibTest/collection/LinkedList/lastWhere_A02_t01: RuntimeError # co19 issue 737
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