| 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 [ $strong ] | 8 [ $strong ] |
| 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. | 9 *: SkipByDesign # tests/language_strong has the strong mode versions of these te
sts. |
| 10 | 10 |
| (...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 192 library_env_test/has_no_mirror_support: RuntimeError, OK | 192 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 193 | 193 |
| 194 [ $runtime == dart_precompiled ] | 194 [ $runtime == dart_precompiled ] |
| 195 # The following tests are supposed to fail. | 195 # The following tests are supposed to fail. |
| 196 library_env_test/has_mirror_support: RuntimeError, OK | 196 library_env_test/has_mirror_support: RuntimeError, OK |
| 197 | 197 |
| 198 [ $hot_reload || $hot_reload_rollback ] | 198 [ $hot_reload || $hot_reload_rollback ] |
| 199 issue21159_test: Pass, Crash # Issue 29094 | 199 issue21159_test: Pass, Crash # Issue 29094 |
| 200 issue_22780_test/01: Pass, Crash # Issue 29094 | 200 issue_22780_test/01: Pass, Crash # Issue 29094 |
| 201 static_closure_identical_test: Pass, Fail # Closure identity | 201 static_closure_identical_test: Pass, Fail # Closure identity |
| 202 cha_deopt1_test: Crash # Requires deferred libraries | |
| 203 cha_deopt2_test: Crash # Requires deferred libraries | |
| 204 cha_deopt3_test: Crash # Requires deferred libraries | |
| 205 deferred_call_empty_before_load_test: Crash # Requires deferred libraries | 202 deferred_call_empty_before_load_test: Crash # Requires deferred libraries |
| 206 deferred_closurize_load_library_test: Crash # Requires deferred libraries | 203 deferred_closurize_load_library_test: Crash # Requires deferred libraries |
| 207 deferred_constant_list_test: Crash # Requires deferred libraries | 204 deferred_constant_list_test: Crash # Requires deferred libraries |
| 208 deferred_constraints_constants_test: Crash # Requires deferred libraries | 205 deferred_constraints_constants_test: Crash # Requires deferred libraries |
| 209 deferred_constraints_type_annotation_test: Crash # Requires deferred libraries | 206 deferred_constraints_type_annotation_test: Crash # Requires deferred libraries |
| 210 deferred_function_type_test: Crash # Requires deferred libraries | 207 deferred_function_type_test: Crash # Requires deferred libraries |
| 211 deferred_global_test: Crash # Requires deferred libraries | 208 deferred_global_test: Crash # Requires deferred libraries |
| 212 deferred_import_core_test: Crash # Requires deferred libraries | 209 deferred_import_core_test: Crash # Requires deferred libraries |
| 213 deferred_inlined_test: Crash # Requires deferred libraries | 210 deferred_inlined_test: Crash # Requires deferred libraries |
| 214 deferred_inheritance_constraints_test: Crash # Requires deferred libraries | 211 deferred_inheritance_constraints_test: Crash # Requires deferred libraries |
| (...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 488 deferred_shadow_load_library_test: Skip # Timeout | 485 deferred_shadow_load_library_test: Skip # Timeout |
| 489 deferred_global_test: Skip # Timeout | 486 deferred_global_test: Skip # Timeout |
| 490 | 487 |
| 491 # Look like bugs. | 488 # Look like bugs. |
| 492 config_import_test: RuntimeError # Flutter Issue 9110 | 489 config_import_test: RuntimeError # Flutter Issue 9110 |
| 493 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 | 490 vm/no_such_method_error_message_callable_vm_test: RuntimeError # Flutter Issue 9
110 |
| 494 vm/regress_27201_test: Fail # Flutter Issue 9110 | 491 vm/regress_27201_test: Fail # Flutter Issue 9110 |
| 495 asyncstar_yield_test: Skip # Flutter Issue 9110 | 492 asyncstar_yield_test: Skip # Flutter Issue 9110 |
| 496 await_for_test: Skip # Flutter Issue 9110 | 493 await_for_test: Skip # Flutter Issue 9110 |
| 497 await_for_cancel_test: Skip # Flutter Issue 9110 | 494 await_for_cancel_test: Skip # Flutter Issue 9110 |
| OLD | NEW |