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 event_test: Skip # Issue 1996 | 5 event_test: Skip # Issue 1996 |
| 6 webgl_1_test: Skip # Issue 1495 | 6 webgl_1_test: Skip # Issue 1495 |
| 7 xmldocument_test: Skip # XML in dart:html is incomplete | 7 xmldocument_test: Skip # XML in dart:html is incomplete |
| 8 xmlelement_test: Skip # XML in dart:html is incomplete | 8 xmlelement_test: Skip # XML in dart:html is incomplete |
| 9 measurement_test: Pass, Fail # Issue 1940 | 9 measurement_test: Pass, Fail # Issue 1940 |
| 10 | 10 |
| (...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 144 element_test: Fail | 144 element_test: Fail |
| 145 measurement_test: Fail | 145 measurement_test: Fail |
| 146 | 146 |
| 147 [ $compiler == dart2js && $runtime == none ] | 147 [ $compiler == dart2js && $runtime == none ] |
| 148 *: Fail, Pass # TODO(ahe): Triage these tests. | 148 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 149 | 149 |
| 150 [ $compiler == dart2js ] | 150 [ $compiler == dart2js ] |
| 151 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate | 151 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate |
| 152 svgelement2_test: Fail # Html library relies on mangling. Issue 3039. | 152 svgelement2_test: Fail # Html library relies on mangling. Issue 3039. |
| 153 | 153 |
| 154 [ $compiler == dart2js && $runtime == d8 ] | |
| 155 # Should investigate why this test succeeds on d8. | |
|
ahe
2012/05/14 12:24:32
This is --enable-mock-compilation.
| |
| 156 svgelement2_test: Pass | |
| 157 | |
| 154 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] | 158 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] |
| 155 request_animation_frame_test: Skip # Async test hangs. | 159 request_animation_frame_test: Skip # Async test hangs. |
| 156 isolates_test: Skip # Timeout because leg does not support web workers. | 160 isolates_test: Skip # Timeout because leg does not support web workers. |
| 157 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . | 161 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . |
| 158 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' | 162 indexeddb_3_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' |
| 159 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' | 163 indexeddb_4_test: Fail # TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' |
| 160 | 164 |
| 161 # DOM errors. | 165 # DOM errors. |
| 162 indexeddb_2_test: Fail # Uncaught error | 166 indexeddb_2_test: Fail # Uncaught error |
| 163 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' | 167 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' |
| OLD | NEW |