| 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 24 matching lines...) Expand all Loading... |
| 35 bool_from_environment2_test/04: Fail | 35 bool_from_environment2_test/04: Fail |
| 36 int_from_environment3_test/01: Fail | 36 int_from_environment3_test/01: Fail |
| 37 int_from_environment3_test/02: Fail | 37 int_from_environment3_test/02: Fail |
| 38 int_from_environment3_test/03: Fail | 38 int_from_environment3_test/03: Fail |
| 39 int_from_environment3_test/04: Fail | 39 int_from_environment3_test/04: Fail |
| 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 # Skip these tests until we wipe the compilation cache of bots. | |
| 46 [ $browser ] | |
| 47 bool_from_environment2_test: Skip | |
| 48 bool_from_environment_default_value_test: Skip | |
| 49 bool_from_environment_test: Skip | |
| 50 int_from_environment2_test: Skip | |
| 51 int_from_environment3_test: Skip | |
| 52 int_from_environment_default_value_test: Skip | |
| 53 int_from_environment_test: Skip | |
| 54 string_from_environment2_test: Skip | |
| 55 string_from_environment3_test: Skip | |
| 56 string_from_environment_default_value: Skip | |
| 57 string_from_environment_test: Skip | |
| 58 | |
| 59 | |
| 60 [ $compiler == none ] | 45 [ $compiler == none ] |
| 61 unicode_test: Fail # Bug 6706 | 46 unicode_test: Fail # Bug 6706 |
| 62 compare_to2_test: Fail # Bug 4018 | 47 compare_to2_test: Fail # Bug 4018 |
| 63 | 48 |
| 64 symbol_test/01: Fail, Pass # bug 11669 | 49 symbol_test/01: Fail, Pass # bug 11669 |
| 65 symbol_test/02: Fail, Pass # bug 11669 | 50 symbol_test/02: Fail, Pass # bug 11669 |
| 66 symbol_test/03: Fail, Pass # bug 11669 | 51 symbol_test/03: Fail, Pass # bug 11669 |
| 67 | 52 |
| 68 [ $compiler == none || $compiler == dart2dart ] | 53 [ $compiler == none || $compiler == dart2dart ] |
| 69 symbol_test/none: Fail # bug 11669 | 54 symbol_test/none: Fail # bug 11669 |
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 157 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 173 collection_to_string_test: StaticWarning | 158 collection_to_string_test: StaticWarning |
| 174 error_stack_trace_test: StaticWarning | 159 error_stack_trace_test: StaticWarning |
| 175 iterable_element_at_test: StaticWarning | 160 iterable_element_at_test: StaticWarning |
| 176 iterable_test: StaticWarning | 161 iterable_test: StaticWarning |
| 177 list_map_test: StaticWarning | 162 list_map_test: StaticWarning |
| 178 num_clamp_test: StaticWarning | 163 num_clamp_test: StaticWarning |
| 179 queue_test: StaticWarning | 164 queue_test: StaticWarning |
| 180 string_codeunits_test: StaticWarning | 165 string_codeunits_test: StaticWarning |
| 181 string_test: StaticWarning | 166 string_test: StaticWarning |
| OLD | NEW |