| 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 == dart2js && $csp ] | 9 [ $compiler == dart2js && $csp ] |
| 10 custom/js_custom_test: Fail # Issue 14643 | 10 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 394 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 395 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 395 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 396 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 396 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 397 | 397 |
| 398 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] | 398 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] |
| 399 wheelevent_test: Fail # http://dartbug.com/12958 | 399 wheelevent_test: Fail # http://dartbug.com/12958 |
| 400 | 400 |
| 401 [ $compiler == none && $runtime == dartium ] | 401 [ $compiler == none && $runtime == dartium ] |
| 402 async_test: Timeout # Issue 13719: Please triage this failure. | 402 async_test: Timeout # Issue 13719: Please triage this failure. |
| 403 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | 403 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 |
| 404 touchevent_test/supported: Fail # Issue 13719: Please triage this failure. | |
| 405 | 404 |
| 406 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 405 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 407 audiocontext_test: StaticWarning | 406 audiocontext_test: StaticWarning |
| 408 custom/document_register_basic_test: StaticWarning | 407 custom/document_register_basic_test: StaticWarning |
| 409 datalistelement_test: StaticWarning | 408 datalistelement_test: StaticWarning |
| 410 documentfragment_test: StaticWarning | 409 documentfragment_test: StaticWarning |
| 411 element_add_test: StaticWarning | 410 element_add_test: StaticWarning |
| 412 element_test: StaticWarning | 411 element_test: StaticWarning |
| 413 events_test: StaticWarning | 412 events_test: StaticWarning |
| 414 htmlelement_test: StaticWarning | 413 htmlelement_test: StaticWarning |
| 415 localstorage_test: StaticWarning | 414 localstorage_test: StaticWarning |
| 416 mutationobserver_test: StaticWarning | 415 mutationobserver_test: StaticWarning |
| 417 track_element_constructor_test: StaticWarning | 416 track_element_constructor_test: StaticWarning |
| 418 transferables_test: StaticWarning | 417 transferables_test: StaticWarning |
| 419 typed_arrays_range_checks_test: StaticWarning | 418 typed_arrays_range_checks_test: StaticWarning |
| 420 typing_test: StaticWarning | 419 typing_test: StaticWarning |
| 421 webgl_1_test: StaticWarning | 420 webgl_1_test: StaticWarning |
| 422 window_nosuchmethod_test: StaticWarning | 421 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |