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