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 # Skip these tests until XXX.fromEnvironment in dart2js lands. |
| 6 [ $compiler == dart2js || $compiler == dart2dart] |
| 7 bool_from_environment2_test: Skip |
| 8 bool_from_environment_default_value_test: Skip |
| 9 bool_from_environment_test: Skip |
| 10 int_from_environment2_test: Skip |
| 11 int_from_environment3_test: Skip |
| 12 int_from_environment_default_value_test: Skip |
| 13 int_from_environment_test: Skip |
| 14 string_from_environment2_test: Skip |
| 15 string_from_environment3_test: Skip |
| 16 string_from_environment_default_value: Skip |
| 17 string_from_environment_test: Skip |
| 18 |
5 [ $compiler == none ] | 19 [ $compiler == none ] |
6 unicode_test: Fail # Bug 6706 | 20 unicode_test: Fail # Bug 6706 |
7 compare_to2_test: Fail # Bug 4018 | 21 compare_to2_test: Fail # Bug 4018 |
8 | 22 |
9 symbol_test/01: Fail, Pass # bug 11669 | 23 symbol_test/01: Fail, Pass # bug 11669 |
10 symbol_test/02: Fail, Pass # bug 11669 | 24 symbol_test/02: Fail, Pass # bug 11669 |
11 symbol_test/03: Fail, Pass # bug 11669 | 25 symbol_test/03: Fail, Pass # bug 11669 |
12 | 26 |
13 [ $compiler == none || $compiler == dart2dart ] | 27 [ $compiler == none || $compiler == dart2dart ] |
14 symbol_test/none: Fail # bug 11669 | 28 symbol_test/none: Fail # bug 11669 |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
115 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 129 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
116 collection_to_string_test: StaticWarning | 130 collection_to_string_test: StaticWarning |
117 error_stack_trace_test: StaticWarning | 131 error_stack_trace_test: StaticWarning |
118 iterable_element_at_test: StaticWarning | 132 iterable_element_at_test: StaticWarning |
119 iterable_test: StaticWarning | 133 iterable_test: StaticWarning |
120 list_map_test: StaticWarning | 134 list_map_test: StaticWarning |
121 num_clamp_test: StaticWarning | 135 num_clamp_test: StaticWarning |
122 queue_test: StaticWarning | 136 queue_test: StaticWarning |
123 string_codeunits_test: StaticWarning | 137 string_codeunits_test: StaticWarning |
124 string_test: StaticWarning | 138 string_test: StaticWarning |
OLD | NEW |