| 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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 input_element_test/supported_date: Fail | 289 input_element_test/supported_date: Fail |
| 290 input_element_test/supported_datetime-local: Fail | 290 input_element_test/supported_datetime-local: Fail |
| 291 touchevent_test/supported: Fail # Safari does not support TouchEvents | 291 touchevent_test/supported: Fail # Safari does not support TouchEvents |
| 292 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. | 292 notification_test/constructors: Fail # Safari doesn't let us access the fields o
f the Notification to verify them. |
| 293 | 293 |
| 294 [ $runtime == safari ] | 294 [ $runtime == safari ] |
| 295 indexeddb_1_test/functional: Skip # Times out. Issue 21433 | 295 indexeddb_1_test/functional: Skip # Times out. Issue 21433 |
| 296 indexeddb_2_test: RuntimeError # Issue 21433 | 296 indexeddb_2_test: RuntimeError # Issue 21433 |
| 297 indexeddb_4_test: RuntimeError # Issue 21433 | 297 indexeddb_4_test: RuntimeError # Issue 21433 |
| 298 indexeddb_5_test: RuntimeError # Issue 21433 | 298 indexeddb_5_test: RuntimeError # Issue 21433 |
| 299 js_test: RuntimeError # Issue 21434 | |
| 300 | 299 |
| 301 [ $runtime == opera ] | 300 [ $runtime == opera ] |
| 302 blob_constructor_test: Fail | 301 blob_constructor_test: Fail |
| 303 canvas_test: Fail | 302 canvas_test: Fail |
| 304 canvas_test: Pass,Fail | 303 canvas_test: Pass,Fail |
| 305 cssstyledeclaration_test: Fail | 304 cssstyledeclaration_test: Fail |
| 306 document_test/document: Fail # Issue: 7413 | 305 document_test/document: Fail # Issue: 7413 |
| 307 element_add_test: Fail | 306 element_add_test: Fail |
| 308 element_constructor_1_test: Fail | 307 element_constructor_1_test: Fail |
| 309 element_test/children: Fail # Issue: 7413 | 308 element_test/children: Fail # Issue: 7413 |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 551 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 550 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 552 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 551 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 553 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme
nted. | 552 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme
nted. |
| 554 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp
lemented. | 553 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp
lemented. |
| 555 window_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 554 window_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 556 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 555 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 557 worker_test: Crash # try/finally | 556 worker_test: Crash # try/finally |
| 558 xhr_cross_origin_test: Crash # try/finally | 557 xhr_cross_origin_test: Crash # try/finally |
| 559 xhr_test: Crash # try/finally | 558 xhr_test: Crash # try/finally |
| 560 xsltprocessor_test: Crash # try/finally | 559 xsltprocessor_test: Crash # try/finally |
| OLD | NEW |