| 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 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
| 8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
| 9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
| 10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
| 11 int_from_environment3_test: Skip | 11 int_from_environment3_test: Skip |
| 12 int_from_environment_test: Skip | 12 int_from_environment_test: Skip |
| 13 string_from_environment2_test: Skip | 13 string_from_environment2_test: Skip |
| 14 string_from_environment3_test: Skip | 14 string_from_environment3_test: Skip |
| 15 string_from_environment_test: Skip | 15 string_from_environment_test: Skip |
| 16 | 16 |
| 17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 17 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 18 unicode_test: Fail # Bug 6706 | 18 unicode_test: Fail # Bug 6706 |
| 19 compare_to2_test: Fail # Bug 4018 | 19 compare_to2_test: Fail # Bug 4018 |
| 20 | |
| 21 symbol_test/01: Fail, Pass # bug 11669 | 20 symbol_test/01: Fail, Pass # bug 11669 |
| 22 | 21 |
| 23 # With the exception of 'void', new Symbol() should not accept reserved words. | 22 # With the exception of 'void', new Symbol() should not accept reserved words. |
| 24 symbol_reserved_word_test/06: RuntimeError # bug 11669 | 23 symbol_reserved_word_test/06: RuntimeError # bug 11669 |
| 25 symbol_reserved_word_test/09: RuntimeError # bug 11669 | 24 symbol_reserved_word_test/09: RuntimeError # bug 11669 |
| 26 symbol_reserved_word_test/12: RuntimeError # bug 11669 | 25 symbol_reserved_word_test/12: RuntimeError # bug 11669 |
| 27 | 26 |
| 28 symbol_test/none: Fail # bug 11669 | 27 symbol_test/none: Fail # bug 11669 |
| 29 symbol_operator_test/03: Fail # bug 11669 | 28 symbol_operator_test/03: Fail # bug 11669 |
| 30 string_case_test/01: Fail # Bug 18061 | 29 string_case_test/01: Fail # Bug 18061 |
| 31 | 30 |
| 31 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == vm
)] |
| 32 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 33 |
| 34 [ $compiler == precompiler || $compiler == app_jit ] |
| 35 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 36 |
| 32 # #void should be a valid symbol. | 37 # #void should be a valid symbol. |
| 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] | 38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] |
| 34 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | 39 symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
| 35 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | 40 symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
| 36 | 41 |
| 37 # With the exception of 'void', const Symbol() should not accept reserved | 42 # With the exception of 'void', const Symbol() should not accept reserved |
| 38 # words. | 43 # words. |
| 39 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | 44 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
| 40 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | 45 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
| 41 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | 46 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
| (...skipping 29 matching lines...) Expand all Loading... |
| 71 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 76 # Firefox takes advantage of the ECMAScript number parsing cop-out clause |
| 72 # (presumably added to allow Mozilla's existing behavior) | 77 # (presumably added to allow Mozilla's existing behavior) |
| 73 # and only looks at the first 20 significant digits. | 78 # and only looks at the first 20 significant digits. |
| 74 # The Dart VM and the other ECMAScript implementations follow the correct | 79 # The Dart VM and the other ECMAScript implementations follow the correct |
| 75 # IEEE-754 rounding algorithm. | 80 # IEEE-754 rounding algorithm. |
| 76 double_parse_test/02: Fail, OK | 81 double_parse_test/02: Fail, OK |
| 77 | 82 |
| 78 [ $runtime == safari || $runtime == safarimobilesim ] | 83 [ $runtime == safari || $runtime == safarimobilesim ] |
| 79 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 84 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 80 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 85 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 86 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 81 | 87 |
| 82 [ $runtime == ff ] | 88 [ $runtime == ff ] |
| 83 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. | 89 double_round3_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35. Runtime ro
unds 0.49999999999999994 to 1. |
| 84 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. | 90 double_round_to_double2_test: Pass, Fail, OK # Fails on ff 34, passes on ff 35.
Runtime rounds 0.49999999999999994 to 1. |
| 85 | 91 |
| 86 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 92 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] |
| 87 core_runtime_types_test: Pass, Fail # Issue 27913 | 93 core_runtime_types_test: Pass, Fail # Issue 27913 |
| 88 | 94 |
| 89 [ $compiler == dart2js ] | 95 [ $compiler == dart2js ] |
| 90 error_stack_trace1_test: RuntimeError # Issue 12399 | 96 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 91 hash_set_test/01: RuntimeError # Issue 11551 | 97 hash_set_test/01: RuntimeError # Issue 11551 |
| 92 integer_to_string_test/01: RuntimeError # Issue 1533 | 98 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 93 iterable_return_type_test/01: RuntimeError # Issue 20085 | 99 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 94 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 100 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 95 iterable_to_list_test/01: RuntimeError # Issue 26501 | 101 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 96 | 102 |
| 97 big_integer_*: Skip # VM specific test. | 103 big_integer_*: Skip # VM specific test. |
| 98 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 104 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
| 99 compare_to2_test: RuntimeError, OK # Requires bigint support. | 105 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 100 string_base_vm_test: RuntimeError, OK # VM specific test. | 106 string_base_vm_test: RuntimeError, OK # VM specific test. |
| 101 nan_infinity_test/01: Fail # Issue 11551 | 107 nan_infinity_test/01: Fail # Issue 11551 |
| 102 regexp/pcre_test: Pass, Slow # Issue 21593 | 108 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 103 regress_r21715_test: RuntimeError # Requires bigint support. | 109 regress_r21715_test: RuntimeError # Requires bigint support. |
| 104 | 110 |
| 105 [ $compiler == dart2js && $runtime == none ] | 111 [ $compiler == dart2js && $runtime == none ] |
| 106 *: Fail, Pass # TODO(ahe): Triage these tests. | 112 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 107 | 113 |
| 108 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 114 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 109 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 115 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 116 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 117 |
| 118 [ $compiler == dart2js && $runtime == chrome ] |
| 119 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 120 |
| 121 [ $compiler == dart2js && $runtime == ff ] |
| 122 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 123 |
| 124 [ $compiler == dart2js && $runtime == jsshell ] |
| 125 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 110 | 126 |
| 111 [ $compiler == dart2js && $runtime == safarimobilesim ] | 127 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 112 string_split_test: RuntimeError # Issue 21431 | 128 string_split_test: RuntimeError # Issue 21431 |
| 113 | 129 |
| 114 [ $compiler == dart2js && $runtime == safarimobilesim ] | 130 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 115 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 131 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 116 string_trimlr_test/none: Fail | 132 string_trimlr_test/01: Fail |
| 133 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 117 | 134 |
| 118 [ $compiler == dart2js && $runtime == ie10 ] | 135 [ $compiler == dart2js && $runtime == ie10 ] |
| 119 string_case_test/01: Fail, OK # Bug in IE. | 136 string_case_test/01: Fail, OK # Bug in IE. |
| 120 string_case_test/02: Fail, OK # Bug in IE. | 137 string_case_test/02: Fail, OK # Bug in IE. |
| 138 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 121 | 139 |
| 122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 140 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 123 string_case_test/01: Fail, OK # Bug in Firefox. | 141 string_case_test/01: Fail, OK # Bug in Firefox. |
| 124 int_parse_radix_test/none: Pass, RuntimeError # Issue 28983 | |
| 125 string_trim2_test: Pass, RuntimeError # Issue 28983 | |
| 126 string_trimlr_test/01: Pass, RuntimeError # Issue 28983 | |
| 127 string_trimlr_test/none: Pass, RuntimeError # Issue 28983 | |
| 128 double_parse_test/03: Pass, RuntimeError # Issue 28983 | |
| 129 double_parse_test/none: Pass, RuntimeError # Issue 28983 | |
| 130 num_parse_test/01: Pass, RuntimeError # Issue 28983 | |
| 131 num_parse_test/none: Pass, RuntimeError # Issue 28983 | |
| 132 | 142 |
| 133 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start
up == false] | 143 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) && $fast_start
up == false] |
| 134 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell
/ Firefox | 144 list_test/none: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell
/ Firefox |
| 135 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell /
Firefox | 145 list_test/01: RuntimeError # Issue 27871, Issue 28014, proably Bug in jsshell /
Firefox |
| 136 | 146 |
| 137 [ $compiler == dart2js && $runtime == dartium ] | 147 [ $compiler == dart2js && $runtime == dartium ] |
| 138 string_case_test/02: Fail, OK # Bug in dartium version of V8. | 148 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| 139 string_case_test/03: Fail, OK # Bug in dartium version of V8. | 149 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| 140 | 150 |
| 141 # Analyzer's implementation of fromEnvironment assumes that undefined | 151 # Analyzer's implementation of fromEnvironment assumes that undefined |
| (...skipping 21 matching lines...) Expand all Loading... |
| 163 [ $compiler == dart2analyzer && $builder_tag == strong ] | 173 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 164 *: Skip # Issue 28649 | 174 *: Skip # Issue 28649 |
| 165 | 175 |
| 166 [ $system == windows && $arch == x64 ] | 176 [ $system == windows && $arch == x64 ] |
| 167 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 177 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 168 | 178 |
| 169 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 179 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| 170 # The regexp tests are not verified to work on non d8/vm platforms yet. | 180 # The regexp tests are not verified to work on non d8/vm platforms yet. |
| 171 regexp/*: Skip | 181 regexp/*: Skip |
| 172 | 182 |
| 183 [ $runtime == d8 ] |
| 184 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 185 |
| 173 [ $runtime == vm || $runtime == dart_precompiled ] | 186 [ $runtime == vm || $runtime == dart_precompiled ] |
| 174 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 187 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
| 175 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 | 188 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 |
| 176 | 189 |
| 177 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] | 190 [ $runtime != vm && $runtime != dart_precompiled && $compiler != dart2analyzer] |
| 178 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). | 191 data_resource_test: RuntimeError # Issue 23825 (not implemented yet). |
| 179 file_resource_test: Skip, OK # VM specific test, uses dart:io. | 192 file_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 180 http_resource_test: Skip, OK # VM specific test, uses dart:io. | 193 http_resource_test: Skip, OK # VM specific test, uses dart:io. |
| 181 | 194 |
| 182 [ $compiler == dart2js && $browser == false ] | 195 [ $compiler == dart2js && $browser == false ] |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 268 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 256 symbol_test/none: RuntimeError # Issue 27394 | 269 symbol_test/none: RuntimeError # Issue 27394 |
| 257 uri_example_test: RuntimeError # Issue 27394 | 270 uri_example_test: RuntimeError # Issue 27394 |
| 258 uri_http_test: RuntimeError # Issue 27394 | 271 uri_http_test: RuntimeError # Issue 27394 |
| 259 uri_parameters_all_test: RuntimeError # Issue 27394 | 272 uri_parameters_all_test: RuntimeError # Issue 27394 |
| 260 uri_query_test: RuntimeError # Issue 27394 | 273 uri_query_test: RuntimeError # Issue 27394 |
| 261 uri_test: RuntimeError # Issue 27394 | 274 uri_test: RuntimeError # Issue 27394 |
| 262 | 275 |
| 263 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 276 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 264 regress/4562_test/01: Crash # Issue 27394 | 277 regress/4562_test/01: Crash # Issue 27394 |
| OLD | NEW |