| 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 == dart2app || $co
mpiler == dart2appjit) ] | 8 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app || $co
mpiler == dart2appjit) ] |
| 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating | 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest
igating |
| 10 | 10 |
| (...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 | 230 |
| 231 [ ($compiler == none || $compiler == dart2app || $compiler == dart2appjit) && $n
oopt == false && $mode != product ] | 231 [ ($compiler == none || $compiler == dart2app || $compiler == dart2appjit) && $n
oopt == false && $mode != product ] |
| 232 # The following tests are supposed to fail. | 232 # The following tests are supposed to fail. |
| 233 library_env_test/has_no_mirror_support: RuntimeError, OK | 233 library_env_test/has_no_mirror_support: RuntimeError, OK |
| 234 | 234 |
| 235 [ $noopt || $compiler == precompiler || $mode == product ] | 235 [ $noopt || $compiler == precompiler || $mode == product ] |
| 236 # The following tests are supposed to fail. | 236 # The following tests are supposed to fail. |
| 237 library_env_test/has_mirror_support: RuntimeError, OK | 237 library_env_test/has_mirror_support: RuntimeError, OK |
| 238 | 238 |
| 239 [ $arch == simdbc || $arch == simdbc64 ] | 239 [ $arch == simdbc || $arch == simdbc64 ] |
| 240 # TODO(vegorov) StopInstr is unimplemented. | |
| 241 vm/debug_break_enabled_vm_test/none: Skip | |
| 242 | |
| 243 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 | 240 # TODO(vegorov) Encoding limitation: StoreField bytecode only supports 256 |
| 244 # fields in an object. | 241 # fields in an object. |
| 245 large_class_declaration_test: Skip | 242 large_class_declaration_test: Skip |
| 246 | 243 |
| 247 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] | 244 [ $compiler == precompiler && $runtime == dart_precompiled && $system == android
] |
| 248 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 | 245 vm/optimized_guarded_field_isolates_test: Skip # Issue #26373 |
| 249 issue23244_test: Skip # Issue #26373 | 246 issue23244_test: Skip # Issue #26373 |
| 250 | 247 |
| 251 [ $hot_reload ] | 248 [ $hot_reload ] |
| 252 bound_closure_equality_test: Pass, Fail # Closure identity | 249 bound_closure_equality_test: Pass, Fail # Closure identity |
| (...skipping 23 matching lines...) Expand all Loading... |
| 276 deferred_regression_22995_test: Crash # Requires deferred libraries | 273 deferred_regression_22995_test: Crash # Requires deferred libraries |
| 277 deferred_shadow_load_library_test: Crash # Requires deferred libraries | 274 deferred_shadow_load_library_test: Crash # Requires deferred libraries |
| 278 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries | 275 deferred_shared_and_unshared_classes_test: Crash # Requires deferred libraries |
| 279 deferred_static_seperate_test: Crash # Requires deferred libraries | 276 deferred_static_seperate_test: Crash # Requires deferred libraries |
| 280 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries | 277 deferred_super_dependency_test: Pass, Crash # Requires deferred libraries |
| 281 deferred_type_dependency_test: Crash # Requires deferred libraries | 278 deferred_type_dependency_test: Crash # Requires deferred libraries |
| 282 issue_1751477_test: Crash # Requires deferred libraries | 279 issue_1751477_test: Crash # Requires deferred libraries |
| 283 regress_23408_test: Crash # Requires deferred libraries | 280 regress_23408_test: Crash # Requires deferred libraries |
| 284 regress_22443_test: Crash # Requires deferred libraries | 281 regress_22443_test: Crash # Requires deferred libraries |
| 285 tearoff_basic_test: Crash # Requires deferred libraries | 282 tearoff_basic_test: Crash # Requires deferred libraries |
| OLD | NEW |