Chromium Code Reviews| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 106 [ ($compiler == none || $compiler == dart2dart) ] | 106 [ ($compiler == none || $compiler == dart2dart) ] |
| 107 deferred_multi_app_htmltest: Fail # Issue 16603 | 107 deferred_multi_app_htmltest: Fail # Issue 16603 |
| 108 | 108 |
| 109 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] | 109 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] |
| 110 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 110 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 111 | 111 |
| 112 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] | 112 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] |
| 113 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 113 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 114 native_gc_test: Pass, Slow | 114 native_gc_test: Pass, Slow |
| 115 | 115 |
| 116 [$runtime == chrome && $compiler == dart2js && $system == macos] | |
| 117 transition_event_test/functional: Skip # Times out. Issue | |
|
karlklose
2015/03/04 09:14:23
Add issue number in a follow up CL?
| |
| 118 request_animation_frame_test: Skip # Times out. Issue | |
| 119 | |
| 116 [$runtime == ie10 || $runtime == ie11] | 120 [$runtime == ie10 || $runtime == ie11] |
| 117 indexeddb_5_test: Fail # Issue 12893 | 121 indexeddb_5_test: Fail # Issue 12893 |
| 118 js_test: Fail # Issue 14246 | 122 js_test: Fail # Issue 14246 |
| 119 element_test/click: Fail # IE does not support firing this event. | 123 element_test/click: Fail # IE does not support firing this event. |
| 120 serialized_script_value_test: Fail | 124 serialized_script_value_test: Fail |
| 121 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 125 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 122 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element | 126 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element |
| 123 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element | 127 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element |
| 124 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 | 128 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| 125 scripts_htmltest: Skip # Times out on IE. Issue 21537 | 129 scripts_htmltest: Skip # Times out on IE. Issue 21537 |
| (...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 395 htmlelement_test: StaticWarning | 399 htmlelement_test: StaticWarning |
| 396 localstorage_test: StaticWarning | 400 localstorage_test: StaticWarning |
| 397 mutationobserver_test: StaticWarning | 401 mutationobserver_test: StaticWarning |
| 398 queryall_test: fail | 402 queryall_test: fail |
| 399 track_element_constructor_test: StaticWarning | 403 track_element_constructor_test: StaticWarning |
| 400 transferables_test: StaticWarning | 404 transferables_test: StaticWarning |
| 401 typed_arrays_range_checks_test: StaticWarning | 405 typed_arrays_range_checks_test: StaticWarning |
| 402 typing_test: StaticWarning | 406 typing_test: StaticWarning |
| 403 webgl_1_test: StaticWarning | 407 webgl_1_test: StaticWarning |
| 404 window_nosuchmethod_test: StaticWarning | 408 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |