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

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

Issue 1746623002: Changes to tests and status file for the 45 roll w/ regenderated sdk/libs (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Regenerated sdk/lib using Chrome 45 IDLs Created 4 years, 9 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/html/element_animate_test.dart ('k') | tools/dom/dom.json » ('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 9
10 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 [ $runtime == chrome && $system == macos ] 115 [ $runtime == chrome && $system == macos ]
116 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure. 116 canvasrenderingcontext2d_test/drawImage_video_element: Skip # Times out. Please triage this failure.
117 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure. 117 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Times out. Please triage this failure.
118 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507 118 element_animate_test/omit_timing: Skip # Timing out on MacOS. Issue 23507
119 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507 119 element_animate_test/timing_dict: Skip # Timing out on MacOS. Issue 23507
120 transition_event_test/functional: Skip # Times out. Issue 22167 120 transition_event_test/functional: Skip # Times out. Issue 22167
121 request_animation_frame_test: Skip # Times out. Issue 22167 121 request_animation_frame_test: Skip # Times out. Issue 22167
122 122
123 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ] 123 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid ]
124 webgl_1_test: Pass, Fail # Issue 8219 124 webgl_1_test: Pass, Fail # Issue 8219
125 element_animate_test/omit_timing: RuntimeError # Dartium 45 roll. Issue 25786
126 element_animate_test/simple_timing: RuntimeError # Dartium 45 roll. Issue 25786
127 element_animate_test/timing_dict: RuntimeError # Dartium 45 roll. Issue 25786
128 125
129 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ] 126 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows ]
130 websql_test: Skip # Issue 4941: stderr contains a backtrace. 127 websql_test: Skip # Issue 4941: stderr contains a backtrace.
131 128
132 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 129 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
133 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 130 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
134 native_gc_test: Pass, Slow 131 native_gc_test: Pass, Slow
135 132
136 [$runtime == ie10 || $runtime == ie11] 133 [$runtime == ie10 || $runtime == ie11]
137 indexeddb_5_test: Fail # Issue 12893 134 indexeddb_5_test: Fail # Issue 12893
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4 435 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4
439 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4 436 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4
440 custom_elements_test/register: RuntimeError # Need custom element support #25484 437 custom_elements_test/register: RuntimeError # Need custom element support #25484
441 438
442 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978). 439 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978).
443 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720). 440 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720).
444 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). 441 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
445 442
446 # These are raw dart:js tests that fail due to bugs in the CPS IR: 443 # These are raw dart:js tests that fail due to bugs in the CPS IR:
447 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 444 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
OLDNEW
« no previous file with comments | « tests/html/element_animate_test.dart ('k') | tools/dom/dom.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698