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

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

Issue 2875773003: Roll 50: Updated for push to origin/master. (Closed)
Patch Set: Roll 50: Updated to latest 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
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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 list_literal4_test: Fail # Issue 14651. 85 list_literal4_test: Fail # Issue 14651.
86 map_literal4_test: Fail # Issue 14651. 86 map_literal4_test: Fail # Issue 14651.
87 named_parameters_type_test/01: Fail # Issue 14651. 87 named_parameters_type_test/01: Fail # Issue 14651.
88 named_parameters_type_test/02: Fail # Issue 14651. 88 named_parameters_type_test/02: Fail # Issue 14651.
89 named_parameters_type_test/03: Fail # Issue 14651. 89 named_parameters_type_test/03: Fail # Issue 14651.
90 positional_parameters_type_test/01: Fail # Issue 14651. 90 positional_parameters_type_test/01: Fail # Issue 14651.
91 positional_parameters_type_test/02: Fail # Issue 14651. 91 positional_parameters_type_test/02: Fail # Issue 14651.
92 type_checks_in_factory_method_test: Fail # Issue 14651. 92 type_checks_in_factory_method_test: Fail # Issue 14651.
93 vm/type_vm_test: Fail # Issue 14651. 93 vm/type_vm_test: Fail # Issue 14651.
94 94
95 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 95 [ $compiler == none && ($runtime == dartium || $runtime == drt)]
96 abstract_beats_arguments2_test/01: Skip # Issue 29171 96 abstract_beats_arguments2_test/01: Skip # Issue 29171
97 # Other issues. 97 # Other issues.
98 issue13474_test: Pass, Fail # Issue 14651. 98 issue13474_test: Pass, Fail # Issue 14651.
99 config_import_test: Fail # Issue 14651. 99 config_import_test: Fail # Issue 14651.
100 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn . 100 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn .
101 main_test/01: Fail # Issue 20028 101 main_test/01: Fail # Issue 20028
102 main_test/02: Fail # Issue 20028 102 main_test/02: Fail # Issue 20028
103 main_test/04: Fail # Issue 20028 103 main_test/04: Fail # Issue 20028
104 main_test/05: Fail # Issue 20028 104 main_test/05: Fail # Issue 20028
105 main_test/21: Fail # Issue 20028 105 main_test/21: Fail # Issue 20028
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
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

Powered by Google App Engine
This is Rietveld 408576698