| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 from_environment_const_type_undefined_test/07: MissingCompileTimeError | 332 from_environment_const_type_undefined_test/07: MissingCompileTimeError |
| 333 from_environment_const_type_undefined_test/08: MissingCompileTimeError | 333 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
| 334 from_environment_const_type_undefined_test/09: MissingCompileTimeError | 334 from_environment_const_type_undefined_test/09: MissingCompileTimeError |
| 335 from_environment_const_type_undefined_test/11: MissingCompileTimeError | 335 from_environment_const_type_undefined_test/11: MissingCompileTimeError |
| 336 from_environment_const_type_undefined_test/12: MissingCompileTimeError | 336 from_environment_const_type_undefined_test/12: MissingCompileTimeError |
| 337 from_environment_const_type_undefined_test/13: MissingCompileTimeError | 337 from_environment_const_type_undefined_test/13: MissingCompileTimeError |
| 338 from_environment_const_type_undefined_test/14: MissingCompileTimeError | 338 from_environment_const_type_undefined_test/14: MissingCompileTimeError |
| 339 from_environment_const_type_undefined_test/16: MissingCompileTimeError | 339 from_environment_const_type_undefined_test/16: MissingCompileTimeError |
| 340 | 340 |
| 341 [ $compiler == dart2js && $runtime == safari ] | 341 [ $compiler == dart2js && $runtime == safari ] |
| 342 double_round_to_double2_test: RuntimeError | |
| 343 regexp/no-extensions_test: RuntimeError | 342 regexp/no-extensions_test: RuntimeError |
| 344 regexp/lookahead_test: RuntimeError | 343 regexp/lookahead_test: RuntimeError |
| 345 regexp/overflow_test: RuntimeError | 344 regexp/overflow_test: RuntimeError |
| 346 | 345 |
| 347 [ $runtime == safari || $runtime == safarimobilesim ] | 346 [ $runtime == safari || $runtime == safarimobilesim ] |
| 348 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 347 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 348 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 349 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 349 | 350 |
| 350 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 351 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 351 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 352 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 352 | 353 |
| 353 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime == drt ] | 354 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime == drt ] |
| 354 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 355 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 355 | 356 |
| 356 [ $compiler == dart2js && $runtime == safarimobilesim ] | 357 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 357 string_trimlr_test/01: Fail | 358 string_trimlr_test/01: Fail |
| 358 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 359 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| (...skipping 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 regexp/global_test: Skip # Issue 21709 | 824 regexp/global_test: Skip # Issue 21709 |
| 824 | 825 |
| 825 [ $mode == debug ] | 826 [ $mode == debug ] |
| 826 regexp/pcre_test: Pass, Slow # Issue 22008 | 827 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 827 | 828 |
| 828 [ $compiler == dart2js && ! $browser ] | 829 [ $compiler == dart2js && ! $browser ] |
| 829 package_resource_test: RuntimeError # Issue 26842 | 830 package_resource_test: RuntimeError # Issue 26842 |
| 830 | 831 |
| 831 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 832 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 832 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 833 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| OLD | NEW |