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

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

Issue 2608363002: Remove tests for generalized tear-offs. (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 | « no previous file | tests/language/language_analyzer2.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 # 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 [ $compiler == none || $compiler == app_jit ] 8 [ $compiler == none || $compiler == app_jit ]
9 null_is_bottom_test/22: RuntimeError # Issue 28025 9 null_is_bottom_test/22: RuntimeError # Issue 28025
10 null_is_bottom_test/34: RuntimeError # Issue 28025 10 null_is_bottom_test/34: RuntimeError # Issue 28025
11 11
12 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] 12 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
13 # Tests that use the name#field tear off syntax which has been deprecated.
14 tearoff_basic_test: CompileTimeError
15 tearoff_constructor_basic_test: CompileTimeError
16 # Other issues: 13 # Other issues:
17 generic_methods_type_expression_test: RuntimeError # Issue 25869 14 generic_methods_type_expression_test: RuntimeError # Issue 25869
18 null_is_bottom_test/05: RuntimeError # Issue 28025 15 null_is_bottom_test/05: RuntimeError # Issue 28025
19 null_is_bottom_test/07: RuntimeError # Issue 28025 16 null_is_bottom_test/07: RuntimeError # Issue 28025
20 null_is_bottom_test/20: RuntimeError # Issue 28025 17 null_is_bottom_test/20: RuntimeError # Issue 28025
21 null_is_bottom_test/25: RuntimeError # Issue 28025 18 null_is_bottom_test/25: RuntimeError # Issue 28025
22 null_is_bottom_test/27: RuntimeError # Issue 28025 19 null_is_bottom_test/27: RuntimeError # Issue 28025
23 null_is_bottom_test/32: RuntimeError # Issue 28025 20 null_is_bottom_test/32: RuntimeError # Issue 28025
24 null_is_bottom_test/37: RuntimeError # Issue 28025 21 null_is_bottom_test/37: RuntimeError # Issue 28025
25 null_is_bottom_test/39: RuntimeError # Issue 28025 22 null_is_bottom_test/39: RuntimeError # Issue 28025
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 map_literal4_test: Fail # Issue 14651. 99 map_literal4_test: Fail # Issue 14651.
103 named_parameters_type_test/01: Fail # Issue 14651. 100 named_parameters_type_test/01: Fail # Issue 14651.
104 named_parameters_type_test/02: Fail # Issue 14651. 101 named_parameters_type_test/02: Fail # Issue 14651.
105 named_parameters_type_test/03: Fail # Issue 14651. 102 named_parameters_type_test/03: Fail # Issue 14651.
106 positional_parameters_type_test/01: Fail # Issue 14651. 103 positional_parameters_type_test/01: Fail # Issue 14651.
107 positional_parameters_type_test/02: Fail # Issue 14651. 104 positional_parameters_type_test/02: Fail # Issue 14651.
108 type_checks_in_factory_method_test: Fail # Issue 14651. 105 type_checks_in_factory_method_test: Fail # Issue 14651.
109 vm/type_vm_test: Fail # Issue 14651. 106 vm/type_vm_test: Fail # Issue 14651.
110 107
111 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 108 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
112 # Tests that use the name#field tear off syntax which has been deprecated.
113 tearoff_basic_test: RunTimeError
114 tearoff_constructor_basic_test: RunTimeError
115 # Other issues. 109 # Other issues.
116 issue13474_test: Pass, Fail # Issue 14651. 110 issue13474_test: Pass, Fail # Issue 14651.
117 config_import_test: Fail # Issue 14651. 111 config_import_test: Fail # Issue 14651.
118 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn . 112 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn .
119 main_test/01: Fail # Issue 20028 113 main_test/01: Fail # Issue 20028
120 main_test/02: Fail # Issue 20028 114 main_test/02: Fail # Issue 20028
121 main_test/04: Fail # Issue 20028 115 main_test/04: Fail # Issue 20028
122 main_test/05: Fail # Issue 20028 116 main_test/05: Fail # Issue 20028
123 main_test/21: Fail # Issue 20028 117 main_test/21: Fail # Issue 20028
124 main_test/42: Fail # Issue 20028 118 main_test/42: Fail # Issue 20028
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 337
344 [$compiler == dart2analyzer] 338 [$compiler == dart2analyzer]
345 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 339 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
346 config_import_corelib_test: StaticWarning, OK 340 config_import_corelib_test: StaticWarning, OK
347 341
348 # Issue #28236 342 # Issue #28236
349 async_await_test: StaticWarning 343 async_await_test: StaticWarning
350 async_star_pause_test: StaticWarning 344 async_star_pause_test: StaticWarning
351 async_star_test: StaticWarning 345 async_star_test: StaticWarning
352 regress_18535_test: StaticWarning 346 regress_18535_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/language/language_analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698