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 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 ] | 110 [ $compiler == dart2js && $unchecked ] |
| 111 map_values2_test: RuntimeError, OK # Uses IterableBase.map, which loses the seco nd type argument. | 111 map_values4_test: RuntimeError # Issue: 14837 |
|
karlklose
2013/11/06 14:14:52
I have a CL that fixes this bug.
floitsch
2013/11/06 20:57:26
Ok. I will land this CL before yours. Don't forget
| |
| 112 | 112 |
| 113 [ $compiler == dart2dart && $minified ] | 113 [ $compiler == dart2dart && $minified ] |
| 114 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. | 114 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. |
| 115 | 115 |
| 116 [ $compiler == dartanalyzer ] | 116 [ $compiler == dartanalyzer ] |
| 117 symbol_test/02: Fail | 117 symbol_test/02: Fail |
| 118 symbol_test/03: Fail | 118 symbol_test/03: Fail |
| 119 int_parse_radix_test: fail | 119 int_parse_radix_test: fail |
| 120 list_insert_test: fail | 120 list_insert_test: fail |
| 121 list_removeat_test: fail | 121 list_removeat_test: fail |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 143 | 143 |
| 144 [ $arch == simmips && $mode == debug ] | 144 [ $arch == simmips && $mode == debug ] |
| 145 collection_to_string_test: Pass, Crash # Issue: 11207 | 145 collection_to_string_test: Pass, Crash # Issue: 11207 |
| 146 | 146 |
| 147 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 147 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 148 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 148 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 149 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 149 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 150 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 150 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 151 queue_test: StaticWarning # Issue 12274. | 151 queue_test: StaticWarning # Issue 12274. |
| 152 string_test: StaticWarning, OK # Test generates error on purpose. | 152 string_test: StaticWarning, OK # Test generates error on purpose. |
| OLD | NEW |