Chromium Code Reviews| 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 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 299 symbol_test/none: RuntimeError | 299 symbol_test/none: RuntimeError |
| 300 unicode_test: RuntimeError | 300 unicode_test: RuntimeError |
| 301 string_case_test/01: RuntimeError | 301 string_case_test/01: RuntimeError |
| 302 string_from_environment3_test/01: MissingCompileTimeError | 302 string_from_environment3_test/01: MissingCompileTimeError |
| 303 string_from_environment3_test/02: MissingCompileTimeError | 303 string_from_environment3_test/02: MissingCompileTimeError |
| 304 string_from_environment3_test/03: MissingCompileTimeError | 304 string_from_environment3_test/03: MissingCompileTimeError |
| 305 string_from_environment3_test/04: MissingCompileTimeError | 305 string_from_environment3_test/04: MissingCompileTimeError |
| 306 string_from_environment3_test/05: MissingCompileTimeError | 306 string_from_environment3_test/05: MissingCompileTimeError |
| 307 | 307 |
| 308 [ $runtime == ff || $runtime == jsshell ] | 308 [ $runtime == ff || $runtime == jsshell ] |
| 309 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 309 double_parse_test/02: Fail, OK # Issue 30468 |
| 310 # (presumably added to allow Mozilla's existing behavior) | 310 regexp/UC16_test: RuntimeError |
| 311 # and only looks at the first 20 significant digits. | 311 |
| 312 # The Dart VM and the other ECMAScript implementations follow the correct | 312 [ $runtime == jsshell ] |
| 313 # IEEE-754 rounding algorithm. | |
| 314 double_parse_test/02: Fail, OK | |
| 315 unicode_test: Fail | 313 unicode_test: Fail |
| 316 | 314 string_case_test/01: Fail, OK |
| 317 [ $runtime == ff && $system == windows ] | |
| 318 unicode_test: Pass # When Linux FF updates to 55, remove the fail status from FF in the other status line for this file. | |
| 319 string_case_test/01: Pass # When Linux FF updates to 55, remove the fail status from FF in the other status line for this file. | |
| 320 | 315 |
| 321 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 316 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 322 big_integer_parsed_mul_div_vm_test: Pass, SloW | 317 big_integer_parsed_mul_div_vm_test: Pass, SloW |
| 323 int_parse_radix_test/*: Pass, Slow | 318 int_parse_radix_test/*: Pass, Slow |
| 324 | 319 |
| 325 [ $compiler == precompiler ] | 320 [ $compiler == precompiler ] |
| 326 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 321 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 327 | 322 |
| 328 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 323 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
| 329 string_trimlr_test/02: RuntimeError # Issue 29060 | 324 string_trimlr_test/02: RuntimeError # Issue 29060 |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 446 from_environment_const_type_undefined_test/09: MissingCompileTimeError | 441 from_environment_const_type_undefined_test/09: MissingCompileTimeError |
| 447 from_environment_const_type_undefined_test/11: MissingCompileTimeError | 442 from_environment_const_type_undefined_test/11: MissingCompileTimeError |
| 448 from_environment_const_type_undefined_test/12: MissingCompileTimeError | 443 from_environment_const_type_undefined_test/12: MissingCompileTimeError |
| 449 from_environment_const_type_undefined_test/13: MissingCompileTimeError | 444 from_environment_const_type_undefined_test/13: MissingCompileTimeError |
| 450 from_environment_const_type_undefined_test/14: MissingCompileTimeError | 445 from_environment_const_type_undefined_test/14: MissingCompileTimeError |
| 451 from_environment_const_type_undefined_test/16: MissingCompileTimeError | 446 from_environment_const_type_undefined_test/16: MissingCompileTimeError |
| 452 | 447 |
| 453 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] | 448 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
| 454 string_base_vm_static_test: MissingCompileTimeError | 449 string_base_vm_static_test: MissingCompileTimeError |
| 455 | 450 |
| 456 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | |
|
Bill Hesse
2017/08/17 13:09:32
The only runtime == ff or jsshell combinations are
| |
| 457 string_case_test/01: Fail, OK # Bug in Firefox. Change to jsshell fail only once linux updates to 55. | |
| 458 regexp/UC16_test: RuntimeError | |
| 459 | |
| 460 [ $compiler == none && $runtime == drt ] | 451 [ $compiler == none && $runtime == drt ] |
| 461 string_from_environment2_test: Skip | 452 string_from_environment2_test: Skip |
| 462 string_from_environment3_test: Skip | 453 string_from_environment3_test: Skip |
| 463 string_from_environment_test: Skip | 454 string_from_environment_test: Skip |
| 464 | 455 |
| 465 [ $system == windows && $arch == x64 ] | 456 [ $system == windows && $arch == x64 ] |
| 466 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 457 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 467 | 458 |
| 468 [ $runtime == vm ] | 459 [ $runtime == vm ] |
| 469 string_case_test/01: RuntimeError | 460 string_case_test/01: RuntimeError |
| (...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1014 int_parse_radix_bad_handler_test: Pass | 1005 int_parse_radix_bad_handler_test: Pass |
| 1015 | 1006 |
| 1016 [ $compiler == dart2analyzer && $strong && $checked ] | 1007 [ $compiler == dart2analyzer && $strong && $checked ] |
| 1017 iterable_fold_test/01: CompileTimeError | 1008 iterable_fold_test/01: CompileTimeError |
| 1018 | 1009 |
| 1019 [ $compiler == dart2analyzer && $checked && !$strong ] | 1010 [ $compiler == dart2analyzer && $checked && !$strong ] |
| 1020 iterable_fold_test/01: Pass | 1011 iterable_fold_test/01: Pass |
| 1021 | 1012 |
| 1022 [ $compiler == dart2analyzer && $strong && !$checked ] | 1013 [ $compiler == dart2analyzer && $strong && !$checked ] |
| 1023 iterable_fold_test/01: CompileTimeError | 1014 iterable_fold_test/01: CompileTimeError |
| OLD | NEW |