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

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

Issue 295913003: Make Stream.where, etc., be documented as inheriting broadcast state. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Change asBroadcastStream to always only listen once to its source. Created 6 years, 7 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
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
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 65 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639
66 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 66 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639
67 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 67 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
68 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 68 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
69 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 69 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
70 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 70 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
71 71
72 LibTest/isolate/ReceivePort/any_A01_t02: RuntimeError # co19 issue 676 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 73 Language/14_Libraries_and_Scripts/4_Scripts_A03_t03: MissingRuntimeError, OK # c o19 issue 638
74 74
75 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail
Anders Johnsen 2014/05/20 12:01:32 File bug.
76
75 [ $runtime == dartium || $compiler == dart2js ] 77 [ $runtime == dartium || $compiler == dart2js ]
76 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 78 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
77 79
78 ### CHECKED MODE FAILURES ### 80 ### CHECKED MODE FAILURES ###
79 81
80 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ] 82 [ $compiler != dartanalyzer && $compiler != dart2analyzer && $checked ]
81 LibTest/collection/DoubleLinkedQueue/removeFirst_A01_t01: RuntimeError # co19-ro ll r607: Please triage this failure 83 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 84 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 85 LibTest/math/MutableRectangle/boundingBox_A01_t01: RuntimeError # co19 issue 675
84 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675 86 LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19 issue 675
85 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67 5 87 LibTest/math/MutableRectangle/intersection_A01_t01: RuntimeError # co19 issue 67 5
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698