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

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

Issue 2475303002: Revert "Handle the case of Stream.take(0) better." This reverts commit 8cead4090cc0b1184a2ad552003a… (Closed)
Patch Set: Created 4 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 | « sdk/lib/async/stream_pipe.dart ('k') | tests/lib/async/stream_take_test.dart » ('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.
(...skipping 11 matching lines...) Expand all
22 22
23 [ $system == linux ] 23 [ $system == linux ]
24 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72 24 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72
25 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72 25 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72
26 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72 26 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72
27 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72 27 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72
28 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72 28 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72
29 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72 29 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72
30 30
31 [ $compiler != dart2analyzer ] 31 [ $compiler != dart2analyzer ]
32 LibTest/isolate/ReceivePort/take_A01_t02: Fail # co19 issue 81
33 LibTest/async/Stream/take_A01_t02 # co19 issue 81
34 # Tests that fail on every runtime, but not on the analyzer. 32 # Tests that fail on every runtime, but not on the analyzer.
35 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 33 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
36 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 34 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
37 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co 19 issue 66 35 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co 19 issue 66
38 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co 19 issue 66 36 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co 19 issue 66
39 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 37 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
40 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # Issue 27183 38 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # Issue 27183
41 LibTest/collection/LinkedListEntry/unlink_A01_t02: Fail # co19 pull request 73 39 LibTest/collection/LinkedListEntry/unlink_A01_t02: Fail # co19 pull request 73
42 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 40 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735
43 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 41 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dart ium || $runtime == dart_precompiled || $runtime == dart_app) ] 83 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co mpiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dart ium || $runtime == dart_precompiled || $runtime == dart_app) ]
86 # Optional trailing commas for argument and parameter lists added to language. 84 # Optional trailing commas for argument and parameter lists added to language.
87 # https://github.com/dart-lang/co19/issues/68 85 # https://github.com/dart-lang/co19/issues/68
88 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: Fail, OK 86 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: Fail, OK
89 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK 87 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK
90 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK 88 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK
91 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK 89 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK
92 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK 90 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK
93 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK 91 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK
94 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK 92 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK
OLDNEW
« no previous file with comments | « sdk/lib/async/stream_pipe.dart ('k') | tests/lib/async/stream_take_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698