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

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

Issue 1997013002: Revert the roll of co19. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: rebase Created 4 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
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tools/deps/dartium.deps/DEPS » ('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 5
6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
7 7
8 # Failures ok in tests below. VM moves super initializer to end of list. 8 # Failures ok in tests below. VM moves super initializer to end of list.
9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK 11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK
12 12
13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200
14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200
15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
16 16
17 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 17 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
18 18
19 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 19 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908
20 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 20 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
21 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 21 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
22 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 22 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916
23 23
24 Language/Statements/Assert/execution_t02: skip # co19 issue 734 24 Language/Statements/Assert/execution_t02: skip # co19 issue 734
25 Language/Statements/Assert/execution_t03: skip # co19 issue 734 25 Language/Statements/Assert/execution_t03: skip # co19 issue 734
26 Language/Statements/Assert/type_t02: skip # co19 issue 734 26 Language/Statements/Assert/type_t02: skip # co19 issue 734
27 Language/Statements/Assert/type_t05: skip # co19 issue 734 27 Language/Statements/Assert/type_t05: skip # co19 issue 734
28 28
29 29
30 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
31 LibTest/core/DateTime/parse_A01_t02: Fail # co19 issue 17.
32
30 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709 33 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709
31 34
32 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974 35 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974
33 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 36 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974
34 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 37 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
35 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
36 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
37 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 40 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974
38 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 41 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
39 42
40 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 43 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
41 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 44 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
42 45
43 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 46 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
44 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
45 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599
49 Language/Expressions/Instance_Creation/Const/abstract_class_t01: MissingCompileT imeError # Issue 22007
50 Language/Expressions/Instance_Creation/Const/abstract_class_t03: MissingCompileT imeError # Issue 22007
46 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 51 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
50 55
51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug ] 56 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug ]
52 LibTest/core/List/List_class_A01_t02: Pass, Slow 57 LibTest/core/List/List_class_A01_t02: Pass, Slow
53 58
54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ($arch != x64 && $arch != simarm64 && $arch != arm64) ] 59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & ($arch != x64 && $arch != simarm64 && $arch != arm64) ]
55 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
(...skipping 25 matching lines...) Expand all
81 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug && $builder_tag == asan ] 86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $mode == debug && $builder_tag == asan ]
82 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 87 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
83 88
84 [ ($runtime == vm || $runtime == dart_product) && $arch == arm ] 89 [ ($runtime == vm || $runtime == dart_product) && $arch == arm ]
85 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 90 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416
86 91
87 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ] 92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) ]
88 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 93 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
89 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 94 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721
90 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 95 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721
96 Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38
91 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721
92 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721
93 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721
94 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 100 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721
95 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472 101 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472
96 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472 102 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472
97 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: MissingCompileTimeError # Issue 24472 103 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: MissingCompileTimeError # Issue 24472
98 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: MissingCompileTimeError # Issue 24472 104 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: MissingCompileTimeError # Issue 24472
99 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: MissingCompileTimeError # Issue 24472 105 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: MissingCompileTimeError # Issue 24472
100 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: MissingCompileTimeError # Issue 24472 106 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: MissingCompileTimeError # Issue 24472
101 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24472 107 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24472
102 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24472 108 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24472
103 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24472 109 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24472
104 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24472 110 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24472
105 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24472 111 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24472
106 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24472 112 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24472
107 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24472 113 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24472
108 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24472 114 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24472
109 Language/Expressions/Identifier_Reference/built_in_identifier_t35: MissingCompil eTimeError # Issue 25732 115 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t01: CompileTimeError # co19 issue 41
110 Language/Expressions/Identifier_Reference/built_in_identifier_t36: MissingCompil eTimeError # Issue 25732 116 Language/Libraries_and_Scripts/Imports/namespace_changes_t10: RuntimeError # co1 9 issue 39
111 Language/Expressions/Identifier_Reference/built_in_identifier_t37: MissingCompil eTimeError # Issue 25732 117 Language/Libraries_and_Scripts/Parts/compilation_t09: MissingCompileTimeError # co19 issue 40
112 Language/Expressions/Identifier_Reference/built_in_identifier_t53: MissingCompil eTimeError # Issue 25733 118 Language/Libraries_and_Scripts/URIs/syntax_t04: RuntimeError # co19 issue 42
113 Language/Expressions/Identifier_Reference/built_in_identifier_t54: MissingCompil eTimeError # Issue 25733 119 Language/Libraries_and_Scripts/URIs/syntax_t05: RuntimeError # co19 issue 42
114 Language/Expressions/Identifier_Reference/built_in_identifier_t55: MissingCompil eTimeError # Issue 25733 120 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # co19 issue 42
115 Language/Expressions/Identifier_Reference/built_in_identifier_t56: MissingCompil eTimeError # Issue 25733 121 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # co19 issue 42
116 Language/Expressions/Identifier_Reference/built_in_identifier_t57: MissingCompil eTimeError # Issue 25733 122 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # co19 issue 42
117 Language/Expressions/Identifier_Reference/built_in_identifier_t58: MissingCompil eTimeError # Issue 25733 123 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # co19 issue 42
118 Language/Expressions/Identifier_Reference/built_in_identifier_t59: MissingCompil eTimeError # Issue 25733 124 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # co19 issu e 43
119 Language/Expressions/Identifier_Reference/built_in_identifier_t60: MissingCompil eTimeError # Issue 25733 125 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # co19 issu e 43
120 Language/Expressions/Identifier_Reference/built_in_identifier_t61: MissingCompil eTimeError # Issue 25733 126 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # co19 issue 43
121 Language/Expressions/Identifier_Reference/built_in_identifier_t62: MissingCompil eTimeError # Issue 25733 127 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # co19 issue 43 and 44
122 Language/Expressions/Identifier_Reference/built_in_identifier_t63: MissingCompil eTimeError # Issue 25733 128 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # co19 issue 43 and 44
123 Language/Expressions/Identifier_Reference/built_in_identifier_t64: MissingCompil eTimeError # Issue 25733
124 Language/Expressions/Identifier_Reference/built_in_identifier_t65: MissingCompil eTimeError # Issue 25733
125 Language/Expressions/Identifier_Reference/built_in_identifier_t66: MissingCompil eTimeError # Issue 25733
126 Language/Expressions/Identifier_Reference/built_in_identifier_t67: MissingCompil eTimeError # Issue 25733
127 Language/Expressions/Identifier_Reference/built_in_identifier_t68: MissingCompil eTimeError # Issue 25733
128 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t14: MissingCompi leTimeError # Issue 25732
129 Language/Expressions/Identifier_Reference/built_in_not_dynamic_t19: MissingCompi leTimeError # Issue 25772
130 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t01: MissingCompileTimeError # Issue 25496
131 Language/Expressions/Method_Invocation/Ordinary_Invocation/object_method_invocat ion_t02: MissingCompileTimeError # Issue 25496
132 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t01: RuntimeError # Issue 24607
133 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t01: RuntimeError # Issue 24607
134 Language/Expressions/Property_Extraction/Named_Constructor_Closurization/identic al_t01: RuntimeError # Issue 24607
135 Language/Expressions/Assignment/super_assignment_failed_t05: RuntimeError # Issu e 25671
136 Language/Expressions/Function_Invocation/async_generator_invokation_t08: Fail # Issue 25967
137 Language/Expressions/Function_Invocation/async_generator_invokation_t10: Fail # Issue 25967
138 Language/Expressions/Property_Extraction/Anonymous_Constructor_Closurization/ide ntical_t02: RuntimeError # Issue 24607
139 Language/Mixins/Mixin_Application/syntax_t16: CompileTimeError # Issue 25765
140 Language/Mixins/declaring_constructor_t05: MissingCompileTimeError # Issue 24767
141 Language/Mixins/declaring_constructor_t06: MissingCompileTimeError # Issue 24767
142 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t08: Runtime Error # Issue 25748
143 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime Error # Issue 25748
144 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748
145 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634
146 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
147 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
148 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
149 Language/Statements/Continue/async_loops_t10: Crash # Issue 26133
150 129
151 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 130 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_product) & & $checked ]
152 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 131 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # co19 issue 45
132 Language/Errors_and_Warnings/static_warning_t02: RuntimeError # co19 issue 45
133 Language/Errors_and_Warnings/static_warning_t03: RuntimeError # co19 issue 45
134 Language/Errors_and_Warnings/static_warning_t04: RuntimeError # co19 issue 45
135 Language/Errors_and_Warnings/static_warning_t05: RuntimeError # co19 issue 45
136 Language/Errors_and_Warnings/static_warning_t06: RuntimeError # co19 issue 45
153 137
154 [ $noopt || $compiler == precompiler || $mode == product ] 138 [ $noopt || $compiler == precompiler || $mode == product ]
155 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 139 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
156 140
157 [ $runtime == dart_precompiled || $runtime == dart_product ] 141 [ $runtime == dart_precompiled || $runtime == dart_product ]
158 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri 142 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
159 143
160 [ $noopt || $compiler == precompiler ] 144 [ $noopt || $compiler == precompiler ]
161 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
162 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
163 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
164 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
149 Language/Mixins/Mixin_Application/error_t01: Pass
150 Language/Mixins/Mixin_Application/error_t02: Pass
151 Language/Mixins/declaring_constructor_t01: Pass
165 152
166 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] 153 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ]
167 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 154 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
168 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 155 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
169 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 156 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
170 157
171 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 158 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
172 LibTest/isolate/*: Skip # Issue #26373 159 LibTest/isolate/*: Skip # Issue #26373
173 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 160 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
174 161
175 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) 162 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
176 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 163 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tools/deps/dartium.deps/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698