| 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 115 | 115 |
| 116 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 116 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 117 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 117 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 118 | 118 |
| 119 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 119 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 120 | 120 |
| 121 [ $compiler == dart2dart ] | 121 [ $compiler == dart2dart ] |
| 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 | |
| 126 [ $compiler == none || $compiler == dart2js || $compiler == dart2dart ] | |
| 127 map_keys2_test: RuntimeError # Generic types aren't right. | |
| 128 | |
| 129 [ $compiler == dart2js ] | 125 [ $compiler == dart2js ] |
| 130 map_values2_test: RuntimeError # Generic types aren't right | 126 map_values2_test: RuntimeError # Issue 8210 |
| 131 | 127 iterable_to_list_test: RuntimeError # Issue 8210 |
| 132 ## Tests failing after merge of experimental library branch. | 128 iterable_to_set_test: RuntimeError # Issue 8210 |
| 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 | 129 |
| 138 [ $compiler == dart2dart && $minified ] | 130 [ $compiler == dart2dart && $minified ] |
| 139 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | 131 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. |
| 140 | 132 |
| 141 [ $compiler == dartanalyzer ] | 133 [ $compiler == dartanalyzer ] |
| 142 symbol_test/02: Fail | 134 symbol_test/02: Fail |
| 143 symbol_test/03: Fail | 135 symbol_test/03: Fail |
| 144 int_parse_radix_test: fail | 136 int_parse_radix_test: fail |
| 145 list_insert_test: fail | 137 list_insert_test: fail |
| 146 list_removeat_test: fail | 138 list_removeat_test: fail |
| (...skipping 16 matching lines...) Expand all Loading... |
| 163 [ $arch == simmips ] | 155 [ $arch == simmips ] |
| 164 int_parse_radix_test: Skip # Timeout | 156 int_parse_radix_test: Skip # Timeout |
| 165 | 157 |
| 166 [ $arch == simmips && $checked ] | 158 [ $arch == simmips && $checked ] |
| 167 collection_length_test: Pass, Timeout | 159 collection_length_test: Pass, Timeout |
| 168 | 160 |
| 169 [ $arch == simmips && $mode == debug ] | 161 [ $arch == simmips && $mode == debug ] |
| 170 collection_to_string_test: Pass, Crash # Issue: 11207 | 162 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 171 | 163 |
| 172 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 164 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 173 collection_to_string_test: StaticWarning | 165 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 174 error_stack_trace_test: StaticWarning | 166 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 175 iterable_element_at_test: StaticWarning | 167 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 176 iterable_test: StaticWarning | 168 queue_test: StaticWarning # Issue 12274. |
| 177 list_map_test: StaticWarning | 169 string_test: StaticWarning, OK # Test generates error on purpose. |
| 178 num_clamp_test: StaticWarning | |
| 179 queue_test: StaticWarning | |
| 180 string_codeunits_test: StaticWarning | |
| 181 string_test: StaticWarning | |
| OLD | NEW |