| 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 # These test entries will be valid for vm/dartium (with and without kernel). | 8 # These test entries will be valid for vm/dartium (with and without kernel). |
| 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] | 9 [ $compiler == none || $compiler == app_jit || $compiler == dartk || $runtime ==
dart_precompiled ] |
| 10 async_star_cancel_while_paused_test: RuntimeError | 10 async_star_cancel_while_paused_test: RuntimeError |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 generic_functions_test: Pass # Issue 25869 | 63 generic_functions_test: Pass # Issue 25869 |
| 64 generic_methods_generic_function_parameter_test: Pass # Issue 25869 | 64 generic_methods_generic_function_parameter_test: Pass # Issue 25869 |
| 65 | 65 |
| 66 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled) ] | 66 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && ($r
untime == vm || $runtime == dart_precompiled) ] |
| 67 class_keyword_test/02: MissingCompileTimeError # Issue 13627 | 67 class_keyword_test/02: MissingCompileTimeError # Issue 13627 |
| 68 unicode_bom_test: Fail # Issue 16067 | 68 unicode_bom_test: Fail # Issue 16067 |
| 69 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. | 69 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. |
| 70 | 70 |
| 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] | 71 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ch
ecked ] |
| 72 type_variable_bounds4_test/01: Fail # Issue 14006 | 72 type_variable_bounds4_test/01: Fail # Issue 14006 |
| 73 generalized_function_type_test: SkipSlow # Times out in checked mode. Generated
test is too large. |
| 73 | 74 |
| 74 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) ] | 75 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && (($
runtime == vm || $runtime == dart_precompiled) || $runtime == drt || $runtime ==
dartium) ] |
| 75 dynamic_prefix_core_test/none: Fail # Issue 12478 | 76 dynamic_prefix_core_test/none: Fail # Issue 12478 |
| 76 export_ambiguous_main_negative_test: Fail # Issue 14763 | 77 export_ambiguous_main_negative_test: Fail # Issue 14763 |
| 77 | 78 |
| 78 [ $compiler == none && $runtime == dartium && $unchecked ] | 79 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 79 assertion_test: Fail # Issue 14651. | 80 assertion_test: Fail # Issue 14651. |
| 80 generic_test: Fail # Issue 14651. | 81 generic_test: Fail # Issue 14651. |
| 81 list_literal4_test: Fail # Issue 14651. | 82 list_literal4_test: Fail # Issue 14651. |
| 82 map_literal4_test: Fail # Issue 14651. | 83 map_literal4_test: Fail # Issue 14651. |
| (...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 | 308 |
| 308 [$runtime == vm && $compiler == none] | 309 [$runtime == vm && $compiler == none] |
| 309 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 | 310 duplicate_part_test/01: MissingCompileTimeError # Issue 27516 |
| 310 | 311 |
| 311 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] | 312 [$runtime == vm && $compiler == none && $system == windows && $arch == ia32] |
| 312 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 | 313 vm/optimized_stacktrace_test: Pass, Crash # Issue 28276 |
| 313 | 314 |
| 314 [$compiler == dart2analyzer] | 315 [$compiler == dart2analyzer] |
| 315 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. | 316 vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash. |
| 316 config_import_corelib_test: StaticWarning, OK | 317 config_import_corelib_test: StaticWarning, OK |
| OLD | NEW |