| 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 [ $compiler == dart2analyzer && $checked ] | 132 [ $compiler == dart2analyzer && $checked ] |
| 133 from_environment_const_type_undefined_test/09: CompileTimeError | 133 from_environment_const_type_undefined_test/09: CompileTimeError |
| 134 from_environment_const_type_undefined_test/11: CompileTimeError | 134 from_environment_const_type_undefined_test/11: CompileTimeError |
| 135 from_environment_const_type_undefined_test/12: CompileTimeError | 135 from_environment_const_type_undefined_test/12: CompileTimeError |
| 136 from_environment_const_type_undefined_test/13: CompileTimeError | 136 from_environment_const_type_undefined_test/13: CompileTimeError |
| 137 from_environment_const_type_undefined_test/14: CompileTimeError | 137 from_environment_const_type_undefined_test/14: CompileTimeError |
| 138 from_environment_const_type_undefined_test/16: CompileTimeError | 138 from_environment_const_type_undefined_test/16: CompileTimeError |
| 139 | 139 |
| 140 [ $compiler == dart2analyzer ] | 140 [ $compiler == dart2analyzer ] |
| 141 int_parse_radix_bad_handler_test: fail | 141 int_parse_radix_bad_handler_test: fail |
| 142 list_insert_test: fail | |
| 143 list_removeat_test: fail | |
| 144 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. | 142 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. |
| 145 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 143 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 146 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 144 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 147 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 145 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 148 string_test: StaticWarning, OK # Test generates error on purpose. | 146 string_test: StaticWarning, OK # Test generates error on purpose. |
| 149 duration2_test: StaticWarning, OK # Test generates error on purpose. | 147 duration2_test: StaticWarning, OK # Test generates error on purpose. |
| 150 | 148 |
| 151 [ $system == windows && $arch == x64 ] | 149 [ $system == windows && $arch == x64 ] |
| 152 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 150 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 153 | 151 |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 197 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| 200 | 198 |
| 201 [ $compiler == precompiler || $runtime == dart_app ] | 199 [ $compiler == precompiler || $runtime == dart_app ] |
| 202 data_resource_test: Skip # Resolve URI not supported yet in product mode. | 200 data_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 203 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 201 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 204 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 202 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 205 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 203 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 206 | 204 |
| 207 [ $arch == simdbc || $arch == simdbc64 ] | 205 [ $arch == simdbc || $arch == simdbc64 ] |
| 208 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 206 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| OLD | NEW |