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

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

Issue 2288593005: Revert "Update co19 to revision d4767b4caea3c5828ad8e053cd051d44a59061af" (Closed)
Patch Set: Created 4 years, 3 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 | « 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 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. 17 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment.
18 18
19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 19 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742
20 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72
21 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72
22 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72
23 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72
24 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72
25 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72
26 20
27 [ $compiler != dart2analyzer ] 21 [ $compiler != dart2analyzer ]
28 # Tests that fail on every runtime, but not on the analyzer. 22 # Tests that fail on every runtime, but not on the analyzer.
29 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687 23 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
30 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 24 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
31 LibTest/collection/LinkedListEntry/unlink_A01_t02: Fail # co19 pull request 73 25
32 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 26 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804
33 27
34 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 28 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
35 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 29 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
36 30
37 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co 19 issue 66 31 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 32 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co 19 issue 66
39 33
40 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 34 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261
41 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 35 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261
(...skipping 30 matching lines...) Expand all
72 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 66 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639
73 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 67 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639
74 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 68 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639
75 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 69 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639
76 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 70 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639
77 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
78 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
79 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
80 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
81 75
82 [ $compiler != dart2analyzer && $checked == false ]
83 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # Issue 27183
84
85 [ $runtime == dartium || $compiler == dart2js ] 76 [ $runtime == dartium || $compiler == dart2js ]
86 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 77 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
87 78
88 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p recompiled || $runtime == dart_app) ] 79 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p recompiled || $runtime == dart_app) ]
89 # Optional trailing commas for argument and parameter lists added to language. 80 # Optional trailing commas for argument and parameter lists added to language.
90 # https://github.com/dart-lang/co19/issues/68 81 # https://github.com/dart-lang/co19/issues/68
91 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: Fail, OK 82 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: Fail, OK
92 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK 83 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK
93 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK 84 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK
94 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK 85 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK
95 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK 86 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK
96 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK 87 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK
97 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK 88 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK
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