| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 [ $compiler == dartanalyzer ] | 45 [ $compiler == dartanalyzer ] |
| 46 string_from_environment_test: Crash # http://dartbug.com/17234 | 46 string_from_environment_test: Crash # http://dartbug.com/17234 |
| 47 int_from_environment2_test: Crash # http://dartbug.com/17234 | 47 int_from_environment2_test: Crash # http://dartbug.com/17234 |
| 48 | 48 |
| 49 [ $compiler == none ] | 49 [ $compiler == none ] |
| 50 unicode_test: Fail # Bug 6706 | 50 unicode_test: Fail # Bug 6706 |
| 51 compare_to2_test: Fail # Bug 4018 | 51 compare_to2_test: Fail # Bug 4018 |
| 52 | 52 |
| 53 symbol_test/01: Fail, Pass # bug 11669 | 53 symbol_test/01: Fail, Pass # bug 11669 |
| 54 | 54 |
| 55 string_case_test/01: Fail # Bug 18061 | |
| 56 | |
| 57 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] | 55 [ $compiler == none && $runtime != dartium && $runtime != drt && $runtime != Con
tentShellOnAndroid ] |
| 58 symbol_test/02: MissingCompileTimeError # bug 11669 | 56 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 59 symbol_test/03: MissingCompileTimeError # bug 11669 | 57 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 60 | 58 |
| 61 [ $compiler == none || $compiler == dart2dart ] | 59 [ $compiler == none || $compiler == dart2dart ] |
| 62 symbol_test/none: Fail # bug 11669 | 60 symbol_test/none: Fail # bug 11669 |
| 63 symbol_operator_test/03: Fail # bug 11669 | 61 symbol_operator_test/03: Fail # bug 11669 |
| 62 string_case_test/01: Fail # Bug 18061 |
| 64 | 63 |
| 65 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 64 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 66 main_test: Fail # Dartium needs to check for both main() and main(args). | 65 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 67 | 66 |
| 68 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] | 67 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell ] |
| 69 unicode_test: Fail | 68 unicode_test: Fail |
| 70 | 69 |
| 71 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] | 70 [ $runtime == ff || $runtime == ie9 || $runtime == jsshell || $runtime == safari
] |
| 72 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 71 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 73 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 72 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| (...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 168 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 167 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 169 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 168 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 170 string_test: StaticWarning, OK # Test generates error on purpose. | 169 string_test: StaticWarning, OK # Test generates error on purpose. |
| 171 | 170 |
| 172 [ $compiler == dart2js && $runtime == safari ] | 171 [ $compiler == dart2js && $runtime == safari ] |
| 173 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 172 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 174 | 173 |
| 175 [ $runtime == ie9 || $runtime == ie10 ] | 174 [ $runtime == ie9 || $runtime == ie10 ] |
| 176 num_parse_test: RuntimeError # Issue 15316 | 175 num_parse_test: RuntimeError # Issue 15316 |
| 177 num_parse_test/01: RuntimeError # Issue 15316 | 176 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |