| 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 [ ($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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 | 72 |
| 73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 73 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
| 74 type_variable_bounds4_test/01: Fail # Issue 14006 | 74 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 75 | 75 |
| 76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter || $runtime
== drt || $runtime == dartium) ] | 76 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled || $runtime == flutter || $runtime
== drt || $runtime == dartium) ] |
| 77 export_ambiguous_main_negative_test: Fail # Issue 14763 | 77 export_ambiguous_main_negative_test: Fail # Issue 14763 |
| 78 | 78 |
| 79 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com
piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p
recompiled) || $runtime == drt || $runtime == dartium || $runtime == flutter) ] | 79 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit || $com
piler == dartk || $compiler == dartkp) && (($runtime == vm || $runtime == dart_p
recompiled) || $runtime == drt || $runtime == dartium || $runtime == flutter) ] |
| 80 dynamic_prefix_core_test/none: Fail # Issue 12478 | 80 dynamic_prefix_core_test/none: Fail # Issue 12478 |
| 81 | 81 |
| 82 [ $compiler == none && $runtime == dartium && $unchecked ] | 82 [ $compiler == none && $runtime == dartium && ! $checked ] |
| 83 assertion_test: Fail # Issue 14651. | 83 assertion_test: Fail # Issue 14651. |
| 84 generic_test: Fail # Issue 14651. | 84 generic_test: Fail # Issue 14651. |
| 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. |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 233 | 233 |
| 234 vm/type_vm_test: Fail,OK # Expects exact type name. | 234 vm/type_vm_test: Fail,OK # Expects exact type name. |
| 235 | 235 |
| 236 stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed. | 236 stacktrace_demangle_ctors_test: SkipByDesign # Names are not scrubbed. |
| 237 | 237 |
| 238 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br
owser ] | 238 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br
owser ] |
| 239 # The following tests are supposed to fail. | 239 # The following tests are supposed to fail. |
| 240 library_env_test/has_io_support: RuntimeError, OK | 240 library_env_test/has_io_support: RuntimeError, OK |
| 241 library_env_test/has_no_html_support: RuntimeError, OK | 241 library_env_test/has_no_html_support: RuntimeError, OK |
| 242 | 242 |
| 243 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $br
owser != true ] | 243 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ! $
browser ] |
| 244 # The following tests are supposed to fail. | 244 # The following tests are supposed to fail. |
| 245 library_env_test/has_html_support: RuntimeError, OK | 245 library_env_test/has_html_support: RuntimeError, OK |
| 246 library_env_test/has_no_io_support: RuntimeError, OK | 246 library_env_test/has_no_io_support: RuntimeError, OK |
| 247 | 247 |
| 248 [ ($compiler == none || $compiler == app_jit) && $mode != product ] | 248 [ ($compiler == none || $compiler == app_jit) && $mode != product ] |
| 249 # The following tests are supposed to fail. | 249 # The following tests are supposed to fail. |
| 250 library_env_test/has_no_mirror_support: RuntimeError, OK | 250 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 251 | 251 |
| 252 [ $runtime == dart_precompiled || $mode == product ] | 252 [ $runtime == dart_precompiled || $mode == product ] |
| 253 # The following tests are supposed to fail. | 253 # The following tests are supposed to fail. |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 regress_22443_test: Crash # Requires deferred libraries | 291 regress_22443_test: Crash # Requires deferred libraries |
| 292 regress_28278_test: Crash # Requires deferred libraries | 292 regress_28278_test: Crash # Requires deferred libraries |
| 293 conditional_import_test: Crash # Requires deferred libraries | 293 conditional_import_test: Crash # Requires deferred libraries |
| 294 conditional_import_string_test: Crash # Requires deferred libraries | 294 conditional_import_string_test: Crash # Requires deferred libraries |
| 295 vm/regress_27201_test: Pass, Crash # Requires deferred libraries | 295 vm/regress_27201_test: Pass, Crash # Requires deferred libraries |
| 296 vm/optimized_stacktrace_test: Pass, Slow | 296 vm/optimized_stacktrace_test: Pass, Slow |
| 297 | 297 |
| 298 [$runtime != vm || $compiler != none] | 298 [$runtime != vm || $compiler != none] |
| 299 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. | 299 assert_initializer_test: SKIP # not implemented yet, experiment is VM only. |
| 300 | 300 |
| 301 [$runtime == vm && $compiler == none && $unchecked] | 301 [$runtime == vm && $compiler == none && ! $checked] |
| 302 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. | 302 assert_initializer_test/*: MissingCompileTimeError, OK # asserts shouldn't fail
in unchecked mode. |
| 303 assert_initializer_test/none: pass | 303 assert_initializer_test/none: pass |
| 304 | 304 |
| 305 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] | 305 [($runtime == vm || $runtime == flutter) && $compiler == none && $checked] |
| 306 # The VM doesn't enforce that potentially const expressions are actually | 306 # The VM doesn't enforce that potentially const expressions are actually |
| 307 # const expressions when the constructor is called with `const`. | 307 # const expressions when the constructor is called with `const`. |
| 308 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. | 308 assert_initializer_test/4*: MissingCompileTimeError # Issue 392. |
| 309 | 309 |
| 310 [($runtime == vm || $runtime == flutter) && $compiler == none] | 310 [($runtime == vm || $runtime == flutter) && $compiler == none] |
| 311 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 311 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 |
| (...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 |
| OLD | NEW |