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