| 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 window_open_test: Fail, Pass # http://dartbug.com/5151 | 5 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 6 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 webgl_1_test: Skip # Issue 1495 | 8 webgl_1_test: Skip # Issue 1495 |
| 9 xmldocument_test: Skip # XML in dart:html is incomplete | 9 xmldocument_test: Skip # XML in dart:html is incomplete |
| 10 xmlelement_test: Skip # XML in dart:html is incomplete | 10 xmlelement_test: Skip # XML in dart:html is incomplete |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 | 25 |
| 26 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 26 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 27 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 27 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 28 | 28 |
| 29 [ $compiler == dart2js && $runtime == drt && $system == windows] | 29 [ $compiler == dart2js && $runtime == drt && $system == windows] |
| 30 audiocontext_test: Fail # Issue 4517 | 30 audiocontext_test: Fail # Issue 4517 |
| 31 audioelement_test: Fail # Issue 4517 | 31 audioelement_test: Fail # Issue 4517 |
| 32 blob_constructor_test: Fail # Issue 4517 | 32 blob_constructor_test: Fail # Issue 4517 |
| 33 css_test: Fail # Issue 4517 | 33 css_test: Fail # Issue 4517 |
| 34 htmlaudioelement_test: Fail # Issue 4517 | 34 htmlaudioelement_test: Fail # Issue 4517 |
| 35 form_data_test: Fail # Possibly Issue 4517 |
| 36 fileapi_test: Fail # Possibly Issue 4517 |
| 37 websql_test: Pass, Fail # Possibly Issue 4517 |
| 35 | 38 |
| 36 [ $compiler == none && $runtime == drt && $system == macos] | 39 [ $compiler == none && $runtime == drt && $system == macos] |
| 37 audiocontext_test: Pass, Fail | 40 audiocontext_test: Pass, Fail |
| 38 | 41 |
| 39 [ $compiler == none && $runtime == drt && $system == linux] | 42 [ $compiler == none && $runtime == drt && $system == linux] |
| 40 documentfragment_test: Pass, Timeout | 43 documentfragment_test: Pass, Timeout |
| 41 | 44 |
| 42 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] | 45 [ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome |
| $runtime == opera ] |
| 43 # TODO(vsm): Triage DOM tests. | 46 # TODO(vsm): Triage DOM tests. |
| 44 htmloptionscollection_test: Fail # Issue 3813. | 47 htmloptionscollection_test: Fail # Issue 3813. |
| (...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 197 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 195 css_test: Pass, Fail # Issue #2823 | 198 css_test: Pass, Fail # Issue #2823 |
| 196 | 199 |
| 197 [ $compiler == dart2js && $runtime == ff && $system == windows] | 200 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 198 js_interop_2_test: Fail # Issue 4658. | 201 js_interop_2_test: Fail # Issue 4658. |
| 199 | 202 |
| 200 [ $compiler == dart2js && $checked && $browser] | 203 [ $compiler == dart2js && $checked && $browser] |
| 201 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 204 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| 202 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 205 cross_frame_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| 203 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' | 206 window_open_test: Fail # Caught NoSuchMethodError : method not found: 'is$_Windo
wImpl' |
| OLD | NEW |