| 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 xhr_cross_origin_test: Skip # http://dartbug.com/5645 | 5 xhr_cross_origin_test: Skip # http://dartbug.com/5645 |
| 6 | 6 |
| 7 window_open_test: Fail, Pass # http://dartbug.com/5151 | 7 window_open_test: Fail, Pass # http://dartbug.com/5151 |
| 8 | 8 |
| 9 event_test: Skip # Issue 1996 | 9 event_test: Skip # Issue 1996 |
| 10 webgl_1_test: Skip # Issue 1495 | 10 webgl_1_test: Skip # Issue 1495 |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 unknownelement_test: Fail # Issue 4189 | 54 unknownelement_test: Fail # Issue 4189 |
| 55 | 55 |
| 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] | 56 [ $runtime == dartium || $runtime == chrome || $runtime == ie || $runtime == saf
ari || $runtime == ff || $runtime == opera ] |
| 57 history_test: Fail | 57 history_test: Fail |
| 58 | 58 |
| 59 [ $runtime == ie ] | 59 [ $runtime == ie ] |
| 60 cross_frame_test: Fail # Issue 5651 | 60 cross_frame_test: Fail # Issue 5651 |
| 61 contentelement_test: Fail # ie does not support content element. | 61 contentelement_test: Fail # ie does not support content element. |
| 62 form_data_test: Fail # Issue 4793. | 62 form_data_test: Fail # Issue 4793. |
| 63 form_element_test: Fail # Issue 4793. | 63 form_element_test: Fail # Issue 4793. |
| 64 inner_frame_test: Skip # Issue 5727 (timeout) |
| 64 typed_arrays_1_test: Skip # ie9 does not have typed arrays. | 65 typed_arrays_1_test: Skip # ie9 does not have typed arrays. |
| 65 typed_arrays_2_test: Skip | 66 typed_arrays_2_test: Skip |
| 66 typed_arrays_3_test: Skip | 67 typed_arrays_3_test: Skip |
| 67 typed_arrays_4_test: Skip | 68 typed_arrays_4_test: Skip |
| 68 typed_arrays_5_test: Skip | 69 typed_arrays_5_test: Skip |
| 69 typed_arrays_arraybuffer_test: Skip | 70 typed_arrays_arraybuffer_test: Skip |
| 70 typed_arrays_dataview_test: Skip | 71 typed_arrays_dataview_test: Skip |
| 71 typed_arrays_range_checks_test: Fail | 72 typed_arrays_range_checks_test: Fail |
| 72 element_test: Fail # Bug 5693 | 73 element_test: Fail # Bug 5693 |
| 73 element_webkit_test: Fail | 74 element_webkit_test: Fail |
| (...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 | 223 |
| 223 [ $compiler == dart2js && $runtime == chrome && $system == windows] | 224 [ $compiler == dart2js && $runtime == chrome && $system == windows] |
| 224 css_test: Pass, Fail # Issue #2823 | 225 css_test: Pass, Fail # Issue #2823 |
| 225 | 226 |
| 226 [ $compiler == dart2js && $runtime == ff && $system == windows] | 227 [ $compiler == dart2js && $runtime == ff && $system == windows] |
| 227 js_interop_2_test: Fail # Issue 4658. | 228 js_interop_2_test: Fail # Issue 4658. |
| 228 js_interop_3_test: Fail # Issue 4658. | 229 js_interop_3_test: Fail # Issue 4658. |
| 229 | 230 |
| 230 [ $compiler == dart2js && $checked && $browser] | 231 [ $compiler == dart2js && $checked && $browser] |
| 231 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' | 232 fileapi_test: Fail # TypeError: Object #<DirectoryEntry> has no method 'get$name
' |
| OLD | NEW |