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 interactive_test: Skip # Must be run manually. | 5 interactive_test: Skip # Must be run manually. |
| 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 | 6 dromaeo_smoke_test: Skip # Issue 14521, 8257 |
| 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 | 7 cross_frame_test: Skip # Test reloads itself. Issue 18558 |
| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 95 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure. | 95 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure. |
| 96 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure. | 96 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure. |
| 97 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. | 97 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. |
| 98 | 98 |
| 99 [ $runtime == safarimobilesim ] | 99 [ $runtime == safarimobilesim ] |
| 100 element_offset_test/offset: RuntimeError # Issue 18573 | 100 element_offset_test/offset: RuntimeError # Issue 18573 |
| 101 element_types_test/supported_meter: RuntimeError # Issue 18573 | 101 element_types_test/supported_meter: RuntimeError # Issue 18573 |
| 102 | 102 |
| 103 [ $runtime == chrome ] | 103 [ $runtime == chrome ] |
| 104 touchevent_test/supported: Fail # Touch events are only supported on touch devic es | 104 touchevent_test/supported: Fail # Touch events are only supported on touch devic es |
| 105 | |
| 106 [ $runtime == chrome && $system == macos ] | |
| 105 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 | 107 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 |
| 106 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 | 108 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 |
| 107 | 109 |
| 108 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] | 110 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] |
| 109 webgl_1_test: Pass, Fail # Issue 8219 | 111 webgl_1_test: Pass, Fail # Issue 8219 |
| 110 | 112 |
| 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] | 113 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] |
| 112 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 114 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 113 | 115 |
| 114 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] | 116 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] |
| (...skipping 14 matching lines...) Expand all Loading... | |
| 129 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 | 131 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 |
| 130 localstorage_test: Pass, RuntimeError # Issue 22166 | 132 localstorage_test: Pass, RuntimeError # Issue 22166 |
| 131 storage_test: Pass, RuntimeError # Issue 22166 | 133 storage_test: Pass, RuntimeError # Issue 22166 |
| 132 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor. | 134 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor. |
| 133 notification_test/supported_notification: Fail # Notification not supported on I E | 135 notification_test/supported_notification: Fail # Notification not supported on I E |
| 134 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out. | 136 event_test: RuntimeError # Issue 23437. Only three failures, but hard to break t hem out. |
| 135 wheelevent_test: RuntimeError # Issue 23437 | 137 wheelevent_test: RuntimeError # Issue 23437 |
| 136 text_event_test: RuntimeError # Issue 23437 | 138 text_event_test: RuntimeError # Issue 23437 |
| 137 | 139 |
| 138 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos )] | 140 [$runtime == ie10 || $runtime == ie11 || ($runtime == chrome && $system == macos )] |
| 139 transition_event_test/functional: Skip # Times out. Issue 22167 | 141 transition_event_test/functional: Skip # Times out. Issue 22167 |
|
Bill Hesse
2015/05/27 08:00:33
Can we copy these two lines to the new chrome maco
Alan Knight
2015/05/27 17:35:13
Done.
| |
| 140 request_animation_frame_test: Skip # Times out. Issue 22167 | 142 request_animation_frame_test: Skip # Times out. Issue 22167 |
| 141 | 143 |
| 142 [$runtime == ie10 ] | 144 [$runtime == ie10 ] |
| 143 # IE10 Feature support statuses- | 145 # IE10 Feature support statuses- |
| 144 # All changes should be accompanied by platform support annotation changes. | 146 # All changes should be accompanied by platform support annotation changes. |
| 145 audiobuffersourcenode_test/supported: Fail | 147 audiobuffersourcenode_test/supported: Fail |
| 146 audiocontext_test/supported: Fail | 148 audiocontext_test/supported: Fail |
| 147 crypto_test/supported: Fail | 149 crypto_test/supported: Fail |
| 148 css_test/supportsPointConversions: Fail | 150 css_test/supportsPointConversions: Fail |
| 149 document_test/supports_cssCanvasContext: Fail | 151 document_test/supports_cssCanvasContext: Fail |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 551 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 553 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 552 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 554 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 553 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme nted. | 555 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme nted. |
| 554 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp lemented. | 556 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp lemented. |
| 555 window_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 557 window_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 556 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. | 558 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. |
| 557 worker_test: Crash # try/finally | 559 worker_test: Crash # try/finally |
| 558 xhr_cross_origin_test: Crash # try/finally | 560 xhr_cross_origin_test: Crash # try/finally |
| 559 xhr_test: Crash # try/finally | 561 xhr_test: Crash # try/finally |
| 560 xsltprocessor_test: Crash # try/finally | 562 xsltprocessor_test: Crash # try/finally |
| OLD | NEW |