| OLD | NEW |
| 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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 | 147 |
| 148 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 148 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 149 issue23244_test: Fail # Issue 23244 | 149 issue23244_test: Fail # Issue 23244 |
| 150 | 150 |
| 151 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) && $arch == ia32 ] | 151 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) && $arch == ia32 ] |
| 152 vm/regress_24517_test: Pass, Fail # Issue 24517. | 152 vm/regress_24517_test: Pass, Fail # Issue 24517. |
| 153 | 153 |
| 154 [ $compiler == precompiler && $runtime == dart_precompiled ] | 154 [ $compiler == precompiler && $runtime == dart_precompiled ] |
| 155 vm/regress_27671_test: Skip # Unsupported | 155 vm/regress_27671_test: Skip # Unsupported |
| 156 | 156 |
| 157 [ $noopt || $compiler == precompiler ] | 157 [ $noopt || $runtime == dart_precompiled ] |
| 158 # Stacktraces in precompilation omit inlined frames. | 158 # Stacktraces in precompilation omit inlined frames. |
| 159 full_stacktrace1_test: Pass, RuntimeError | 159 full_stacktrace1_test: Pass, RuntimeError |
| 160 full_stacktrace2_test: Pass, RuntimeError | 160 full_stacktrace2_test: Pass, RuntimeError |
| 161 full_stacktrace3_test: Pass, RuntimeError | 161 full_stacktrace3_test: Pass, RuntimeError |
| 162 stack_trace_test: Pass, RuntimeError | 162 stack_trace_test: Pass, RuntimeError |
| 163 stacktrace_rethrow_error_test: Pass, RuntimeError | 163 stacktrace_rethrow_error_test: Pass, RuntimeError |
| 164 stacktrace_rethrow_nonerror_test: Pass, RuntimeError | 164 stacktrace_rethrow_nonerror_test: Pass, RuntimeError |
| 165 stacktrace_test: Pass, RuntimeError | 165 stacktrace_test: Pass, RuntimeError |
| 166 regress_26948_test: Skip # Crashes, regis investigating | 166 regress_26948_test: Skip # Crashes, regis investigating |
| 167 | 167 |
| 168 [ $noopt || $compiler == precompiler || $mode == product ] | 168 [ $noopt || $runtime == dart_precompiled || $mode == product ] |
| 169 # Imports dart:mirrors | 169 # Imports dart:mirrors |
| 170 const_evaluation_test: SkipByDesign | 170 const_evaluation_test: SkipByDesign |
| 171 deferred_constraints_constants_test: SkipByDesign | 171 deferred_constraints_constants_test: SkipByDesign |
| 172 enum_mirror_test: SkipByDesign | 172 enum_mirror_test: SkipByDesign |
| 173 field_increment_bailout_test: SkipByDesign | 173 field_increment_bailout_test: SkipByDesign |
| 174 instance_creation_in_function_annotation_test: SkipByDesign | 174 instance_creation_in_function_annotation_test: SkipByDesign |
| 175 invocation_mirror2_test: SkipByDesign | 175 invocation_mirror2_test: SkipByDesign |
| 176 invocation_mirror_invoke_on2_test: SkipByDesign | 176 invocation_mirror_invoke_on2_test: SkipByDesign |
| 177 invocation_mirror_invoke_on_test: SkipByDesign | 177 invocation_mirror_invoke_on_test: SkipByDesign |
| 178 issue21079_test: SkipByDesign | 178 issue21079_test: SkipByDesign |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 | 251 |
| 252 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br
owser != true ] | 252 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br
owser != true ] |
| 253 # The following tests are supposed to fail. | 253 # The following tests are supposed to fail. |
| 254 library_env_test/has_html_support: RuntimeError, OK | 254 library_env_test/has_html_support: RuntimeError, OK |
| 255 library_env_test/has_no_io_support: RuntimeError, OK | 255 library_env_test/has_no_io_support: RuntimeError, OK |
| 256 | 256 |
| 257 [ ($compiler == none || $compiler == app_jit) && $noopt == false && $mode != pro
duct ] | 257 [ ($compiler == none || $compiler == app_jit) && $noopt == false && $mode != pro
duct ] |
| 258 # The following tests are supposed to fail. | 258 # The following tests are supposed to fail. |
| 259 library_env_test/has_no_mirror_support: RuntimeError, OK | 259 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 260 | 260 |
| 261 [ $noopt || $compiler == precompiler || $mode == product ] | 261 [ $noopt || $runtime == dart_precompiled || $mode == product ] |
| 262 # The following tests are supposed to fail. | 262 # The following tests are supposed to fail. |
| 263 library_env_test/has_mirror_support: RuntimeError, OK | 263 library_env_test/has_mirror_support: RuntimeError, OK |
| 264 | 264 |
| 265 [ $hot_reload || $hot_reload_rollback ] | 265 [ $hot_reload || $hot_reload_rollback ] |
| 266 static_closure_identical_test: Pass, Fail # Closure identity | 266 static_closure_identical_test: Pass, Fail # Closure identity |
| 267 cha_deopt1_test: Crash # Requires deferred libraries | 267 cha_deopt1_test: Crash # Requires deferred libraries |
| 268 cha_deopt2_test: Crash # Requires deferred libraries | 268 cha_deopt2_test: Crash # Requires deferred libraries |
| 269 cha_deopt3_test: Crash # Requires deferred libraries | 269 cha_deopt3_test: Crash # Requires deferred libraries |
| 270 deferred_call_empty_before_load_test: Crash # Requires deferred libraries | 270 deferred_call_empty_before_load_test: Crash # Requires deferred libraries |
| 271 deferred_closurize_load_library_test: Crash # Requires deferred libraries | 271 deferred_closurize_load_library_test: Crash # Requires deferred libraries |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 330 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 | 330 null_bottom_test/01: Pass, CompileTimeError # Issue 28025 |
| 331 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 | 331 null_bottom_test/02: Pass, CompileTimeError # Issue 28025 |
| 332 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 | 332 null_bottom_test/03: Pass, CompileTimeError # Issue 28025 |
| 333 | 333 |
| 334 # Issue #28236 | 334 # Issue #28236 |
| 335 async_await_test: StaticWarning | 335 async_await_test: StaticWarning |
| 336 async_star_pause_test: StaticWarning | 336 async_star_pause_test: StaticWarning |
| 337 async_star_test: StaticWarning | 337 async_star_test: StaticWarning |
| 338 regress_18535_test: StaticWarning | 338 regress_18535_test: StaticWarning |
| 339 | 339 |
| OLD | NEW |