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 |
| 11 # Isloate implementation is private after the unification. | |
|
Mads Ager (google)
2012/08/22 10:30:59
Isloate -> Isolate
Please file a bug that the js
Anders Johnsen
2012/08/22 11:24:30
Done.
| |
| 12 js_interop_4_test: Fail | |
| 13 js_interop_func_passing_test: Fail | |
| 14 js_interop_3_test: Fail | |
| 15 | |
| 11 [ $runtime == drt ] | 16 [ $runtime == drt ] |
| 12 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. | 17 xhr_cross_origin_test: Skip # Issue 4502: Passes with --allow-external-pages. |
| 13 | 18 |
| 14 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 19 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 15 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented | 20 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl emented |
| 16 #htmloptionscollection_test: Fail # TODO(asiva): investigate. | 21 #htmloptionscollection_test: Fail # TODO(asiva): investigate. |
| 17 | 22 |
| 18 [ $compiler == none && $runtime == drt && $system == windows] | 23 [ $compiler == none && $runtime == drt && $system == windows] |
| 19 audiocontext_test: Skip | 24 audiocontext_test: Skip |
| 20 | 25 |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 214 svg_3_test: Skip # Timeout | 219 svg_3_test: Skip # Timeout |
| 215 documentfragment_test: Skip # Timeout | 220 documentfragment_test: Skip # Timeout |
| 216 fileapi_test: Skip # Issue 3022 | 221 fileapi_test: Skip # Issue 3022 |
| 217 | 222 |
| 218 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 223 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 219 css_test: Pass, Fail # Issue #2823 | 224 css_test: Pass, Fail # Issue #2823 |
| 220 fileapi_test: Skip # Issue 3022 | 225 fileapi_test: Skip # Issue 3022 |
| 221 | 226 |
| 222 [ $compiler == dart2js && $runtime == drt && $system == macos ] | 227 [ $compiler == dart2js && $runtime == drt && $system == macos ] |
| 223 indexeddb_2_test: Fail # Issue 3669. | 228 indexeddb_2_test: Fail # Issue 3669. |
| OLD | NEW |