| 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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 343 websql_test/supported: Fail | 343 websql_test/supported: Fail |
| 344 | 344 |
| 345 # 'html' tests import the HTML library, so they only make sense in | 345 # 'html' tests import the HTML library, so they only make sense in |
| 346 # a browser environment. | 346 # a browser environment. |
| 347 [ $runtime == vm ] | 347 [ $runtime == vm ] |
| 348 *: Skip | 348 *: Skip |
| 349 | 349 |
| 350 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 350 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 351 request_animation_frame_test: Skip # Async test hangs. | 351 request_animation_frame_test: Skip # Async test hangs. |
| 352 | 352 |
| 353 [ $compiler == dart2js && $runtime == ff ] |
| 354 history_test/history: Skip # Issue 22050 |
| 355 |
| 353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 356 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 354 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. | 357 # Note: these tests are all injecting scripts by design. This is not allowed un
der CSP. |
| 355 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 358 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 356 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 359 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 357 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 360 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 358 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 361 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 359 | 362 |
| 360 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] | 363 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] |
| 361 wheelevent_test: Fail # http://dartbug.com/12958 | 364 wheelevent_test: Fail # http://dartbug.com/12958 |
| 362 | 365 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 385 events_test: StaticWarning | 388 events_test: StaticWarning |
| 386 htmlelement_test: StaticWarning | 389 htmlelement_test: StaticWarning |
| 387 localstorage_test: StaticWarning | 390 localstorage_test: StaticWarning |
| 388 mutationobserver_test: StaticWarning | 391 mutationobserver_test: StaticWarning |
| 389 track_element_constructor_test: StaticWarning | 392 track_element_constructor_test: StaticWarning |
| 390 transferables_test: StaticWarning | 393 transferables_test: StaticWarning |
| 391 typed_arrays_range_checks_test: StaticWarning | 394 typed_arrays_range_checks_test: StaticWarning |
| 392 typing_test: StaticWarning | 395 typing_test: StaticWarning |
| 393 webgl_1_test: StaticWarning | 396 webgl_1_test: StaticWarning |
| 394 window_nosuchmethod_test: StaticWarning | 397 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |