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

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

Issue 2902973004: Remove obsolete test in svgelement_test (Closed)
Patch Set: Created 3 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 | tests/html/svgelement_test.dart » ('j') | 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 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 9 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior. 10 js_typed_interop_side_cast_exp_test: Fail, OK # tests dart2js-specific behavior.
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure. 126 speechrecognition_test/supported: Fail # TODO(dart2js-team): Please triage this failure.
127 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure. 127 speechrecognition_test/types: Fail # TODO(dart2js-team): Please triage this fail ure.
128 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure. 128 xhr_test/json: Fail # TODO(dart2js-team): Please triage this failure.
129 129
130 [ $runtime == safarimobilesim ] 130 [ $runtime == safarimobilesim ]
131 element_offset_test/offset: RuntimeError # Issue 18573 131 element_offset_test/offset: RuntimeError # Issue 18573
132 element_types_test/supported_meter: RuntimeError # Issue 18573 132 element_types_test/supported_meter: RuntimeError # Issue 18573
133 133
134 [ $runtime == chrome ] 134 [ $runtime == chrome ]
135 touchevent_test/supported: Fail # Touch events are only supported on touch devic es 135 touchevent_test/supported: Fail # Touch events are only supported on touch devic es
136 svgelement_test/PathElement: RuntimeError # Issue 25665
137 element_animate_test/timing_dict: RuntimeError # Issue 26730 136 element_animate_test/timing_dict: RuntimeError # Issue 26730
138 137
139 [ $runtime == chrome && $system == macos ] 138 [ $runtime == chrome && $system == macos ]
140 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure. 139 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure.
141 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure. 140 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure.
142 transition_event_test/functional: Skip # Times out. Issue 22167 141 transition_event_test/functional: Skip # Times out. Issue 22167
143 request_animation_frame_test: Skip # Times out. Issue 22167 142 request_animation_frame_test: Skip # Times out. Issue 22167
144 custom/*: Pass, Timeout # Issue 26789 143 custom/*: Pass, Timeout # Issue 26789
145 custom_elements_test: Pass, Timeout # Issue 26789 144 custom_elements_test: Pass, Timeout # Issue 26789
146 custom_element_method_clash_test: Pass, Timeout # Issue 26789 145 custom_element_method_clash_test: Pass, Timeout # Issue 26789
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 localstorage_test: StaticWarning 373 localstorage_test: StaticWarning
375 mutationobserver_test: StaticWarning 374 mutationobserver_test: StaticWarning
376 queryall_test: fail 375 queryall_test: fail
377 track_element_constructor_test: StaticWarning 376 track_element_constructor_test: StaticWarning
378 transferables_test: StaticWarning 377 transferables_test: StaticWarning
379 typed_arrays_range_checks_test: StaticWarning 378 typed_arrays_range_checks_test: StaticWarning
380 typing_test: StaticWarning 379 typing_test: StaticWarning
381 webgl_1_test: StaticWarning 380 webgl_1_test: StaticWarning
382 window_nosuchmethod_test: StaticWarning 381 window_nosuchmethod_test: StaticWarning
383 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 382 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
384 svgelement_test: StaticWarning # Issue 29594
385 383
386 [ $compiler == dart2analyzer && $builder_tag == strong ] 384 [ $compiler == dart2analyzer && $builder_tag == strong ]
387 *: Skip # Issue 28649 385 *: Skip # Issue 28649
388 386
389 [ $compiler == dart2js && $fast_startup ] 387 [ $compiler == dart2js && $fast_startup ]
390 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 388 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
391 custom/js_custom_test: Fail # mirrors not supported 389 custom/js_custom_test: Fail # mirrors not supported
392 custom/mirrors_test: Fail # mirrors not supported 390 custom/mirrors_test: Fail # mirrors not supported
393 custom/mirrors_2_test: Fail # mirrors not supported 391 custom/mirrors_2_test: Fail # mirrors not supported
394 mirrors_js_typed_interop_test: Fail # mirrors not supported 392 mirrors_js_typed_interop_test: Fail # mirrors not supported
OLDNEW
« no previous file with comments | « no previous file | tests/html/svgelement_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698