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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 119 string_case_test/01: Fail, OK # Bug in IE. | 119 string_case_test/01: Fail, OK # Bug in IE. |
| 120 string_case_test/02: Fail, OK # Bug in IE. | 120 string_case_test/02: Fail, OK # Bug in IE. |
| 121 | 121 |
| 122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 122 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 123 string_case_test/01: Fail, OK # Bug in Firefox. | 123 string_case_test/01: Fail, OK # Bug in Firefox. |
| 124 | 124 |
| 125 [ $compiler == dart2js && $runtime == dartium ] | 125 [ $compiler == dart2js && $runtime == dartium ] |
| 126 string_case_test/02: Fail, OK # Bug in dartium version of V8. | 126 string_case_test/02: Fail, OK # Bug in dartium version of V8. |
| 127 string_case_test/03: Fail, OK # Bug in dartium version of V8. | 127 string_case_test/03: Fail, OK # Bug in dartium version of V8. |
| 128 | 128 |
| 129 [ $compiler == dart2js && $runtime == chrome ] | |
| 130 string_case_test/02: Fail, OK # Bug in Chrome. Please file issue. | |
|
ricow1
2014/04/09 08:10:56
did we? Who is that comment for?
Lasse Reichstein Nielsen
2014/04/09 08:54:45
This is a bug in v8, and I thought it already had
Lasse Reichstein Nielsen
2014/04/09 08:57:04
This could probably be combined with the ($runtime
| |
| 129 | 131 |
| 130 [ $compiler == dart2js && $checked ] | 132 [ $compiler == dart2js && $checked ] |
| 131 map_test: Crash # Issue 17829 | 133 map_test: Crash # Issue 17829 |
| 132 | 134 |
| 133 [ $compiler == dart2dart ] | 135 [ $compiler == dart2dart ] |
| 134 compare_to2_test: Fail # inherited from VM | 136 compare_to2_test: Fail # inherited from VM |
| 135 unicode_test: Fail # inherited from VM | 137 unicode_test: Fail # inherited from VM |
| 136 | 138 |
| 137 [ $compiler == dart2dart && $minified ] | 139 [ $compiler == dart2dart && $minified ] |
| 138 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. | 140 error_stack_trace1_test: Fail # Fails in minified mode, test depends on method n ames. |
| (...skipping 28 matching lines...) Expand all Loading... | |
| 167 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 169 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 168 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 170 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 169 string_test: StaticWarning, OK # Test generates error on purpose. | 171 string_test: StaticWarning, OK # Test generates error on purpose. |
| 170 | 172 |
| 171 [ $compiler == dart2js && $runtime == safari ] | 173 [ $compiler == dart2js && $runtime == safari ] |
| 172 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 174 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 173 | 175 |
| 174 [ $runtime == ie9 || $runtime == ie10 ] | 176 [ $runtime == ie9 || $runtime == ie10 ] |
| 175 num_parse_test: RuntimeError # Issue 15316 | 177 num_parse_test: RuntimeError # Issue 15316 |
| 176 num_parse_test/01: RuntimeError # Issue 15316 | 178 num_parse_test/01: RuntimeError # Issue 15316 |
| OLD | NEW |