| 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 9 | 9 |
| 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 264 | 264 |
| 265 [ $runtime == safari ] | 265 [ $runtime == safari ] |
| 266 input_element_test/supported_month: RuntimeError | 266 input_element_test/supported_month: RuntimeError |
| 267 input_element_test/supported_time: RuntimeError | 267 input_element_test/supported_time: RuntimeError |
| 268 input_element_test/supported_week: RuntimeError | 268 input_element_test/supported_week: RuntimeError |
| 269 input_element_test/supported_date: Fail | 269 input_element_test/supported_date: Fail |
| 270 input_element_test/supported_datetime-local: Fail | 270 input_element_test/supported_datetime-local: Fail |
| 271 touchevent_test/supported: Fail | 271 touchevent_test/supported: Fail |
| 272 | 272 |
| 273 [ $runtime == safari && ($builder_tag == mac10_8 || $builder_tag == mac10_9) ] | 273 [ $runtime == safari && ($builder_tag == mac10_8 || $builder_tag == mac10_9) ] |
| 274 indexeddb_1_test/functional: RuntimeError # Issue 21433 | 274 indexeddb_1_test/functional: Skip # Times out. Issue 21433 |
| 275 indexeddb_2_test: RuntimeError # Issue 21433 | 275 indexeddb_2_test: RuntimeError # Issue 21433 |
| 276 indexeddb_4_test: RuntimeError # Issue 21433 | 276 indexeddb_4_test: RuntimeError # Issue 21433 |
| 277 indexeddb_5_test: RuntimeError # Issue 21433 | 277 indexeddb_5_test: RuntimeError # Issue 21433 |
| 278 wheelevent_test: RuntimeError # Issue 21434 | 278 wheelevent_test: RuntimeError # Issue 21434 |
| 279 js_test: RuntimeError # Issue 21434 | 279 js_test: RuntimeError # Issue 21434 |
| 280 | 280 |
| 281 [ $runtime == opera ] | 281 [ $runtime == opera ] |
| 282 blob_constructor_test: Fail | 282 blob_constructor_test: Fail |
| 283 canvas_test: Fail | 283 canvas_test: Fail |
| 284 canvas_test: Pass,Fail | 284 canvas_test: Pass,Fail |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 393 events_test: StaticWarning | 393 events_test: StaticWarning |
| 394 htmlelement_test: StaticWarning | 394 htmlelement_test: StaticWarning |
| 395 localstorage_test: StaticWarning | 395 localstorage_test: StaticWarning |
| 396 mutationobserver_test: StaticWarning | 396 mutationobserver_test: StaticWarning |
| 397 track_element_constructor_test: StaticWarning | 397 track_element_constructor_test: StaticWarning |
| 398 transferables_test: StaticWarning | 398 transferables_test: StaticWarning |
| 399 typed_arrays_range_checks_test: StaticWarning | 399 typed_arrays_range_checks_test: StaticWarning |
| 400 typing_test: StaticWarning | 400 typing_test: StaticWarning |
| 401 webgl_1_test: StaticWarning | 401 webgl_1_test: StaticWarning |
| 402 window_nosuchmethod_test: StaticWarning | 402 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |