| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 242 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] | 242 [ $compiler == dart2js && $runtime != none && !$dart2js_with_kernel] |
| 243 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. | 243 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. |
| 244 regexp/pcre_test: Pass, Slow # Issue 21593 | 244 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 245 | 245 |
| 246 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] | 246 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
| 247 string_base_vm_static_test: MissingCompileTimeError | 247 string_base_vm_static_test: MissingCompileTimeError |
| 248 | 248 |
| 249 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 249 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 250 string_case_test/01: Fail, OK # Bug in Firefox. | 250 string_case_test/01: Fail, OK # Bug in Firefox. |
| 251 | 251 |
| 252 [ $compiler == dart2js && $runtime == jsshell ] |
| 253 regexp/UC16_test: RuntimeError |
| 254 |
| 252 [ $compiler == none && $runtime == drt ] | 255 [ $compiler == none && $runtime == drt ] |
| 253 string_from_environment2_test: Skip | 256 string_from_environment2_test: Skip |
| 254 string_from_environment3_test: Skip | 257 string_from_environment3_test: Skip |
| 255 string_from_environment_test: Skip | 258 string_from_environment_test: Skip |
| 256 | 259 |
| 257 [ $system == windows && $arch == x64 ] | 260 [ $system == windows && $arch == x64 ] |
| 258 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 261 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 259 | 262 |
| 260 [ $runtime == vm ] | 263 [ $runtime == vm ] |
| 261 string_case_test/01: RuntimeError | 264 string_case_test/01: RuntimeError |
| (...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 541 splay_tree_from_iterable_test: RuntimeError | 544 splay_tree_from_iterable_test: RuntimeError |
| 542 | 545 |
| 543 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 546 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 544 splay_tree_from_iterable_test: RuntimeError | 547 splay_tree_from_iterable_test: RuntimeError |
| 545 | 548 |
| 546 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] | 549 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter ] |
| 547 regexp/pcre_test: Pass, Slow, Timeout | 550 regexp/pcre_test: Pass, Slow, Timeout |
| 548 | 551 |
| 549 [ $mode == debug ] | 552 [ $mode == debug ] |
| 550 regexp/pcre_test: Pass, Slow # Issue 22008 | 553 regexp/pcre_test: Pass, Slow # Issue 22008 |
| OLD | NEW |