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

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

Issue 2080773003: Update status for flaky browser tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 6 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
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 9
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 97
98 [ $runtime == safarimobilesim ] 98 [ $runtime == safarimobilesim ]
99 element_offset_test/offset: RuntimeError # Issue 18573 99 element_offset_test/offset: RuntimeError # Issue 18573
100 element_types_test/supported_meter: RuntimeError # Issue 18573 100 element_types_test/supported_meter: RuntimeError # Issue 18573
101 101
102 [ $runtime == chrome ] 102 [ $runtime == chrome ]
103 touchevent_test/supported: Fail # Touch events are only supported on touch devic es 103 touchevent_test/supported: Fail # Touch events are only supported on touch devic es
104 element_types_test/supported_object: RuntimeError # Issue 25155 104 element_types_test/supported_object: RuntimeError # Issue 25155
105 element_types_test/supported_embed: RuntimeError # Issue 25155 105 element_types_test/supported_embed: RuntimeError # Issue 25155
106 svgelement_test/PathElement: RuntimeError # Issue 25665 106 svgelement_test/PathElement: RuntimeError # Issue 25665
107 element_animate_test: RuntimeError # Issue 26730 107 element_animate_test/timing_dict: RuntimeError # Issue 26730
108 108
109 [ $runtime == chrome && $system == macos ] 109 [ $runtime == chrome && $system == macos ]
110 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure. 110 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure.
111 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure. 111 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure.
112 transition_event_test/functional: Skip # Times out. Issue 22167 112 transition_event_test/functional: Skip # Times out. Issue 22167
113 request_animation_frame_test: Skip # Times out. Issue 22167 113 request_animation_frame_test: Skip # Times out. Issue 22167
114 114
115 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ] 115 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ]
116 webgl_1_test: Pass, Fail # Issue 8219 116 webgl_1_test: Pass, Fail # Issue 8219
117 117
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 # These are raw dart:js tests that fail due to bugs in the CPS IR: 390 # These are raw dart:js tests that fail due to bugs in the CPS IR:
391 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 391 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
392 392
393 [ $compiler == dart2js && $cps_ir && $host_checked ] 393 [ $compiler == dart2js && $cps_ir && $host_checked ]
394 js_typed_interop_default_arg_test/none: Crash # Issue 25911 394 js_typed_interop_default_arg_test/none: Crash # Issue 25911
395 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 395 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
396 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 396 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
397 397
398 [ $compiler == dart2js && $cps_ir && $checked ] 398 [ $compiler == dart2js && $cps_ir && $checked ]
399 *: Skip # `assert` not implemented 399 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698