| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 symbol_test/none: Fail # bug 11669 | 73 symbol_test/none: Fail # bug 11669 |
| 74 symbol_operator_test/03: Fail # bug 11669 | 74 symbol_operator_test/03: Fail # bug 11669 |
| 75 string_case_test/01: Fail # Bug 18061 | 75 string_case_test/01: Fail # Bug 18061 |
| 76 | 76 |
| 77 iterable_return_type_test/01: RuntimeError # Issue 13646 | 77 iterable_return_type_test/01: RuntimeError # Issue 13646 |
| 78 iterable_return_type_test/02: RuntimeError # Issue 13646 | 78 iterable_return_type_test/02: RuntimeError # Issue 13646 |
| 79 | 79 |
| 80 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 80 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 81 main_test: Fail # Dartium needs to check for both main() and main(args). | 81 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 82 | 82 |
| 83 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 84 core_runtime_types_test: Pass, Fail # Issue 20525 |
| 85 |
| 83 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 86 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 84 unicode_test: Fail | 87 unicode_test: Fail |
| 85 | 88 |
| 86 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
|| $runtime == safarimobilesim ] | 89 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
|| $runtime == safarimobilesim ] |
| 87 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 90 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 88 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 91 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 89 | 92 |
| 90 [ $runtime == ie9 ] | 93 [ $runtime == ie9 ] |
| 91 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. | 94 double_round4_test: Fail, OK # IE bug: Math.round(4503599627370497) != 450359962
7370497. |
| 92 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. | 95 double_round_to_double3_test: Fail, OK # IE bug: Math.round(4503599627370497) !=
4503599627370497. |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 172 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 170 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 173 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 171 | 174 |
| 172 [ $runtime == ie9 || $runtime == ie10 ] | 175 [ $runtime == ie9 || $runtime == ie10 ] |
| 173 num_parse_test: RuntimeError # Issue 15316 | 176 num_parse_test: RuntimeError # Issue 15316 |
| 174 num_parse_test/01: RuntimeError # Issue 15316 | 177 num_parse_test/01: RuntimeError # Issue 15316 |
| 175 | 178 |
| 176 [ $system == windows && $arch == x64 ] | 179 [ $system == windows && $arch == x64 ] |
| 177 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 180 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 178 | 181 |
| OLD | NEW |