| 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 132 # error messages than the VM and Dart2js. | 132 # error messages than the VM and Dart2js. |
| 133 [ $compiler == dart2analyzer && $checked ] | 133 [ $compiler == dart2analyzer && $checked ] |
| 134 from_environment_const_type_undefined_test/09: CompileTimeError | 134 from_environment_const_type_undefined_test/09: CompileTimeError |
| 135 from_environment_const_type_undefined_test/11: CompileTimeError | 135 from_environment_const_type_undefined_test/11: CompileTimeError |
| 136 from_environment_const_type_undefined_test/12: CompileTimeError | 136 from_environment_const_type_undefined_test/12: CompileTimeError |
| 137 from_environment_const_type_undefined_test/13: CompileTimeError | 137 from_environment_const_type_undefined_test/13: CompileTimeError |
| 138 from_environment_const_type_undefined_test/14: CompileTimeError | 138 from_environment_const_type_undefined_test/14: CompileTimeError |
| 139 from_environment_const_type_undefined_test/16: CompileTimeError | 139 from_environment_const_type_undefined_test/16: CompileTimeError |
| 140 | 140 |
| 141 [ $compiler == dart2analyzer ] | 141 [ $compiler == dart2analyzer ] |
| 142 int_parse_radix_test: fail | 142 int_parse_radix_bad_handler_test: fail |
| 143 list_insert_test: fail | 143 list_insert_test: fail |
| 144 list_removeat_test: fail | 144 list_removeat_test: fail |
| 145 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. | 145 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. |
| 146 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 146 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 147 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 147 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 148 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 148 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 149 string_test: StaticWarning, OK # Test generates error on purpose. | 149 string_test: StaticWarning, OK # Test generates error on purpose. |
| 150 duration2_test: StaticWarning, OK # Test generates error on purpose. | 150 duration2_test: StaticWarning, OK # Test generates error on purpose. |
| 151 | 151 |
| 152 [ $system == windows && $arch == x64 ] | 152 [ $system == windows && $arch == x64 ] |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 204 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 204 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 205 | 205 |
| 206 [ $compiler == precompiler || $runtime == dart_product ] | 206 [ $compiler == precompiler || $runtime == dart_product ] |
| 207 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 208 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 209 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 209 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 210 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 210 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 211 | 211 |
| 212 [ $arch == simdbc || $arch == simdbc64 ] | 212 [ $arch == simdbc || $arch == simdbc64 ] |
| 213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 213 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| OLD | NEW |