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 |
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 [ $compiler == dart2js && $runtime == safarimobilesim ] | 115 [ $compiler == dart2js && $runtime == safarimobilesim ] |
116 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 116 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
117 string_trimlr_test/none: Fail | 117 string_trimlr_test/none: Fail |
118 | 118 |
119 [ $compiler == dart2js && $runtime == ie10 ] | 119 [ $compiler == dart2js && $runtime == ie10 ] |
120 string_case_test/01: Fail, OK # Bug in IE. | 120 string_case_test/01: Fail, OK # Bug in IE. |
121 string_case_test/02: Fail, OK # Bug in IE. | 121 string_case_test/02: Fail, OK # Bug in IE. |
122 | 122 |
123 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 123 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
124 string_case_test/01: Fail, OK # Bug in Firefox. | 124 string_case_test/01: Fail, OK # Bug in Firefox. |
| 125 list_test/none: Fail # Issue 28014 |
| 126 list_test/01: Fail # Issue 28014 |
125 | 127 |
126 [ $compiler == dart2js && $runtime == dartium ] | 128 [ $compiler == dart2js && $runtime == dartium ] |
127 string_case_test/02: Fail, OK # Bug in dartium version of V8. | 129 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
128 string_case_test/03: Fail, OK # Bug in dartium version of V8. | 130 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
129 | 131 |
130 # Analyzer's implementation of fromEnvironment assumes that undefined | 132 # Analyzer's implementation of fromEnvironment assumes that undefined |
131 # environment variables have an unspecified value (rather than being | 133 # environment variables have an unspecified value (rather than being |
132 # null) because it is expected that the user will supply a value when | 134 # null) because it is expected that the user will supply a value when |
133 # the code is run. This means that it produces slightly different | 135 # the code is run. This means that it produces slightly different |
134 # error messages than the VM and Dart2js. | 136 # error messages than the VM and Dart2js. |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 206 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
205 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
206 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
207 | 209 |
208 [ $arch == simdbc || $arch == simdbc64 ] | 210 [ $arch == simdbc || $arch == simdbc64 ] |
209 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
210 | 212 |
211 [ $hot_reload || $hot_reload_rollback ] | 213 [ $hot_reload || $hot_reload_rollback ] |
212 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
213 | 215 |
OLD | NEW |