| 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 | 8 |
| 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) | 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189
31 (Disabled for Chrome 35 roll) |
| (...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 xhr_test/json: Fail # Safari doesn't support JSON response type | 250 xhr_test/json: Fail # Safari doesn't support JSON response type |
| 251 | 251 |
| 252 [ $runtime == safari ] | 252 [ $runtime == safari ] |
| 253 input_element_test/supported_month: RuntimeError | 253 input_element_test/supported_month: RuntimeError |
| 254 input_element_test/supported_time: RuntimeError | 254 input_element_test/supported_time: RuntimeError |
| 255 input_element_test/supported_week: RuntimeError | 255 input_element_test/supported_week: RuntimeError |
| 256 input_element_test/supported_date: Fail | 256 input_element_test/supported_date: Fail |
| 257 input_element_test/supported_datetime-local: Fail | 257 input_element_test/supported_datetime-local: Fail |
| 258 touchevent_test/supported: Fail | 258 touchevent_test/supported: Fail |
| 259 | 259 |
| 260 [ $runtime == safari && $builder_tag == mac10_8 ] | 260 [ $runtime == safari && ($builder_tag == mac10_8 || $builder_tag == mac10_9) ] |
| 261 indexeddb_1_test/functional: RuntimeError # Issue 21433 | 261 indexeddb_1_test/functional: RuntimeError # Issue 21433 |
| 262 indexeddb_2_test: RuntimeError # Issue 21433 | 262 indexeddb_2_test: RuntimeError # Issue 21433 |
| 263 indexeddb_4_test: RuntimeError # Issue 21433 | 263 indexeddb_4_test: RuntimeError # Issue 21433 |
| 264 indexeddb_5_test: RuntimeError # Issue 21433 | 264 indexeddb_5_test: RuntimeError # Issue 21433 |
| 265 wheelevent_test: RuntimeError # Issue 21434 | 265 wheelevent_test: RuntimeError # Issue 21434 |
| 266 js_test: RuntimeError # Issue 21434 | 266 js_test: RuntimeError # Issue 21434 |
| 267 element_test/attributes: RuntimeError, Pass # Issue 21434 | |
| 268 svgelement_test/supported_feMerge: RuntimeError, Pass # Issue 21434 | |
| 269 svgelement_test/outerHtml: RuntimeError, Pass # Issue 21434 | |
| 270 svgelement_test/supported_feColorMatrix: RuntimeError, Pass # Issue 21434 | |
| 271 htmloptionscollection_test: RuntimeError, Pass # Issue 21434 | |
| 272 | |
| 273 | 267 |
| 274 [ $runtime == opera ] | 268 [ $runtime == opera ] |
| 275 blob_constructor_test: Fail | 269 blob_constructor_test: Fail |
| 276 canvas_test: Fail | 270 canvas_test: Fail |
| 277 canvas_test: Pass,Fail | 271 canvas_test: Pass,Fail |
| 278 cssstyledeclaration_test: Fail | 272 cssstyledeclaration_test: Fail |
| 279 document_test/document: Fail # Issue: 7413 | 273 document_test/document: Fail # Issue: 7413 |
| 280 element_add_test: Fail | 274 element_add_test: Fail |
| 281 element_constructor_1_test: Fail | 275 element_constructor_1_test: Fail |
| 282 element_test/children: Fail # Issue: 7413 | 276 element_test/children: Fail # Issue: 7413 |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 events_test: StaticWarning | 367 events_test: StaticWarning |
| 374 htmlelement_test: StaticWarning | 368 htmlelement_test: StaticWarning |
| 375 localstorage_test: StaticWarning | 369 localstorage_test: StaticWarning |
| 376 mutationobserver_test: StaticWarning | 370 mutationobserver_test: StaticWarning |
| 377 track_element_constructor_test: StaticWarning | 371 track_element_constructor_test: StaticWarning |
| 378 transferables_test: StaticWarning | 372 transferables_test: StaticWarning |
| 379 typed_arrays_range_checks_test: StaticWarning | 373 typed_arrays_range_checks_test: StaticWarning |
| 380 typing_test: StaticWarning | 374 typing_test: StaticWarning |
| 381 webgl_1_test: StaticWarning | 375 webgl_1_test: StaticWarning |
| 382 window_nosuchmethod_test: StaticWarning | 376 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |