| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 | 100 |
| 101 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 101 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 102 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 102 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 103 | 103 |
| 104 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] | 104 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime
== chrome || $runtime == drt) ] |
| 105 | 105 |
| 106 [ $compiler == dart2dart ] | 106 [ $compiler == dart2dart ] |
| 107 compare_to2_test: Fail # inherited from VM | 107 compare_to2_test: Fail # inherited from VM |
| 108 unicode_test: Fail # inherited from VM | 108 unicode_test: Fail # inherited from VM |
| 109 | 109 |
| 110 [ $compiler == dart2js && $unchecked ] | |
| 111 map_values4_test: RuntimeError # Issue: 14837 | |
| 112 | |
| 113 [ $compiler == dart2dart && $minified ] | 110 [ $compiler == dart2dart && $minified ] |
| 114 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. | 111 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n
ames. |
| 115 | 112 |
| 116 [ $compiler == dartanalyzer ] | 113 [ $compiler == dartanalyzer ] |
| 117 symbol_test/02: Fail | 114 symbol_test/02: Fail |
| 118 symbol_test/03: Fail | 115 symbol_test/03: Fail |
| 119 int_parse_radix_test: fail | 116 int_parse_radix_test: fail |
| 120 list_insert_test: fail | 117 list_insert_test: fail |
| 121 list_removeat_test: fail | 118 list_removeat_test: fail |
| 122 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 | 119 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 20 matching lines...) Expand all Loading... |
| 143 | 140 |
| 144 [ $arch == simmips && $mode == debug ] | 141 [ $arch == simmips && $mode == debug ] |
| 145 collection_to_string_test: Pass, Crash # Issue: 11207 | 142 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 146 | 143 |
| 147 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 144 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 148 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 145 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 149 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 146 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 150 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 147 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 151 queue_test: StaticWarning # Issue 12274. | 148 queue_test: StaticWarning # Issue 12274. |
| 152 string_test: StaticWarning, OK # Test generates error on purpose. | 149 string_test: StaticWarning, OK # Test generates error on purpose. |
| OLD | NEW |