| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none && $runtime == drt ] | 8 [ $compiler == none && $runtime == drt ] |
| 9 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| (...skipping 19 matching lines...) Expand all Loading... |
| 30 [ $compiler == dart2js && ! $dart2js_with_kernel ] | 30 [ $compiler == dart2js && ! $dart2js_with_kernel ] |
| 31 error_stack_trace1_test: RuntimeError # Issue 12399 | 31 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 32 integer_to_string_test/01: RuntimeError # Issue 1533 | 32 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 33 iterable_return_type_test/01: RuntimeError # Issue 20085 | 33 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 34 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 34 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 35 iterable_to_list_test/01: RuntimeError # Issue 26501 | 35 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 36 | 36 |
| 37 big_integer_*: Skip # VM specific test. | 37 big_integer_*: Skip # VM specific test. |
| 38 compare_to2_test: RuntimeError, OK # Requires bigint support. | 38 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 39 nan_infinity_test/01: Fail # Issue 11551 | 39 nan_infinity_test/01: Fail # Issue 11551 |
| 40 regexp/pcre_test: Pass, Slow # Issue 21593 | |
| 41 regress_r21715_test: RuntimeError # Requires bigint support. | 40 regress_r21715_test: RuntimeError # Requires bigint support. |
| 42 | 41 |
| 43 [ $compiler == dart2js && $runtime == none ] | 42 [ $compiler == dart2js && $runtime == none ] |
| 44 *: Fail, Pass # TODO(ahe): Triage these tests. | 43 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 45 | 44 |
| 46 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 45 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 47 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 46 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 48 | 47 |
| 49 [ $compiler == dart2js && $runtime == safarimobilesim ] | 48 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 50 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 49 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 75 | 74 |
| 76 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 75 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| 77 # The regexp tests are not verified to work on non d8/vm platforms yet. | 76 # The regexp tests are not verified to work on non d8/vm platforms yet. |
| 78 regexp/*: Skip | 77 regexp/*: Skip |
| 79 | 78 |
| 80 [ $runtime == d8 ] | 79 [ $runtime == d8 ] |
| 81 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 80 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 82 | 81 |
| 83 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] | 82 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] |
| 84 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 83 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
| 85 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 | |
| 86 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 | 84 regexp/capture-3: Pass, Slow, Timeout # Issues 21593 and 22008 |
| 87 | 85 |
| 88 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] | 86 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] |
| 89 file_resource_test: Skip, OK # VM specific test, uses dart:io. | 87 file_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 90 http_resource_test: Skip, OK # VM specific test, uses dart:io. | 88 http_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 91 | 89 |
| 92 [ $compiler == dart2js && ! $browser ] | 90 [ $compiler == dart2js && ! $browser ] |
| 93 package_resource_test: RuntimeError # Issue 26842 | 91 package_resource_test: RuntimeError # Issue 26842 |
| 94 | 92 |
| 95 [ $mode == debug ] | 93 [ $mode == debug ] |
| 96 regexp/pcre_test: Pass, Slow # Timeout. Issue 22008 | |
| 97 | 94 |
| 98 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 95 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 99 int_parse_radix_test/*: Pass, Slow | 96 int_parse_radix_test/*: Pass, Slow |
| 100 | 97 |
| 101 [ $compiler == precompiler ] | 98 [ $compiler == precompiler ] |
| 102 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 99 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 103 | 100 |
| 104 [ $compiler == precompiler || $compiler == app_jit ] | 101 [ $compiler == precompiler || $compiler == app_jit ] |
| 105 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 102 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 106 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 103 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 107 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 104 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 108 | 105 |
| 109 [ $compiler == dart2js && $dart2js_with_kernel ] | 106 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 110 error_stack_trace1_test: Pass # Issue 27394 | 107 error_stack_trace1_test: Pass # Issue 27394 |
| 111 map_test: Crash # Issue 27394 | 108 map_test: Crash # Issue 27394 |
| 112 regexp/pcre_test: RuntimeError # Issue 27394 | |
| 113 | 109 |
| 114 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2
js_with_kernel ] | 110 [ $compiler == dart2js && $dart2js_with_kernel_in_ssa && $host_checked && $dart2
js_with_kernel ] |
| 115 regress/4562_test/01: Crash # Issue 27394 | 111 regress/4562_test/01: Crash # Issue 27394 |
| 116 | 112 |
| 117 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 113 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
| 118 string_case_test/01: RuntimeError | 114 string_case_test/01: RuntimeError |
| 119 string_from_environment3_test/01: MissingCompileTimeError | 115 string_from_environment3_test/01: MissingCompileTimeError |
| 120 string_from_environment3_test/02: MissingCompileTimeError | 116 string_from_environment3_test/02: MissingCompileTimeError |
| 121 string_from_environment3_test/03: MissingCompileTimeError | 117 string_from_environment3_test/03: MissingCompileTimeError |
| 122 string_from_environment3_test/04: MissingCompileTimeError | 118 string_from_environment3_test/04: MissingCompileTimeError |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 regexp/indexof_test: Crash | 264 regexp/indexof_test: Crash |
| 269 regexp/invalid-range-in-class_test: Crash | 265 regexp/invalid-range-in-class_test: Crash |
| 270 regexp/issue_19193_test: Crash | 266 regexp/issue_19193_test: Crash |
| 271 regexp/lastindex_test: Crash | 267 regexp/lastindex_test: Crash |
| 272 regexp/lookahead_test: Crash | 268 regexp/lookahead_test: Crash |
| 273 regexp/multiline_test: Crash | 269 regexp/multiline_test: Crash |
| 274 regexp/negative-special-characters_test: Crash | 270 regexp/negative-special-characters_test: Crash |
| 275 regexp/no-extensions_test: Crash | 271 regexp/no-extensions_test: Crash |
| 276 regexp/non-capturing-groups_test: Crash | 272 regexp/non-capturing-groups_test: Crash |
| 277 regexp/parentheses_test: Crash | 273 regexp/parentheses_test: Crash |
| 278 regexp/pcre-test-4_test: Crash | |
| 279 regexp/pcre_test: Crash | |
| 280 regexp/range-out-of-order_test: Crash | 274 regexp/range-out-of-order_test: Crash |
| 281 regexp/regexp_kde_test: Crash | 275 regexp/regexp_kde_test: Crash |
| 282 regexp/regexp_test: Crash | 276 regexp/regexp_test: Crash |
| 283 regexp/regress-regexp-codeflush_test: Crash | 277 regexp/regress-regexp-codeflush_test: Crash |
| 284 regexp/standalones_test: Crash | 278 regexp/standalones_test: Crash |
| 285 regexp/toString_test: Crash | 279 regexp/toString_test: Crash |
| 286 regexp/unicode-handling_test: Crash | 280 regexp/unicode-handling_test: Crash |
| 287 regexp/unicodeCaseInsensitive_test: Crash | 281 regexp/unicodeCaseInsensitive_test: Crash |
| 288 regress_r21715_test: RuntimeError | 282 regress_r21715_test: RuntimeError |
| 289 set_containsAll_test: Crash | 283 set_containsAll_test: Crash |
| (...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 502 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 496 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
| 503 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 497 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 504 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 498 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 505 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 499 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 506 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 500 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 507 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 501 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 508 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 502 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 509 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 503 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 510 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 504 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 511 main_test: RuntimeError # Flutter Issue 9111 | 505 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |