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

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

Issue 2109593003: Update status for failing and flaky tests. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Update win8 ie11 status diff from win7 ie11. Created 4 years, 5 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 | « tests/compiler/dart2js/serialization/compilation4_test.dart ('k') | 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 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/timing_dict: 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 custom/*: Pass, Timeout # Issue 26789
114 115
115 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ] 116 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ]
116 webgl_1_test: Pass, Fail # Issue 8219 117 webgl_1_test: Pass, Fail # Issue 8219
117 118
118 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ] 119 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ]
119 websql_test: Skip # Issue 4941: stderr contains a backtrace. 120 websql_test: Skip # Issue 4941: stderr contains a backtrace.
120 121
121 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 122 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
122 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 123 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
123 native_gc_test: Pass, Slow 124 native_gc_test: Pass, Slow
(...skipping 266 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: 391 # 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 392 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
392 393
393 [ $compiler == dart2js && $cps_ir && $host_checked ] 394 [ $compiler == dart2js && $cps_ir && $host_checked ]
394 js_typed_interop_default_arg_test/none: Crash # Issue 25911 395 js_typed_interop_default_arg_test/none: Crash # Issue 25911
395 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 396 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
396 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 397 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
397 398
398 [ $compiler == dart2js && $cps_ir && $checked ] 399 [ $compiler == dart2js && $cps_ir && $checked ]
399 *: Skip # `assert` not implemented 400 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/serialization/compilation4_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698