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

Side by Side Diff: tests/language/language.status

Issue 2885623002: Revert "Refactor and clean up the status file parsing code." (Closed)
Patch Set: Created 3 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-dart2js.status ('k') | tools/testing/dart/expectation.dart » ('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 directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ] 8 [ ($runtime == vm || $runtime == flutter || $runtime == dart_precompiled) && $co mpiler != dartk && $compiler != dartkp ]
9 abstract_beats_arguments2_test/01: Crash # Issue 29171 9 abstract_beats_arguments2_test/01: Crash # Issue 29171
10 10
(...skipping 523 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 const_types_test/35: CompileTimeError 534 const_types_test/35: CompileTimeError
535 const_types_test/40: CompileTimeError 535 const_types_test/40: CompileTimeError
536 regress_12561_test: CompileTimeError 536 regress_12561_test: CompileTimeError
537 invocation_mirror_invoke_on2_test: CompileTimeError 537 invocation_mirror_invoke_on2_test: CompileTimeError
538 538
539 isnot_malformed_type_test: RuntimeError 539 isnot_malformed_type_test: RuntimeError
540 is_not_class2_test: RuntimeError 540 is_not_class2_test: RuntimeError
541 541
542 # No mirrors support in Flutter. 542 # No mirrors support in Flutter.
543 library_env_test/has_no_mirror_support: Pass 543 library_env_test/has_no_mirror_support: Pass
544 library_env_test/has_mirror_support: RuntimeError, Ok 544 library_env_test/has_mirror_support: RuntimeError Ok
545 545
546 internal_library_test/01: MissingCompileTimeError 546 internal_library_test/01: MissingCompileTimeError
547 internal_library_test/02: MissingCompileTimeError 547 internal_library_test/02: MissingCompileTimeError
548 548
549 # deferred loading is not supported by Flutter 549 # deferred loading is not supported by Flutter
550 deferred_type_dependency_test/is: Skip # Timeout 550 deferred_type_dependency_test/is: Skip # Timeout
551 deferred_type_dependency_test/none: Skip # Timeout 551 deferred_type_dependency_test/none: Skip # Timeout
552 deferred_type_dependency_test/as: Skip # Timeout 552 deferred_type_dependency_test/as: Skip # Timeout
553 deferred_type_dependency_test/type_annotation: Skip # Timeout 553 deferred_type_dependency_test/type_annotation: Skip # Timeout
554 deferred_closurize_load_library_test: Skip # Timeout 554 deferred_closurize_load_library_test: Skip # Timeout
(...skipping 13 matching lines...) Expand all
568 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110 568 async_return_types_test/wrongTypeParameter: Skip # Flutter Issue 9110
569 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110 569 async_return_types_test/wrongReturnType: Skip # Flutter Issue 9110
570 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110 570 async_return_types_test/return_value_sync_star: Skip # Flutter Issue 9110
571 asyncstar_yield_test: Skip # Flutter Issue 9110 571 asyncstar_yield_test: Skip # Flutter Issue 9110
572 async_star_no_cancel_test: Skip # Flutter Issue 9110 572 async_star_no_cancel_test: Skip # Flutter Issue 9110
573 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110 573 async_star_cancel_while_paused_test: Skip # Flutter Issue 9110
574 await_for_test: Skip # Flutter Issue 9110 574 await_for_test: Skip # Flutter Issue 9110
575 await_for_cancel_test: Skip # Flutter Issue 9110 575 await_for_cancel_test: Skip # Flutter Issue 9110
576 576
577 577
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tools/testing/dart/expectation.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698