| 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 # TODO(bkonyi): Fix this test. |
| 6 package_resource_test: Skip |
| 7 |
| 5 # All static_tests have expected compile-time errors. | 8 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 9 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 10 core_runtime_types_static_test: MissingCompileTimeError |
| 8 splay_tree_test/01: MissingCompileTimeError | 11 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 12 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 13 string_base_vm_static_test: MissingCompileTimeError |
| 11 string_replace_static_test: MissingCompileTimeError | 14 string_replace_static_test: MissingCompileTimeError |
| 12 string_static_test: MissingCompileTimeError | 15 string_static_test: MissingCompileTimeError |
| 13 | 16 |
| 14 [ !$strong && $compiler != dartdevc && $checked ] | 17 [ !$strong && $compiler != dartdevc && $checked ] |
| (...skipping 578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 593 regexp/pcre_test: Pass, Slow, Timeout | 596 regexp/pcre_test: Pass, Slow, Timeout |
| 594 | 597 |
| 595 [ $mode == debug ] | 598 [ $mode == debug ] |
| 596 regexp/pcre_test: Pass, Slow # Issue 22008 | 599 regexp/pcre_test: Pass, Slow # Issue 22008 |
| 597 | 600 |
| 598 [ $compiler == dart2js && ! $browser ] | 601 [ $compiler == dart2js && ! $browser ] |
| 599 package_resource_test: RuntimeError # Issue 26842 | 602 package_resource_test: RuntimeError # Issue 26842 |
| 600 | 603 |
| 601 [ $compiler == dartk && $runtime == vm ] | 604 [ $compiler == dartk && $runtime == vm ] |
| 602 map_keys2_test: RuntimeError | 605 map_keys2_test: RuntimeError |
| OLD | NEW |