| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 compare_to2_test: Fail # inherited from VM | 119 compare_to2_test: Fail # inherited from VM |
| 120 unicode_test: Fail # inherited from VM | 120 unicode_test: Fail # inherited from VM |
| 121 | 121 |
| 122 [ $compiler == dart2dart && $minified ] | 122 [ $compiler == dart2dart && $minified ] |
| 123 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | 123 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. |
| 124 | 124 |
| 125 [ $compiler == dartanalyzer ] | 125 [ $compiler == dartanalyzer ] |
| 126 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected | 126 int_parse_radix_test: Fail, OK # Test contains errors but doesn’t mark them as e
xpected |
| 127 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted | 127 list_insert_test: Fail, OK # Test contains errors but doesn’t mark them as expec
ted |
| 128 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected | 128 list_removeat_test: Fail, OK # Test contains errors but doesn’t mark them as exp
ected |
| 129 symbol_test/01: Fail, OK # Test Issue 13730; It is static type warning if "const
" instance creation argument type is not compatible with parameter type | |
| 130 symbol_test/02: Fail # Issue 18755 | |
| 131 symbol_test/03: Fail # Issue 18755 | |
| 132 | 129 |
| 133 [ $compiler == dart2analyzer ] | 130 [ $compiler == dart2analyzer ] |
| 134 symbol_test/02: Fail | 131 symbol_test/02: Fail |
| 135 symbol_test/03: Fail | 132 symbol_test/03: Fail |
| 136 int_parse_radix_test: fail | 133 int_parse_radix_test: fail |
| 137 list_insert_test: fail | 134 list_insert_test: fail |
| 138 list_removeat_test: fail | 135 list_removeat_test: fail |
| 139 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type | 136 symbol_test/01: fail # test issue 13730; It is static type warning if "const" in
stance creation argument type is not compatible with parameter type |
| 140 | 137 |
| 141 [ $arch == simmips ] | 138 [ $arch == simmips ] |
| (...skipping 11 matching lines...) Expand all Loading... |
| 153 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 150 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 154 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 151 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 155 | 152 |
| 156 [ $runtime == ie9 || $runtime == ie10 ] | 153 [ $runtime == ie9 || $runtime == ie10 ] |
| 157 num_parse_test: RuntimeError # Issue 15316 | 154 num_parse_test: RuntimeError # Issue 15316 |
| 158 num_parse_test/01: RuntimeError # Issue 15316 | 155 num_parse_test/01: RuntimeError # Issue 15316 |
| 159 | 156 |
| 160 [ $system == windows && $arch == x64 ] | 157 [ $system == windows && $arch == x64 ] |
| 161 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 158 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 162 | 159 |
| OLD | NEW |