| 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 == dart2dart] | 5 [ $compiler == dart2dart] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_default_value_test: Skip | 7 bool_from_environment_default_value_test: Skip |
| 8 bool_from_environment_test: Skip | 8 bool_from_environment_test: Skip |
| 9 int_from_environment2_test: Skip | 9 int_from_environment2_test: Skip |
| 10 int_from_environment3_test: Skip | 10 int_from_environment3_test: Skip |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 | 124 |
| 125 [ $compiler == dart2js && $runtime == dartium ] | 125 [ $compiler == dart2js && $runtime == dartium ] |
| 126 string_case_test/02: Fail, OK # Bug in dartium version of V8. | 126 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| 127 string_case_test/03: Fail, OK # Bug in dartium version of V8. | 127 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| 128 | 128 |
| 129 [ $compiler == dart2js && $runtime == chrome ] | 129 [ $compiler == dart2js && $runtime == chrome ] |
| 130 string_case_test/02: Fail, OK # Bug in Chrome. Please file issue. | 130 string_case_test/02: Fail, OK # Bug in Chrome. Please file issue. |
| 131 | 131 |
| 132 [ $compiler == dart2js && $checked ] | 132 [ $compiler == dart2js && $checked ] |
| 133 map_test: Crash # Issue 17829 | 133 map_test: Crash # Issue 17829 |
| 134 map_index_test: Pass, RuntimeError # Issue 18130 | |
| 135 | 134 |
| 136 [ $compiler == dart2dart ] | 135 [ $compiler == dart2dart ] |
| 137 compare_to2_test: Fail # inherited from VM | 136 compare_to2_test: Fail # inherited from VM |
| 138 unicode_test: Fail # inherited from VM | 137 unicode_test: Fail # inherited from VM |
| 139 | 138 |
| 140 [ $compiler == dart2dart && $minified ] | 139 [ $compiler == dart2dart && $minified ] |
| 141 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | 140 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. |
| 142 | 141 |
| 143 [ $compiler == dartanalyzer ] | 142 [ $compiler == dartanalyzer ] |
| 144 symbol_test/02: Fail | 143 symbol_test/02: Fail |
| (...skipping 25 matching lines...) Expand all Loading... |
| 170 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 171 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 172 string_test: StaticWarning, OK # Test generates error on purpose. | 171 string_test: StaticWarning, OK # Test generates error on purpose. |
| 173 | 172 |
| 174 [ $compiler == dart2js && $runtime == safari ] | 173 [ $compiler == dart2js && $runtime == safari ] |
| 175 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 176 | 175 |
| 177 [ $runtime == ie9 || $runtime == ie10 ] | 176 [ $runtime == ie9 || $runtime == ie10 ] |
| 178 num_parse_test: RuntimeError # Issue 15316 | 177 num_parse_test: RuntimeError # Issue 15316 |
| 179 num_parse_test/01: RuntimeError # Issue 15316 | 178 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |