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

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

Issue 2307493003: Update co19 to revision d4767b4caea3c5828ad8e053cd051d44a59061af (Closed)
Patch Set: Add more status updates 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 20
21 [ $system == linux ]
22 LibTest/collection/ListBase/ListBase_class_A01_t01: Fail # co19 issue 72
23 LibTest/collection/ListBase/ListBase_class_A01_t02: Fail # co19 issue 72
24 LibTest/collection/ListBase/listToString_A01_t01: Fail # co19 issue 72
25 LibTest/collection/ListBase/listToString_A02_t01: Fail # co19 issue 72
26 LibTest/collection/MapBase/MapBase_class_A01_t01: Fail # co19 issue 72
27 LibTest/collection/MapMixin/MapMixin_class_A01_t01: Fail # co19 issue 72
28
21 [ $compiler != dart2analyzer ] 29 [ $compiler != dart2analyzer ]
22 # Tests that fail on every runtime, but not on the analyzer. 30 # Tests that fail on every runtime, but not on the analyzer.
23 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
24 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
25
26 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804
27
28 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 31 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
29 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 32 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
30
31 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co 19 issue 66 33 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co 19 issue 66
32 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co 19 issue 66 34 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co 19 issue 66
33 35 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
34 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 36 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: RuntimeErr or # Issue 27183
35 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 37 LibTest/collection/LinkedListEntry/unlink_A01_t02: Fail # co19 pull request 73
36 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261
37
38 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261
39 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261
40
41 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 38 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735
42 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 39 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735
43 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 40 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735
44 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 41 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735
45 42 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # co19 issue 741
46 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c o19 issue 740 43 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c o19 issue 740
47 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # co19 issue 741 44 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804
48
49 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672)
50 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672)
51
52 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) 45 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674)
53 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 46 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639
54 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 47 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639
55 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639 48 LibTest/isolate/IsolateStream/first_A01_t01: Fail # Co19 issue 639
56 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639 49 LibTest/isolate/IsolateStream/first_A02_t01: Fail # Co19 issue 639
57 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639 50 LibTest/isolate/IsolateStream/first_A02_t02: Fail # Co19 issue 639
58 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639 51 LibTest/isolate/IsolateStream/isBroadcast_A01_t01: Fail # Co19 issue 639
59 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639 52 LibTest/isolate/IsolateStream/isBroadcast_A01_t02: Fail # Co19 issue 639
60 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639 53 LibTest/isolate/IsolateStream/isEmpty_A01_t01: Fail # Co19 issue 639
61 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639 54 LibTest/isolate/IsolateStream/last_A01_t01: Fail # Co19 issue 639
62 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639 55 LibTest/isolate/IsolateStream/last_A02_t01: Fail # Co19 issue 639
63 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639 56 LibTest/isolate/IsolateStream/length_A01_t01: Fail # Co19 issue 639
64 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639 57 LibTest/isolate/IsolateStream/single_A01_t01: Fail # Co19 issue 639
65 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639 58 LibTest/isolate/IsolateStream/single_A02_t01: Fail # Co19 issue 639
59 LibTest/isolate/ReceivePort/asBroadcastStream_A02_t01: Fail # co19 issue 687
66 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639 60 LibTest/isolate/ReceivePort/receive_A01_t01: Fail # Co19 issue 639
67 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639 61 LibTest/isolate/ReceivePort/receive_A01_t03: Fail # Co19 issue 639
68 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639 62 LibTest/isolate/ReceivePort/sendPort_A01_t01: Fail # Co19 issue 639
69 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639 63 LibTest/isolate/SendPort/call_A01_t01: Fail # Co19 issue 639
64 LibTest/isolate/SendPort/send_A02_t02: SKIP # co19 issue 493 (not fixed in r672)
65 LibTest/isolate/SendPort/send_A02_t03: SKIP # co19 issue 495 (not fixed in r672)
70 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639 66 LibTest/isolate/SendPort/send_A02_t04: Fail # Co19 issue 639
71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 67 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 68 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 69 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 70 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
71 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261
72 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261
73 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261
74 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261
75 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261
76 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261
75 77
76 [ $runtime == dartium || $compiler == dart2js ] 78 [ $runtime == dartium || $compiler == dart2js ]
77 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 79 LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524
78 80
79 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p recompiled || $runtime == dart_app) ] 81 [ ($compiler == none || $compiler == precompiler || $compiler == dart2appjit) && ($runtime == vm || $runtime == drt || $runtime == dartium || $runtime == dart_p recompiled || $runtime == dart_app) ]
80 # Optional trailing commas for argument and parameter lists added to language. 82 # Optional trailing commas for argument and parameter lists added to language.
81 # https://github.com/dart-lang/co19/issues/68 83 # https://github.com/dart-lang/co19/issues/68
82 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: Fail, OK 84 Language/Expressions/Function_Invocation/Actual_Argument_List_Evaluation/syntax_ t05: Fail, OK
83 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK 85 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t05: Fail, OK
84 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK 86 Language/Expressions/Method_Invocation/Ordinary_Invocation/syntax_t10: Fail, OK
85 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK 87 Language/Expressions/Method_Invocation/Super_Invocation/syntax_t05: Fail, OK
86 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK 88 Language/Functions/Formal_Parameters/syntax_t04: Fail, OK
87 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK 89 Language/Functions/Formal_Parameters/syntax_t05: Fail, OK
88 Language/Functions/Formal_Parameters/syntax_t12: Fail, OK 90 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