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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 symbol_test/03: MissingCompileTimeError | 301 symbol_test/03: MissingCompileTimeError |
302 symbol_test/none: RuntimeError | 302 symbol_test/none: RuntimeError |
303 unicode_test: RuntimeError | 303 unicode_test: RuntimeError |
304 string_case_test/01: RuntimeError | 304 string_case_test/01: RuntimeError |
305 string_from_environment3_test/01: MissingCompileTimeError | 305 string_from_environment3_test/01: MissingCompileTimeError |
306 string_from_environment3_test/02: MissingCompileTimeError | 306 string_from_environment3_test/02: MissingCompileTimeError |
307 string_from_environment3_test/03: MissingCompileTimeError | 307 string_from_environment3_test/03: MissingCompileTimeError |
308 string_from_environment3_test/04: MissingCompileTimeError | 308 string_from_environment3_test/04: MissingCompileTimeError |
309 string_from_environment3_test/05: MissingCompileTimeError | 309 string_from_environment3_test/05: MissingCompileTimeError |
310 | 310 |
| 311 [ $compiler == dartkp ] |
| 312 apply3_test: Crash |
| 313 from_environment_const_type_test/02: MissingCompileTimeError |
| 314 from_environment_const_type_test/03: MissingCompileTimeError |
| 315 from_environment_const_type_test/04: MissingCompileTimeError |
| 316 from_environment_const_type_test/06: MissingCompileTimeError |
| 317 from_environment_const_type_test/07: MissingCompileTimeError |
| 318 from_environment_const_type_test/08: MissingCompileTimeError |
| 319 from_environment_const_type_test/09: MissingCompileTimeError |
| 320 from_environment_const_type_test/11: MissingCompileTimeError |
| 321 from_environment_const_type_test/12: MissingCompileTimeError |
| 322 from_environment_const_type_test/13: MissingCompileTimeError |
| 323 from_environment_const_type_test/14: MissingCompileTimeError |
| 324 from_environment_const_type_test/16: MissingCompileTimeError |
| 325 from_environment_const_type_undefined_test/02: MissingCompileTimeError |
| 326 from_environment_const_type_undefined_test/03: MissingCompileTimeError |
| 327 from_environment_const_type_undefined_test/04: MissingCompileTimeError |
| 328 from_environment_const_type_undefined_test/06: MissingCompileTimeError |
| 329 from_environment_const_type_undefined_test/07: MissingCompileTimeError |
| 330 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
| 331 from_environment_const_type_undefined_test/09: MissingCompileTimeError |
| 332 from_environment_const_type_undefined_test/11: MissingCompileTimeError |
| 333 from_environment_const_type_undefined_test/12: MissingCompileTimeError |
| 334 from_environment_const_type_undefined_test/13: MissingCompileTimeError |
| 335 from_environment_const_type_undefined_test/14: MissingCompileTimeError |
| 336 from_environment_const_type_undefined_test/16: MissingCompileTimeError |
| 337 int_parse_radix_bad_handler_test: MissingCompileTimeError |
| 338 int_parse_radix_test/badTypes: RuntimeError |
| 339 iterable_generate_test/01: RuntimeError |
| 340 iterable_to_set_test: RuntimeError |
| 341 regexp/stack-overflow_test: RuntimeError |
| 342 splay_tree_from_iterable_test: RuntimeError |
| 343 |
311 [ $runtime == ff || $runtime == jsshell ] | 344 [ $runtime == ff || $runtime == jsshell ] |
312 double_parse_test/02: Fail, OK # Issue 30468 | 345 double_parse_test/02: Fail, OK # Issue 30468 |
313 regexp/UC16_test: RuntimeError | 346 regexp/UC16_test: RuntimeError |
314 | 347 |
315 [ $runtime == jsshell ] | 348 [ $runtime == jsshell ] |
316 unicode_test: Fail | 349 unicode_test: Fail |
317 string_case_test/01: Fail, OK | 350 string_case_test/01: Fail, OK |
318 | 351 |
319 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 352 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
320 big_integer_parsed_mul_div_vm_test: Pass, SloW | 353 big_integer_parsed_mul_div_vm_test: Pass, SloW |
(...skipping 643 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 | 997 |
965 [ $compiler == dart2analyzer && $checked && !$strong ] | 998 [ $compiler == dart2analyzer && $checked && !$strong ] |
966 iterable_fold_test/01: Pass | 999 iterable_fold_test/01: Pass |
967 | 1000 |
968 [ $compiler == dart2analyzer && $strong && !$checked ] | 1001 [ $compiler == dart2analyzer && $strong && !$checked ] |
969 iterable_fold_test/01: CompileTimeError | 1002 iterable_fold_test/01: CompileTimeError |
970 | 1003 |
971 [ $runtime == dart_precompiled && $minified ] | 1004 [ $runtime == dart_precompiled && $minified ] |
972 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper | 1005 apply_test: Skip # Uses new Symbol via symbolMapToStringMap helper |
973 error_stack_trace1_test: Skip # Expects unobfuscated stack trace | 1006 error_stack_trace1_test: Skip # Expects unobfuscated stack trace |
OLD | NEW |