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

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

Issue 2429023002: Cleanup options for use of application snapshots (Closed)
Patch Set: Address code review comments. Created 4 years, 2 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-co19.status ('k') | tests/standalone/standalone.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 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
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 157 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
158 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 158 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
159 159
160 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 160 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
161 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 161 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
162 162
163 [ $noopt || $compiler == precompiler || $mode == product ] 163 [ $noopt || $compiler == precompiler || $mode == product ]
164 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 164 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
165 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors 165 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
166 166
167 [ $noopt || $compiler == precompiler || $compiler == dart2appjit || $mode == pro duct ] 167 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit || $mode == product ]
168 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading 168 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading
169 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading 169 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading
170 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading 170 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading
171 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading 171 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading
172 172
173 [ $runtime == dart_precompiled || $runtime == dart_app ] 173 [ $runtime == dart_precompiled || $runtime == dart_app ]
174 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri 174 LibTest/isolate/Isolate/spawnUri*: Skip # Isolate.spawnUri
175 175
176 [ $noopt || $compiler == precompiler ] 176 [ $noopt || $compiler == precompiler ]
177 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 177 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
178 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 178 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
179 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 179 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
180 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 180 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
181 181
182 [ $noopt || $compiler == precompiler || $compiler == dart2appjit ] 182 [ $noopt || $compiler == precompiler || $compiler == dart2app || $compiler == da rt2appjit ]
183 Language/Mixins/Mixin_Application/error_t01: Pass 183 Language/Mixins/Mixin_Application/error_t01: Pass
184 Language/Mixins/Mixin_Application/error_t02: Pass 184 Language/Mixins/Mixin_Application/error_t02: Pass
185 Language/Mixins/declaring_constructor_t01: Pass 185 Language/Mixins/declaring_constructor_t01: Pass
186 186
187 187
188 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ] 188 [ ($arch == simdbc || $arch == simdbc64) && $mode == debug ]
189 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC 189 # TODO(vegorov) These tests are very slow on unoptimized SIMDBC
190 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout 190 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Timeout
191 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout 191 LibTest/collection/ListBase/ListBase_class_A01_t02: Timeout
192 192
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 233 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
234 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 234 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
235 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 235 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
236 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 236 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
237 LibTest/core/List/List_class_A01_t02: Pass, Timeout 237 LibTest/core/List/List_class_A01_t02: Pass, Timeout
238 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 238 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
239 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 239 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
240 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 240 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
241 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 241 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
242 242
OLDNEW
« no previous file with comments | « tests/co19/co19-co19.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698