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

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

Issue 3014593002: Use generic functions in zones. (Closed)
Patch Set: Added changes missing from patch set #2 Created 3 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 | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/compiler/dart2js/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 Language/Classes/Getters/type_object_t01: Fail # co19 issue 115 17 Language/Classes/Getters/type_object_t01: Fail # co19 issue 115
18 Language/Classes/Getters/type_object_t02: Fail # co19 issue 115 18 Language/Classes/Getters/type_object_t02: Fail # co19 issue 115
19 Language/Classes/Setters/type_object_t01: Fail # co19 issue 115 19 Language/Classes/Setters/type_object_t01: Fail # co19 issue 115
20 Language/Classes/Setters/type_object_t02: Fail # co19 issue 115 20 Language/Classes/Setters/type_object_t02: Fail # co19 issue 115
21 Language/Classes/Static_Methods/type_object_t01: Fail # co19 issue 115 21 Language/Classes/Static_Methods/type_object_t01: Fail # co19 issue 115
22 Language/Classes/Static_Methods/type_object_t02: Fail # co19 issue 115 22 Language/Classes/Static_Methods/type_object_t02: Fail # co19 issue 115
23 Language/Statements/Assert/syntax_t04: Pass, Fail # assert now has an optional s econd parameter. 23 Language/Statements/Assert/syntax_t04: Pass, Fail # assert now has an optional s econd parameter.
24 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment. 24 LibTest/typed_data/ByteData/buffer_A01_t01: Fail # co19 r736 bug - sent comment.
25 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742 25 LibTest/core/RegExp/firstMatch_A01_t01: Fail # co19 issue 742
26 26
27 LibTest/async/Zone/bindBinaryCallback_A01_t02: Fail # co19 issue TODO
28 LibTest/async/Zone/bindCallback_A01_t02: Fail # co19 issue TODO
29 LibTest/async/Zone/bindUnaryCallback_A01_t02: Fail # co19 issue TODO
30
27 [ $compiler != dart2analyzer ] 31 [ $compiler != dart2analyzer ]
28 # Tests that fail on every runtime, but not on the analyzer. 32 # Tests that fail on every runtime, but not on the analyzer.
33
29 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 34 Language/Classes/same_name_type_variable_t04: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
30 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525 35 Language/Classes/same_name_type_variable_t07: Pass, MissingCompileTimeError, Fai l # Issue 14513,25525
31 Language/Expressions/Instance_Creation/Const/abstract_class_t01: Pass, Fail # co 19 issue 66 36 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 37 Language/Expressions/Instance_Creation/Const/abstract_class_t03: Pass, Fail # co 19 issue 66
33 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687 38 LibTest/async/Stream/asBroadcastStream_A02_t01: Fail # co19 issue 687
39 LibTest/async/Zone/runBinaryGuarded_A01_t01: Fail # co19 issue TODO
40 LibTest/async/Zone/runGuarded_A01_t01: Fail # co19 issue TODO
41 LibTest/async/Zone/runUnaryGuarded_A01_t01: Fail # co19 issue TODO
34 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735 42 LibTest/core/Expando/Expando_A03_t01: RuntimeError # Issue 17735
35 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735 43 LibTest/core/Expando/Expando_A03_t03: RuntimeError # Issue 17735
36 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735 44 LibTest/core/Expando/Expando_A03_t04: RuntimeError # Issue 17735
37 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735 45 LibTest/core/Expando/Expando_A03_t05: RuntimeError # Issue 17735
38 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # co19 issue 741 46 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Runtim eError # co19 issue 741
39 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c o19 issue 740 47 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # c o19 issue 740
40 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804 48 LibTest/core/Symbol/Symbol_A01_t04: RuntimeError # Issue 25804
41 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674) 49 LibTest/isolate/IsolateStream/any_A01_t01: Fail # Co19 issue 639 (Fixed in r674)
42 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639 50 LibTest/isolate/IsolateStream/asBroadcastStream_A01_t01: Fail # Co19 issue 639
43 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639 51 LibTest/isolate/IsolateStream/contains_A01_t01: Fail # Co19 issue 639
(...skipping 19 matching lines...) Expand all
63 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639 71 LibTest/isolate/SendPort/send_A02_t05: Fail # Co19 issue 639
64 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639 72 LibTest/isolate/SendPort/send_A02_t06: Fail # Co19 issue 639
65 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639 73 LibTest/isolate/SendPort/send_A03_t01: Fail # Co19 issue 639
66 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639 74 LibTest/isolate/SendPort/send_A03_t02: Fail # Co19 issue 639
67 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261 75 LibTest/math/acos_A01_t01: PASS, FAIL, OK # Issue 26261
68 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261 76 LibTest/math/asin_A01_t01: PASS, FAIL, OK # Issue 26261
69 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261 77 LibTest/math/atan_A01_t01: PASS, FAIL, OK # Issue 26261
70 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261 78 LibTest/math/cos_A01_t01: PASS, FAIL, OK # Issue 26261
71 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261 79 LibTest/math/tan_A01_t01: PASS, FAIL, OK # Issue 26261
72 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261 80 LibTest/math/log_A01_t01: PASS, FAIL, OK # Issue 26261
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tests/compiler/dart2js/dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698