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

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

Issue 2586953002: Update status for language/assert_message_test on Dartium (Closed)
Patch Set: Created 4 years 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 | no next file » | 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 == precompiler || $compiler == app_jit ] 8 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 generic_methods_type_expression_test: RuntimeError # Issue 25869 10 generic_methods_type_expression_test: RuntimeError # Issue 25869
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 map_literal4_test: Fail # Issue 14651. 82 map_literal4_test: Fail # Issue 14651.
83 named_parameters_type_test/01: Fail # Issue 14651. 83 named_parameters_type_test/01: Fail # Issue 14651.
84 named_parameters_type_test/02: Fail # Issue 14651. 84 named_parameters_type_test/02: Fail # Issue 14651.
85 named_parameters_type_test/03: Fail # Issue 14651. 85 named_parameters_type_test/03: Fail # Issue 14651.
86 positional_parameters_type_test/01: Fail # Issue 14651. 86 positional_parameters_type_test/01: Fail # Issue 14651.
87 positional_parameters_type_test/02: Fail # Issue 14651. 87 positional_parameters_type_test/02: Fail # Issue 14651.
88 type_checks_in_factory_method_test: Fail # Issue 14651. 88 type_checks_in_factory_method_test: Fail # Issue 14651.
89 vm/type_vm_test: Fail # Issue 14651. 89 vm/type_vm_test: Fail # Issue 14651.
90 90
91 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 91 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
92 assert_message_test: RuntimeError # Issue 28150
92 issue13474_test: Pass, Fail # Issue 14651. 93 issue13474_test: Pass, Fail # Issue 14651.
93 config_import_test: Fail # Issue 14651. 94 config_import_test: Fail # Issue 14651.
94 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn . 95 vm/optimized_guarded_field_isolates_test: RuntimeError, OK # Uses Isolate.spawn .
95 main_test/01: Fail # Issue 20028 96 main_test/01: Fail # Issue 20028
96 main_test/02: Fail # Issue 20028 97 main_test/02: Fail # Issue 20028
97 main_test/04: Fail # Issue 20028 98 main_test/04: Fail # Issue 20028
98 main_test/05: Fail # Issue 20028 99 main_test/05: Fail # Issue 20028
99 main_test/21: Fail # Issue 20028 100 main_test/21: Fail # Issue 20028
100 main_test/42: Fail # Issue 20028 101 main_test/42: Fail # Issue 20028
101 mirror_in_static_init_test: Fail # Issue 22071 102 mirror_in_static_init_test: Fail # Issue 22071
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 # The VM doesn't enforce that potentially const expressions are actually 317 # The VM doesn't enforce that potentially const expressions are actually
317 # const expressions when the constructor is called with `const`. 318 # const expressions when the constructor is called with `const`.
318 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. 319 assert_initializer_test/4*: MissingCompileTimeError # Issue 392.
319 320
320 [$runtime == vm && $compiler == none] 321 [$runtime == vm && $compiler == none]
321 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 322 duplicate_part_test/01: MissingCompileTimeError # Issue 27516
322 323
323 [$compiler == dart2analyzer] 324 [$compiler == dart2analyzer]
324 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 325 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
325 config_import_corelib_test: StaticWarning, OK 326 config_import_corelib_test: StaticWarning, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698