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

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

Issue 2621623002: Share common failures between kernel and non-kernel in language_kernel.status -> language.status (Closed)
Patch Set: Created 3 years, 11 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-kernel.status ('k') | tests/language/language.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 # Tests that use the name#field tear offs syntax which has been deprecated. 6 # Tests that use the name#field tear offs syntax which has been deprecated.
7 ########################################################################### 7 ###########################################################################
8 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t12: CompileTimeError 8 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_t12: CompileTimeError
9 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_assignment_t01: CompileTimeError 9 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/operator_ closurization_list_assignment_t01: CompileTimeError
10 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t02: CompileTimeError 10 Language/Expressions/Property_Extraction/Ordinary_Member_Closurization/getter_cl osurization_t02: CompileTimeError
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime Error # Issue 25748 282 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t09: Runtime Error # Issue 25748
283 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748 283 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_async_t10: Runtime Error # Issue 25748
284 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634 284 Language/Statements/Yield_and_Yield_Each/Yield_Each/execution_sync_t05: RuntimeE rror # Issue 25662,25634
285 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495 285 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t01: MissingCompile TimeError # Issue 25495
286 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495 286 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t03: MissingCompile TimeError # Issue 25495
287 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495 287 Language/Statements/Yield_and_Yield_Each/Yield_Each/location_t05: MissingCompile TimeError # Issue 25495
288 288
289 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287 289 Language/Expressions/Property_Extraction/General_Super_Property_Extraction: Comp ileTimeError # Issue 26287
290 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287 290 Language/Expressions/Property_Extraction/Super_Closurization: CompileTimeError # Issue 26287
291 291
292 [ $noopt || $compiler == precompiler || $mode == product ] 292 [ $noopt || $runtime == dart_precompiled || $mode == product ]
293 Language/Metadata/*: SkipByDesign # Uses dart:mirrors 293 Language/Metadata/*: SkipByDesign # Uses dart:mirrors
294 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors 294 Language/Expressions/Null/instance_of_class_null_t01: Skip # Uses dart:mirrors
295 295
296 [ $noopt || $compiler == precompiler || $compiler == app_jit || $mode == product ] 296 [ $noopt || $compiler == precompiler || $compiler == app_jit || $mode == product ]
297 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading 297 Language/Libraries_and_Scripts/Imports/deferred_import_t01: Skip # Eager loading
298 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading 298 Language/Libraries_and_Scripts/Imports/deferred_import_t02: Skip # Eager loading
299 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading 299 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t01: Skip # Eager lo ading
300 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading 300 Language/Libraries_and_Scripts/Imports/invalid_uri_deferred_t02: Skip # Eager lo ading
301 301
302 [ $runtime == dart_precompiled || $compiler == app_jit ] 302 [ $runtime == dart_precompiled || $compiler == app_jit ]
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
362 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 362 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
363 LibTest/core/List/List_class_A01_t01: Pass, Timeout 363 LibTest/core/List/List_class_A01_t01: Pass, Timeout
364 LibTest/core/List/List_class_A01_t02: Pass, Timeout 364 LibTest/core/List/List_class_A01_t02: Pass, Timeout
365 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 365 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
366 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout 366 LibTest/core/Uri/Uri_A06_t03: Pass, Timeout
367 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 367 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
368 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout 368 LibTest/isolate/Isolate/spawn_A01_t04: Pass, Timeout
369 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent 369 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Timing dependent
370 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent 370 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Timing dependent
371 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773 371 LibTest/isolate/ReceivePort/take_A01_t02: Skip # Issue 27773
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698