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

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

Issue 2625833004: Re-enable now passing tests and remove redundant status file entry. (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-runtime.status ('k') | 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 # Other issues: 9 # Other issues:
10 generic_methods_type_expression_test: RuntimeError # Issue 25869 10 generic_methods_type_expression_test: RuntimeError # Issue 25869
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 generic_methods_test: Pass # Issue 25869 58 generic_methods_test: Pass # Issue 25869
59 generic_methods_new_test: Pass # Issue 25869 59 generic_methods_new_test: Pass # Issue 25869
60 generic_local_functions_test: Pass # Issue 25869 60 generic_local_functions_test: Pass # Issue 25869
61 generic_functions_test: Pass # Issue 25869 61 generic_functions_test: Pass # Issue 25869
62 generic_methods_generic_function_parameter_test: Pass # Issue 25869 62 generic_methods_generic_function_parameter_test: Pass # Issue 25869
63 63
64 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled) ] 64 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r untime == vm || $runtime == dart_precompiled) ]
65 class_keyword_test/02: MissingCompileTimeError # Issue 13627 65 class_keyword_test/02: MissingCompileTimeError # Issue 13627
66 unicode_bom_test: Fail # Issue 16067 66 unicode_bom_test: Fail # Issue 16067
67 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 67 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
68 try_catch_optimized1_test: Skip # Srdjan investigating
69 68
70 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ] 69 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch ecked ]
71 type_variable_bounds4_test/01: Fail # Issue 14006 70 type_variable_bounds4_test/01: Fail # Issue 14006
72 71
73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) ] 72 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($ runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime == dartium) ]
74 dynamic_prefix_core_test/none: Fail # Issue 12478 73 dynamic_prefix_core_test/none: Fail # Issue 12478
75 export_ambiguous_main_negative_test: Fail # Issue 14763 74 export_ambiguous_main_negative_test: Fail # Issue 14763
76 75
77 [ $compiler == none && $runtime == dartium && $unchecked ] 76 [ $compiler == none && $runtime == dartium && $unchecked ]
78 assertion_test: Fail # Issue 14651. 77 assertion_test: Fail # Issue 14651.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 156
158 [ $noopt || $runtime == dart_precompiled ] 157 [ $noopt || $runtime == dart_precompiled ]
159 # Stacktraces in precompilation omit inlined frames. 158 # Stacktraces in precompilation omit inlined frames.
160 full_stacktrace1_test: Pass, RuntimeError 159 full_stacktrace1_test: Pass, RuntimeError
161 full_stacktrace2_test: Pass, RuntimeError 160 full_stacktrace2_test: Pass, RuntimeError
162 full_stacktrace3_test: Pass, RuntimeError 161 full_stacktrace3_test: Pass, RuntimeError
163 stack_trace_test: Pass, RuntimeError 162 stack_trace_test: Pass, RuntimeError
164 stacktrace_rethrow_error_test: Pass, RuntimeError 163 stacktrace_rethrow_error_test: Pass, RuntimeError
165 stacktrace_rethrow_nonerror_test: Pass, RuntimeError 164 stacktrace_rethrow_nonerror_test: Pass, RuntimeError
166 stacktrace_test: Pass, RuntimeError 165 stacktrace_test: Pass, RuntimeError
167 regress_26948_test: Skip # Crashes, regis investigating
168 vm/regress_28325_test: RuntimeError # Missing source position in AOT. 166 vm/regress_28325_test: RuntimeError # Missing source position in AOT.
169 167
170 168
171 [ $noopt || $runtime == dart_precompiled || $mode == product ] 169 [ $noopt || $runtime == dart_precompiled || $mode == product ]
172 # Imports dart:mirrors 170 # Imports dart:mirrors
173 const_evaluation_test: SkipByDesign 171 const_evaluation_test: SkipByDesign
174 deferred_constraints_constants_test: SkipByDesign 172 deferred_constraints_constants_test: SkipByDesign
175 enum_mirror_test: SkipByDesign 173 enum_mirror_test: SkipByDesign
176 field_increment_bailout_test: SkipByDesign 174 field_increment_bailout_test: SkipByDesign
177 instance_creation_in_function_annotation_test: SkipByDesign 175 instance_creation_in_function_annotation_test: SkipByDesign
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 324 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276
327 325
328 [$compiler == dart2analyzer] 326 [$compiler == dart2analyzer]
329 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. 327 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
330 config_import_corelib_test: StaticWarning, OK 328 config_import_corelib_test: StaticWarning, OK
331 329
332 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025 330 null_bottom_test/none: StaticWarning, CompileTimeError # Issue 28025
333 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 331 null_bottom_test/01: Pass, CompileTimeError # Issue 28025
334 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 332 null_bottom_test/02: Pass, CompileTimeError # Issue 28025
335 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 333 null_bottom_test/03: Pass, CompileTimeError # Issue 28025
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698