Chromium Code Reviews| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 122 compare_to2_test: Fail # inherited from VM | 122 compare_to2_test: Fail # inherited from VM |
| 123 unicode_test: Fail # inherited from VM | 123 unicode_test: Fail # inherited from VM |
| 124 | 124 |
| 125 # Library changes | 125 # Library changes |
| 126 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | 126 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] |
| 127 map_keys2_test: RuntimeError # Generic types aren't right. | 127 map_keys2_test: RuntimeError # Generic types aren't right. |
| 128 | 128 |
| 129 [ $compiler == dart2js ] | 129 [ $compiler == dart2js ] |
| 130 map_values2_test: RuntimeError # Generic types aren't right | 130 map_values2_test: RuntimeError # Generic types aren't right |
| 131 | 131 |
| 132 ## Tests failing after merge of experimental library branch. | 132 ## Tests failing after merge of experimental library branch. |
|
kasperl
2013/11/01 10:30:57
Remove this comment too.
karlklose
2013/11/01 10:35:01
Done.
| |
| 133 [ $compiler == dart2js ] | |
| 134 # Tests fail due to bug in generics on constants, issue 6827 | |
| 135 iterable_to_list_test: RuntimeError | |
| 136 iterable_to_set_test: RuntimeError | |
| 137 | |
| 138 [ $compiler == dart2dart && $minified ] | 133 [ $compiler == dart2dart && $minified ] |
| 139 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. | 134 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. |
| 140 | 135 |
| 141 [ $compiler == dartanalyzer ] | 136 [ $compiler == dartanalyzer ] |
| 142 symbol_test/02: Fail | 137 symbol_test/02: Fail |
| 143 symbol_test/03: Fail | 138 symbol_test/03: Fail |
| 144 int_parse_radix_test: fail | 139 int_parse_radix_test: fail |
| 145 list_insert_test: fail | 140 list_insert_test: fail |
| 146 list_removeat_test: fail | 141 list_removeat_test: fail |
| 147 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 | 142 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 |
| (...skipping 24 matching lines...) Expand all Loading... | |
| 172 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 167 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 173 collection_to_string_test: StaticWarning | 168 collection_to_string_test: StaticWarning |
| 174 error_stack_trace_test: StaticWarning | 169 error_stack_trace_test: StaticWarning |
| 175 iterable_element_at_test: StaticWarning | 170 iterable_element_at_test: StaticWarning |
| 176 iterable_test: StaticWarning | 171 iterable_test: StaticWarning |
| 177 list_map_test: StaticWarning | 172 list_map_test: StaticWarning |
| 178 num_clamp_test: StaticWarning | 173 num_clamp_test: StaticWarning |
| 179 queue_test: StaticWarning | 174 queue_test: StaticWarning |
| 180 string_codeunits_test: StaticWarning | 175 string_codeunits_test: StaticWarning |
| 181 string_test: StaticWarning | 176 string_test: StaticWarning |
| OLD | NEW |