| 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 16 matching lines...) Expand all Loading... |
| 27 string_from_environment3_test: Skip | 27 string_from_environment3_test: Skip |
| 28 string_from_environment_default_value: Skip | 28 string_from_environment_default_value: Skip |
| 29 string_from_environment_test: Skip | 29 string_from_environment_test: Skip |
| 30 | 30 |
| 31 [ $compiler == none ] | 31 [ $compiler == none ] |
| 32 unicode_test: Fail # Bug 6706 | 32 unicode_test: Fail # Bug 6706 |
| 33 compare_to2_test: Fail # Bug 4018 | 33 compare_to2_test: Fail # Bug 4018 |
| 34 | 34 |
| 35 symbol_test/01: Fail, Pass # bug 11669 | 35 symbol_test/01: Fail, Pass # bug 11669 |
| 36 | 36 |
| 37 iterable_return_type_test/01: RuntimeError # Issue 13646 | |
| 38 iterable_return_type_test/02: RuntimeError # Issue 13646 | |
| 39 | |
| 40 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] | 37 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] |
| 41 symbol_test/02: MissingCompileTimeError # bug 11669 | 38 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 42 symbol_test/03: MissingCompileTimeError # bug 11669 | 39 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 43 | 40 |
| 44 [ $compiler == none || $compiler == dart2dart ] | 41 [ $compiler == none || $compiler == dart2dart ] |
| 45 symbol_test/none: Fail # bug 11669 | 42 symbol_test/none: Fail # bug 11669 |
| 46 symbol_operator_test/03: Fail # bug 11669 | 43 symbol_operator_test/03: Fail # bug 11669 |
| 47 string_case_test/01: Fail # Bug 18061 | 44 string_case_test/01: Fail # Bug 18061 |
| 48 | 45 |
| 46 iterable_return_type_test/01: RuntimeError # Issue 13646 |
| 47 iterable_return_type_test/02: RuntimeError # Issue 13646 |
| 48 |
| 49 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 49 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 50 main_test: Fail # Dartium needs to check for both main() and main(args). | 50 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 51 | 51 |
| 52 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 52 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 53 unicode_test: Fail | 53 unicode_test: Fail |
| 54 | 54 |
| 55 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
|| $runtime == safarimobilesim ] | 55 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
|| $runtime == safarimobilesim ] |
| 56 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 56 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 57 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 57 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| 58 | 58 |
| (...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] | 138 [ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim) ] |
| 139 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 139 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 140 | 140 |
| 141 [ $runtime == ie9 || $runtime == ie10 ] | 141 [ $runtime == ie9 || $runtime == ie10 ] |
| 142 num_parse_test: RuntimeError # Issue 15316 | 142 num_parse_test: RuntimeError # Issue 15316 |
| 143 num_parse_test/01: RuntimeError # Issue 15316 | 143 num_parse_test/01: RuntimeError # Issue 15316 |
| 144 | 144 |
| 145 [ $system == windows && $arch == x64 ] | 145 [ $system == windows && $arch == x64 ] |
| 146 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 146 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 147 | 147 |
| OLD | NEW |