Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Side by Side Diff: tests/html/html.status

Issue 1157463003: Unsuppress animation tests on Chrome, they seem to have switched back to working (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily su ppressing (alanknight) 105 #element_animate_test/omit_timing: Skip # Timing out inexplicably. Temporarily s uppressing (alanknight)
Bill Hesse 2015/05/22 07:30:12 I would prefer not to have commented out lines - t
106 element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily su ppressing (alanknight) 106 #element_animate_test/timing_dict: Skip # Timing out inexplicably. Temporarily s uppressing (alanknight)
Bill Hesse 2015/05/22 11:19:31 Oh, I didn't understand that you were temporarily
107
108 [ $runtime == chrome && ($system == windows || $system == macos) ]
109 # New failure on Chrome 42. Linux bots are not yet updated.
110 element_animate_test/simple_timing: RuntimeError # Please triage this failure
111 107
112 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] 108 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ]
113 webgl_1_test: Pass, Fail # Issue 8219 109 webgl_1_test: Pass, Fail # Issue 8219
114 110
115 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
116 websql_test: Skip # Issue 4941: stderr contains a backtrace. 112 websql_test: Skip # Issue 4941: stderr contains a backtrace.
117 113
118 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 114 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
119 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 115 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
120 native_gc_test: Pass, Slow 116 native_gc_test: Pass, Slow
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. 550 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented.
555 window_eq_test: Crash # unsupported element kind: _escapeRegExp:field 551 window_eq_test: Crash # unsupported element kind: _escapeRegExp:field
556 window_mangling_test: Crash # unsupported element kind: _escapeRegExp:field 552 window_mangling_test: Crash # unsupported element kind: _escapeRegExp:field
557 window_nosuchmethod_test: Crash # unsupported element kind: _escapeRegExp:field 553 window_nosuchmethod_test: Crash # unsupported element kind: _escapeRegExp:field
558 window_test: Crash # unsupported element kind: _escapeRegExp:field 554 window_test: Crash # unsupported element kind: _escapeRegExp:field
559 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. 555 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented.
560 worker_test: Crash # try/finally 556 worker_test: Crash # try/finally
561 xhr_cross_origin_test: Crash # try/finally 557 xhr_cross_origin_test: Crash # try/finally
562 xhr_test: Crash # try/finally 558 xhr_test: Crash # try/finally
563 xsltprocessor_test: Crash # try/finally 559 xsltprocessor_test: Crash # try/finally
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698