| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. | 6 interactive_test: Skip # Must be run manually. |
| 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 7 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) | 8 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 9 [ $runtime == drt || $runtime == dartium ] | 9 [ $runtime == drt || $runtime == dartium ] |
| 10 custom/template_wrappers_test: Pass # Issue 16656 Override others | 10 custom/template_wrappers_test: Pass # Issue 16656 Override others |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 | 64 |
| 65 | 65 |
| 66 [ $compiler == dart2js && $runtime == ie10 ] | 66 [ $compiler == dart2js && $runtime == ie10 ] |
| 67 indexeddb_5_test: Fail # Issue 12893 | 67 indexeddb_5_test: Fail # Issue 12893 |
| 68 js_test: Fail # Issue 14246 | 68 js_test: Fail # Issue 14246 |
| 69 | 69 |
| 70 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] | 70 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] |
| 71 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. | 71 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. |
| 72 | 72 |
| 73 [ $runtime == chrome ] | 73 [ $runtime == chrome ] |
| 74 touchevent_test/supported: Pass, Fail # Issue 17061 |
| 75 xhr_cross_origin_test: Pass, Fail # Issue 11884 |
| 74 xhr_test: Pass, Fail # Issue 11884 | 76 xhr_test: Pass, Fail # Issue 11884 |
| 75 xhr_cross_origin_test: Pass, Fail # Issue 11884 | |
| 76 | 77 |
| 77 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] | 78 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr
omeOnAndroid] |
| 78 webgl_1_test: Pass, Fail # Issue 8219 | 79 webgl_1_test: Pass, Fail # Issue 8219 |
| 79 | 80 |
| 80 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 81 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 81 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 82 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 82 worker_api_test: Fail # http://dartbug.com/10223 | 83 worker_api_test: Fail # http://dartbug.com/10223 |
| 83 | 84 |
| 84 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 85 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 85 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 86 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| (...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 events_test: StaticWarning | 394 events_test: StaticWarning |
| 394 htmlelement_test: StaticWarning | 395 htmlelement_test: StaticWarning |
| 395 localstorage_test: StaticWarning | 396 localstorage_test: StaticWarning |
| 396 mutationobserver_test: StaticWarning | 397 mutationobserver_test: StaticWarning |
| 397 track_element_constructor_test: StaticWarning | 398 track_element_constructor_test: StaticWarning |
| 398 transferables_test: StaticWarning | 399 transferables_test: StaticWarning |
| 399 typed_arrays_range_checks_test: StaticWarning | 400 typed_arrays_range_checks_test: StaticWarning |
| 400 typing_test: StaticWarning | 401 typing_test: StaticWarning |
| 401 webgl_1_test: StaticWarning | 402 webgl_1_test: StaticWarning |
| 402 window_nosuchmethod_test: StaticWarning | 403 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |