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

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

Issue 2023953002: Reland the roll of co19 tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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_app) ] 6 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
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
33 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709 30 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709
34 31
35 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974 32 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974
36 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 33 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974
37 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 34 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
38 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 35 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
39 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 36 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
40 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 37 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974
41 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 38 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
42 39
43 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596 40 LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Issue 13596
44 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596 41 LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Issue 13596
45 42
46 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 43 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
47 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599 44 LibTest/typed_data/Float32x4/reciprocalSqrt_A01_t01: Pass, Fail # co19 issue 599
48 LibTest/typed_data/Float32x4/reciprocal_A01_t01: Pass, Fail # co19 issue 599 45 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
51 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors: 46 # With asynchronous loading, the load errors in these tests are no longer recogn ized as compile errors:
52 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail 47 Language/Libraries_and_Scripts/Imports/invalid_uri_t02: Fail
53 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail 48 Language/Libraries_and_Scripts/Exports/invalid_uri_t02: Fail
54 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail 49 Language/Libraries_and_Scripts/Parts/syntax_t06: Fail
55 50
56 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ] 51 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug ]
57 LibTest/core/List/List_class_A01_t02: Pass, Slow 52 LibTest/core/List/List_class_A01_t02: Pass, Slow
58 53
59 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64) ] 54 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && ($ arch != x64 && $arch != simarm64 && $arch != arm64) ]
60 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 55 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
(...skipping 25 matching lines...) Expand all
86 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ] 81 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $m ode == debug && $builder_tag == asan ]
87 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174. 82 Language/Types/Interface_Types/subtype_t27: Skip # Issue 21174.
88 83
89 [ ($runtime == vm || $runtime == dart_app) && $arch == arm ] 84 [ ($runtime == vm || $runtime == dart_app) && $arch == arm ]
90 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416 85 LibTest/typed_data/Float32x4/operator_multiplication_A01_t01: Fail # Dart issue 24416
91 86
92 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ] 87 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) ]
93 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0) 88 # co19 update Sep 29, 2015 (3ed795ea02e022ef19c77cf1b6095b7c8f5584d0)
94 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721 89 Language/Classes/Getters/type_object_t01: RuntimeError # Issue 23721
95 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721 90 Language/Classes/Getters/type_object_t02: RuntimeError # Issue 23721
96 Language/Classes/Setters/syntax_t04: RuntimeError # co19 issue 38
97 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721 91 Language/Classes/Setters/type_object_t01: RuntimeError # Issue 23721
98 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721 92 Language/Classes/Setters/type_object_t02: RuntimeError # Issue 23721
99 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721 93 Language/Classes/Static_Methods/type_object_t01: RuntimeError # Issue 23721
100 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721 94 Language/Classes/Static_Methods/type_object_t02: RuntimeError # Issue 23721
101 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472 95 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t01: MissingCompileTimeError # Issue 24472
102 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472 96 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t02: MissingCompileTimeError # Issue 24472
103 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: MissingCompileTimeError # Issue 24472 97 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t03: MissingCompileTimeError # Issue 24472
104 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: MissingCompileTimeError # Issue 24472 98 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t04: MissingCompileTimeError # Issue 24472
105 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: MissingCompileTimeError # Issue 24472 99 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t05: MissingCompileTimeError # Issue 24472
106 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: MissingCompileTimeError # Issue 24472 100 Language/Expressions/Property_Extraction/General_Closurization/class_object_memb er_t06: MissingCompileTimeError # Issue 24472
107 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24472 101 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t01: MissingCompileTimeError # Issue 24472
108 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24472 102 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t02: MissingCompileTimeError # Issue 24472
109 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24472 103 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t03: MissingCompileTimeError # Issue 24472
110 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24472 104 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t04: MissingCompileTimeError # Issue 24472
111 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24472 105 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t05: MissingCompileTimeError # Issue 24472
112 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24472 106 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t06: MissingCompileTimeError # Issue 24472
113 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24472 107 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t07: MissingCompileTimeError # Issue 24472
114 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24472 108 Language/Expressions/Property_Extraction/Getter_Access_and_Method_Extraction/cla ss_object_member_t08: MissingCompileTimeError # Issue 24472
115 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/not_class_ t01: CompileTimeError # co19 issue 41 109 Language/Expressions/Identifier_Reference/built_in_identifier_t35: MissingCompil eTimeError # Issue 25732
116 Language/Libraries_and_Scripts/Imports/namespace_changes_t10: RuntimeError # co1 9 issue 39 110 Language/Expressions/Identifier_Reference/built_in_identifier_t36: MissingCompil eTimeError # Issue 25732
117 Language/Libraries_and_Scripts/Parts/compilation_t09: MissingCompileTimeError # co19 issue 40 111 Language/Expressions/Identifier_Reference/built_in_identifier_t37: MissingCompil eTimeError # Issue 25732
118 Language/Libraries_and_Scripts/URIs/syntax_t04: RuntimeError # co19 issue 42 112 Language/Expressions/Identifier_Reference/built_in_identifier_t53: MissingCompil eTimeError # Issue 25733
119 Language/Libraries_and_Scripts/URIs/syntax_t05: RuntimeError # co19 issue 42 113 Language/Expressions/Identifier_Reference/built_in_identifier_t54: MissingCompil eTimeError # Issue 25733
120 Language/Libraries_and_Scripts/URIs/syntax_t09: RuntimeError # co19 issue 42 114 Language/Expressions/Identifier_Reference/built_in_identifier_t55: MissingCompil eTimeError # Issue 25733
121 Language/Libraries_and_Scripts/URIs/syntax_t10: RuntimeError # co19 issue 42 115 Language/Expressions/Identifier_Reference/built_in_identifier_t56: MissingCompil eTimeError # Issue 25733
122 Language/Libraries_and_Scripts/URIs/syntax_t14: RuntimeError # co19 issue 42 116 Language/Expressions/Identifier_Reference/built_in_identifier_t57: MissingCompil eTimeError # Issue 25733
123 Language/Libraries_and_Scripts/URIs/syntax_t15: RuntimeError # co19 issue 42 117 Language/Expressions/Identifier_Reference/built_in_identifier_t58: MissingCompil eTimeError # Issue 25733
124 Language/Mixins/Mixin_Application/error_t01: MissingCompileTimeError # co19 issu e 43 118 Language/Expressions/Identifier_Reference/built_in_identifier_t59: MissingCompil eTimeError # Issue 25733
125 Language/Mixins/Mixin_Application/error_t02: MissingCompileTimeError # co19 issu e 43 119 Language/Expressions/Identifier_Reference/built_in_identifier_t60: MissingCompil eTimeError # Issue 25733
126 Language/Mixins/declaring_constructor_t01: MissingCompileTimeError # co19 issue 43 120 Language/Expressions/Identifier_Reference/built_in_identifier_t61: MissingCompil eTimeError # Issue 25733
127 Language/Mixins/not_object_superclass_t01: MissingCompileTimeError # co19 issue 43 and 44 121 Language/Expressions/Identifier_Reference/built_in_identifier_t62: MissingCompil eTimeError # Issue 25733
128 Language/Mixins/reference_to_super_t01: MissingCompileTimeError # co19 issue 43 and 44 122 Language/Expressions/Identifier_Reference/built_in_identifier_t63: MissingCompil eTimeError # Issue 25733
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
129 150
130 [ ($runtime == vm || $runtime == dart_precompiled || $runtime == dart_app) && $c hecked ] 151 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
131 Language/Errors_and_Warnings/static_warning_t01: RuntimeError # co19 issue 45 152 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
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
137 153
138 [ $noopt || $compiler == precompiler || $mode == product ] 154 [ $noopt || $compiler == precompiler || $mode == product ]
139 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 155 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
140 156
141 [ $runtime == dart_precompiled || $runtime == dart_app ] 157 [ $runtime == dart_precompiled || $runtime == dart_app ]
142 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri 158 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
143 159
144 [ $noopt || $compiler == precompiler ] 160 [ $noopt || $compiler == precompiler ]
145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 161 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 162 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 163 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 164 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
149 165
150 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] 166 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ]
151 Language/Mixins/Mixin_Application/error_t01: Pass 167 Language/Mixins/Mixin_Application/error_t01: Pass
152 Language/Mixins/Mixin_Application/error_t02: Pass 168 Language/Mixins/Mixin_Application/error_t02: Pass
153 Language/Mixins/declaring_constructor_t01: Pass 169 Language/Mixins/declaring_constructor_t01: Pass
154 170
171
155 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] 172 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ]
156 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 173 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
157 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 174 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
158 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 175 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
159 176
160 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ] 177 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android ]
161 LibTest/isolate/*: Skip # Issue #26373 178 LibTest/isolate/*: Skip # Issue #26373
162 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373 179 Language/Expressions/Spawning_an_Isolate/new_isolate_t01: Skip # Issue #26373
163 180
164 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998) 181 LibTest/math/log_A01_t01: RuntimeError # Precision of Math.log (Issue #18998)
165 Language/Expressions/Object_Identity/double_t02: RuntimeError # Issue #26374 182 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