| 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 29 matching lines...) Expand all Loading... |
| 40 string_from_environment3_test/01: Fail | 40 string_from_environment3_test/01: Fail |
| 41 string_from_environment3_test/02: Fail | 41 string_from_environment3_test/02: Fail |
| 42 string_from_environment3_test/03: Fail | 42 string_from_environment3_test/03: Fail |
| 43 string_from_environment3_test/04: Fail | 43 string_from_environment3_test/04: Fail |
| 44 | 44 |
| 45 [ $compiler == none ] | 45 [ $compiler == none ] |
| 46 unicode_test: Fail # Bug 6706 | 46 unicode_test: Fail # Bug 6706 |
| 47 compare_to2_test: Fail # Bug 4018 | 47 compare_to2_test: Fail # Bug 4018 |
| 48 | 48 |
| 49 symbol_test/01: Fail, Pass # bug 11669 | 49 symbol_test/01: Fail, Pass # bug 11669 |
| 50 symbol_test/02: Fail, Pass # bug 11669 | 50 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 51 symbol_test/03: Fail, Pass # bug 11669 | 51 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 52 | 52 |
| 53 [ $compiler == none || $compiler == dart2dart ] | 53 [ $compiler == none || $compiler == dart2dart ] |
| 54 symbol_test/none: Fail # bug 11669 | 54 symbol_test/none: Fail # bug 11669 |
| 55 | 55 |
| 56 [ $compiler == none && $runtime == drt ] | 56 [ $compiler == none && $runtime == drt ] |
| 57 main_test: Fail # Dartium needs to check for both main() and main(args). | 57 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 58 | 58 |
| 59 [ $compiler == none && $runtime == dartium ] | 59 [ $compiler == none && $runtime == dartium ] |
| 60 main_test: Fail # Dartium needs to check for both main() and main(args). | 60 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 61 | 61 |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 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 | 115 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 |
| 116 | 116 |
| 117 [ $compiler == dart2analyzer ] | 117 [ $compiler == dart2analyzer ] |
| 118 symbol_test/02: Fail | 118 symbol_test/02: Fail |
| 119 symbol_test/03: Fail | 119 symbol_test/03: Fail |
| 120 int_parse_radix_test: fail | 120 int_parse_radix_test: fail |
| 121 list_insert_test: fail | 121 list_insert_test: fail |
| 122 list_removeat_test: fail | 122 list_removeat_test: fail |
| 123 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 | 123 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 |
| 124 | 124 |
| 125 [ $arch == arm ] | |
| 126 collection_to_string_test: Pass, Crash # Issue: 11207 | |
| 127 | |
| 128 [ $arch == simarm && $mode == debug ] | |
| 129 collection_to_string_test: Pass, Crash # Issue: 11207 | |
| 130 | |
| 131 [ $arch == simmips ] | 125 [ $arch == simmips ] |
| 132 int_parse_radix_test: Skip # Timeout | 126 int_parse_radix_test: Skip # Timeout |
| 133 | 127 |
| 134 [ $arch == simmips && $checked ] | |
| 135 collection_length_test: Pass, Timeout | |
| 136 | |
| 137 [ $arch == simarm && $checked ] | 128 [ $arch == simarm && $checked ] |
| 138 num_parse_test: Pass, Timeout | 129 num_parse_test: Pass, Timeout |
| 139 | 130 |
| 140 [ $arch == simmips && $mode == debug ] | |
| 141 collection_to_string_test: Pass, Crash # Issue: 11207 | |
| 142 | |
| 143 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 131 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 144 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 132 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 145 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 133 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 146 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 134 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 147 string_test: StaticWarning, OK # Test generates error on purpose. | 135 string_test: StaticWarning, OK # Test generates error on purpose. |
| 148 | 136 |
| 149 [ $compiler == dart2js && $runtime == safari ] | 137 [ $compiler == dart2js && $runtime == safari ] |
| 150 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 138 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 151 | 139 |
| 152 [ $runtime == ie9 || $runtime == ie10 ] | 140 [ $runtime == ie9 || $runtime == ie10 ] |
| 153 num_parse_test: RuntimeError # Issue 15316 | 141 num_parse_test: RuntimeError # Issue 15316 |
| 154 num_parse_test/01: RuntimeError # Issue 15316 | 142 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |