| 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 | 399 |
| 400 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] | 400 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 401 *: Skip # Issue 29626 | 401 *: Skip # Issue 29626 |
| 402 | 402 |
| 403 [$arch == simdbc || $arch == simdbc64] | 403 [$arch == simdbc || $arch == simdbc64] |
| 404 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 404 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 405 | 405 |
| 406 [ $compiler == dart2js && $runtime != none && !$checked ] | 406 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 407 splay_tree_from_iterable_test: RuntimeError | 407 splay_tree_from_iterable_test: RuntimeError |
| 408 | 408 |
| 409 [ ($compiler == none || $compiler == app_jit) && $runtime == vm && !$checked ] | 409 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
| 410 splay_tree_from_iterable_test: RuntimeError | 410 splay_tree_from_iterable_test: RuntimeError |
| 411 | 411 |
| 412 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 412 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 413 splay_tree_from_iterable_test: RuntimeError | 413 splay_tree_from_iterable_test: RuntimeError |
| OLD | NEW |