| 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/*: Skip | 10 custom/*: Skip |
| (...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 svgelement_test/supported_feFlood: Fail | 216 svgelement_test/supported_feFlood: Fail |
| 217 svgelement_test/supported_feFuncA: Fail | 217 svgelement_test/supported_feFuncA: Fail |
| 218 svgelement_test/supported_feFuncB: Fail | 218 svgelement_test/supported_feFuncB: Fail |
| 219 svgelement_test/supported_feFuncG: Fail | 219 svgelement_test/supported_feFuncG: Fail |
| 220 svgelement_test/supported_feFuncR: Fail | 220 svgelement_test/supported_feFuncR: Fail |
| 221 svgelement_test/supported_feGaussianBlur: Fail | 221 svgelement_test/supported_feGaussianBlur: Fail |
| 222 svgelement_test/supported_feImage: Fail | 222 svgelement_test/supported_feImage: Fail |
| 223 svgelement_test/supported_feMerge: Fail | 223 svgelement_test/supported_feMerge: Fail |
| 224 svgelement_test/supported_feMergeNode: Fail | 224 svgelement_test/supported_feMergeNode: Fail |
| 225 svgelement_test/supported_feOffset: Fail | 225 svgelement_test/supported_feOffset: Fail |
| 226 svgelement_test/supported_fePointLight: Fail | |
| 227 svgelement_test/supported_feSpecularLighting: Fail | 226 svgelement_test/supported_feSpecularLighting: Fail |
| 228 svgelement_test/supported_feSpotLight: Fail | |
| 229 svgelement_test/supported_feTile: Fail | 227 svgelement_test/supported_feTile: Fail |
| 230 svgelement_test/supported_feTurbulence: Fail | 228 svgelement_test/supported_feTurbulence: Fail |
| 231 svgelement_test/supported_filter: Fail | 229 svgelement_test/supported_filter: Fail |
| 232 svgelement_test/supported_foreignObject: Fail | 230 svgelement_test/supported_foreignObject: Fail |
| 233 svgelement_test/supported_set: Fail | 231 svgelement_test/supported_set: Fail |
| 234 touchevent_test/supported: Fail | 232 touchevent_test/supported: Fail |
| 235 transition_event_test/supported: Fail | 233 transition_event_test/supported: Fail |
| 236 typed_arrays_1_test/supported: Fail | 234 typed_arrays_1_test/supported: Fail |
| 237 webgl_1_test/supported: Fail | 235 webgl_1_test/supported: Fail |
| 238 websocket_test/supported: Fail | 236 websocket_test/supported: Fail |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 378 | 376 |
| 379 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 377 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 380 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 378 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 381 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 379 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 382 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 380 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 383 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 381 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 384 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 382 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 385 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 383 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 386 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 384 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 387 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 385 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| OLD | NEW |