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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 104 [ $compiler == dart2js && $runtime == ie9 ] | 104 [ $compiler == dart2js && $runtime == ie9 ] |
| 105 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? | 105 string_base_vm_test: Fail # BUG(3304): Maybe this doesn't time out? |
| 106 list_test: Fail # IE doesn't support typed data. | 106 list_test: Fail # IE doesn't support typed data. |
| 107 shuffle_test: Fail # IE doesn't support typed data. | 107 shuffle_test: Fail # IE doesn't support typed data. |
| 108 | 108 |
| 109 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 109 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 110 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 110 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 111 | 111 |
| 112 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] | 112 [ $compiler == dart2js && ($runtime == firefox || $runtime == safari || $runtime == chrome || $runtime == drt) ] |
| 113 | 113 |
| 114 [ $compiler == dart2js && ($runtime == d8 || $runtime == chrome || $runtime == d rt || $runtime == safari) ] | |
| 115 string_trimlr_test/none: Fail # Bug in v8. Fixed in v8 r19222, 2014-02-10. | |
|
floitsch
2014/03/12 12:34:29
If it was just a v8 bug we could ignore it and wai
Lasse Reichstein Nielsen
2014/03/12 14:54:50
The change would be not using the JS trim function
| |
| 116 | |
| 114 [ $compiler == dart2dart ] | 117 [ $compiler == dart2dart ] |
| 115 compare_to2_test: Fail # inherited from VM | 118 compare_to2_test: Fail # inherited from VM |
| 116 unicode_test: Fail # inherited from VM | 119 unicode_test: Fail # inherited from VM |
| 117 | 120 |
| 118 [ $compiler == dart2dart && $minified ] | 121 [ $compiler == dart2dart && $minified ] |
| 119 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. | 122 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. |
| 120 | 123 |
| 121 [ $compiler == dartanalyzer ] | 124 [ $compiler == dartanalyzer ] |
| 122 symbol_test/02: Fail | 125 symbol_test/02: Fail |
| 123 symbol_test/03: Fail | 126 symbol_test/03: Fail |
| (...skipping 21 matching lines...) Expand all Loading... | |
| 145 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 148 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 146 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 149 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 147 string_test: StaticWarning, OK # Test generates error on purpose. | 150 string_test: StaticWarning, OK # Test generates error on purpose. |
| 148 | 151 |
| 149 [ $compiler == dart2js && $runtime == safari ] | 152 [ $compiler == dart2js && $runtime == safari ] |
| 150 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 153 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 151 | 154 |
| 152 [ $runtime == ie9 || $runtime == ie10 ] | 155 [ $runtime == ie9 || $runtime == ie10 ] |
| 153 num_parse_test: RuntimeError # Issue 15316 | 156 num_parse_test: RuntimeError # Issue 15316 |
| 154 num_parse_test/01: RuntimeError # Issue 15316 | 157 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |