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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 history_test/history: Skip # Issue 22050 | 354 history_test/history: Skip # Issue 22050 |
355 | 355 |
356 [ $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) ] |
357 # 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. |
358 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 358 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
359 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). |
360 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). |
361 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). |
362 | 362 |
363 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] | 363 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] |
364 wheelevent_test: Fail # http://dartbug.com/12958 | 364 wheelevent_test: Fail # Issue 12958 |
365 | 365 |
366 [ $compiler == dart2js && $runtime == chrome && $system == windows ] | 366 [ $compiler == dart2js && $runtime == chrome && $system == windows ] |
367 css_test/functional: Fail # Issue 21710 | 367 css_test/functional: Fail # Issue 21710 |
368 css_test/supportsPointConversions: Fail # Issue 21710 | 368 css_test/supportsPointConversions: Fail # Issue 21710 |
369 | 369 |
370 [ $runtime == dartium && ($system == macos || $system == windows || $system == l
inux)] | 370 [ $runtime == dartium && ($system == macos || $system == windows || $system == l
inux)] |
371 # Desktop operation systems do not support touch events on chrome 34 dartium. | 371 # Desktop operation systems do not support touch events on chrome 34 dartium. |
372 touchevent_test/supported: Fail | 372 touchevent_test/supported: Fail |
373 | 373 |
374 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] | 374 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
(...skipping 13 matching lines...) Expand all Loading... |
388 events_test: StaticWarning | 388 events_test: StaticWarning |
389 htmlelement_test: StaticWarning | 389 htmlelement_test: StaticWarning |
390 localstorage_test: StaticWarning | 390 localstorage_test: StaticWarning |
391 mutationobserver_test: StaticWarning | 391 mutationobserver_test: StaticWarning |
392 track_element_constructor_test: StaticWarning | 392 track_element_constructor_test: StaticWarning |
393 transferables_test: StaticWarning | 393 transferables_test: StaticWarning |
394 typed_arrays_range_checks_test: StaticWarning | 394 typed_arrays_range_checks_test: StaticWarning |
395 typing_test: StaticWarning | 395 typing_test: StaticWarning |
396 webgl_1_test: StaticWarning | 396 webgl_1_test: StaticWarning |
397 window_nosuchmethod_test: StaticWarning | 397 window_nosuchmethod_test: StaticWarning |
OLD | NEW |