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 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 8 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
9 | 9 |
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
(...skipping 379 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
390 [ $compiler == dart2js && $runtime == chrome] | 390 [ $compiler == dart2js && $runtime == chrome] |
391 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 | 391 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 |
392 | 392 |
393 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] | 393 [ ($runtime == dartium) && ($system == macos || $system == windows || $system ==
linux)] |
394 # Desktop operating systems do not support touch events on chrome 34 dartium. | 394 # Desktop operating systems do not support touch events on chrome 34 dartium. |
395 touchevent_test/supported: Fail | 395 touchevent_test/supported: Fail |
396 | 396 |
397 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] | 397 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w
indows ] |
398 xhr_test/xhr: Skip # Times out. Issue 21527 | 398 xhr_test/xhr: Skip # Times out. Issue 21527 |
399 | 399 |
400 [ $compiler == none && $runtime == dartium ] | |
401 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 | |
402 | |
403 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 400 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
404 custom/document_register_basic_test: StaticWarning | 401 custom/document_register_basic_test: StaticWarning |
405 custom/element_upgrade_test: StaticWarning | 402 custom/element_upgrade_test: StaticWarning |
406 datalistelement_test: StaticWarning | 403 datalistelement_test: StaticWarning |
407 documentfragment_test: StaticWarning | 404 documentfragment_test: StaticWarning |
408 element_add_test: StaticWarning | 405 element_add_test: StaticWarning |
409 element_test: StaticWarning | 406 element_test: StaticWarning |
410 events_test: StaticWarning | 407 events_test: StaticWarning |
411 htmlelement_test: StaticWarning | 408 htmlelement_test: StaticWarning |
412 localstorage_test: StaticWarning | 409 localstorage_test: StaticWarning |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
557 wheelevent_test: Crash # cannot compile methods that need interceptor calling co
nvention. | 554 wheelevent_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
558 window_eq_test: Crash # cannot compile methods that need interceptor calling con
vention. | 555 window_eq_test: Crash # cannot compile methods that need interceptor calling con
vention. |
559 window_mangling_test: Crash # cannot compile methods that need interceptor calli
ng convention. | 556 window_mangling_test: Crash # cannot compile methods that need interceptor calli
ng convention. |
560 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c
alling convention. | 557 window_nosuchmethod_test: Crash # cannot compile methods that need interceptor c
alling convention. |
561 window_test: Crash # cannot compile methods that need interceptor calling conven
tion. | 558 window_test: Crash # cannot compile methods that need interceptor calling conven
tion. |
562 worker_api_test: Crash # cannot compile methods that need interceptor calling co
nvention. | 559 worker_api_test: Crash # cannot compile methods that need interceptor calling co
nvention. |
563 worker_test: Crash # try/finally | 560 worker_test: Crash # try/finally |
564 xhr_cross_origin_test: Crash # try/finally | 561 xhr_cross_origin_test: Crash # try/finally |
565 xhr_test: Crash # try/finally | 562 xhr_test: Crash # try/finally |
566 xsltprocessor_test: Crash # try/finally | 563 xsltprocessor_test: Crash # try/finally |
OLD | NEW |