| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $runtime != drt ] | 9 [ $compiler == dart2js && $runtime != drt ] |
| 10 custom_elements_test: Skip | 10 custom_elements_test: Skip |
| (...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 element_types_test/supported_keygen: Fail | 335 element_types_test/supported_keygen: Fail |
| 336 element_types_test/supported_object: Fail | 336 element_types_test/supported_object: Fail |
| 337 element_types_test/supported_shadow: Fail | 337 element_types_test/supported_shadow: Fail |
| 338 element_types_test/supported_track: Fail | 338 element_types_test/supported_track: Fail |
| 339 fileapi_test/supported: Fail | 339 fileapi_test/supported: Fail |
| 340 indexeddb_1_test/supportsDatabaseNames: Fail | 340 indexeddb_1_test/supportsDatabaseNames: Fail |
| 341 input_element_test/supported_date: Fail | 341 input_element_test/supported_date: Fail |
| 342 input_element_test/supported_datetime-local: Fail | 342 input_element_test/supported_datetime-local: Fail |
| 343 input_element_test/supported_month: Fail | 343 input_element_test/supported_month: Fail |
| 344 input_element_test/supported_number: Fail | 344 input_element_test/supported_number: Fail |
| 345 input_element_test/supported_range: Fail | |
| 346 input_element_test/supported_time: Fail | 345 input_element_test/supported_time: Fail |
| 347 input_element_test/supported_week: Fail | 346 input_element_test/supported_week: Fail |
| 348 media_stream_test/supported_MediaStreamEvent: Fail | 347 media_stream_test/supported_MediaStreamEvent: Fail |
| 349 media_stream_test/supported_MediaStreamTrackEvent: Fail | 348 media_stream_test/supported_MediaStreamTrackEvent: Fail |
| 350 notifications_test/supported: Fail | 349 notifications_test/supported: Fail |
| 351 shadow_dom_test/supported: Fail | 350 shadow_dom_test/supported: Fail |
| 352 speechrecognition_test/supported: Fail | 351 speechrecognition_test/supported: Fail |
| 353 touchevent_test/supported: Fail | 352 touchevent_test/supported: Fail |
| 354 websql_test/supported: Fail | 353 websql_test/supported: Fail |
| 355 xhr_test/supported_HttpRequestProgressEvent: Fail | 354 xhr_test/supported_HttpRequestProgressEvent: Fail |
| (...skipping 25 matching lines...) Expand all Loading... |
| 381 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 380 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 382 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 381 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 383 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 382 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 384 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 383 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 385 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 384 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 386 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 385 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 387 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 386 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 388 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 387 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 389 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 388 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 390 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 389 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |