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

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

Issue 2986153002: Fix some test suppressions for Chrome 60 (Closed)
Patch Set: Fix the matching lib_strong test Created 3 years, 4 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/co19/co19-dart2js.status ('k') | tests/html/indexeddb_1_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 == dart2js ] 8 [ $compiler == dart2js ]
9 indexeddb_1_test/supportsDatabaseNames: Fail
10 input_element_test/attributes: Fail # Issue 21555 9 input_element_test/attributes: Fail # Issue 21555
11 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium 10 wrapping_collections_test: SkipByDesign # Testing an issue that is only relevant to Dartium
12 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 11 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
13 mirrors_js_typed_interop_test: Pass, Slow 12 mirrors_js_typed_interop_test: Pass, Slow
14 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838 13 js_type_test/dynamic-null-not-Foo: Fail # Issue 26838
15 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838 14 js_type_test/dynamic-String-not-Foo: Fail # Issue 26838
16 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838 15 js_type_test/dynamic-String-not-dynamic-Foo: Fail # Issue 26838
17 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2 6838 16 js_interop_constructor_name_test/HTMLDivElement-types-erroneous1: Fail # Issue 2 6838
18 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2 6838 17 js_interop_constructor_name_test/HTMLDivElement-types-erroneous2: Fail # Issue 2 6838
19 # ROLL 50 FAILURES START 18 # ROLL 50 FAILURES START
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 custom_element_method_clash_test: Pass, Timeout # Issue 26789 100 custom_element_method_clash_test: Pass, Timeout # Issue 26789
102 custom_element_name_clash_test: Pass, Timeout # Issue 26789 101 custom_element_name_clash_test: Pass, Timeout # Issue 26789
103 102
104 [$runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid ] 103 [$runtime == drt || $runtime == chrome || $runtime == chromeOnAndroid ]
105 webgl_1_test: Pass, Fail # Issue 8219 104 webgl_1_test: Pass, Fail # Issue 8219
106 105
107 [ $compiler == dart2js && $minified ] 106 [ $compiler == dart2js && $minified ]
108 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5 107 canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260 5
109 108
110 [ $compiler == dart2js && $runtime == chrome ] 109 [ $compiler == dart2js && $runtime == chrome ]
111 element_classes_test: RuntimeError
112 css_test/supportsPointConversions: Fail # Issues 21710 110 css_test/supportsPointConversions: Fail # Issues 21710
113 css_test/functional: Fail # Issues 21710 111 css_test/functional: Fail # Issues 21710
114 112
115 [ $runtime == ie11 ] 113 [ $runtime == ie11 ]
116 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure. 114 canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please t riage this failure.
117 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 115 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
118 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 116 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
119 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93. 117 custom/document_register_type_extensions_test/single-parameter: Fail # Issue 131 93.
120 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 118 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
121 element_animate_test: Fail # Element.animate not supported on these browsers. 119 element_animate_test: Fail # Element.animate not supported on these browsers.
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 322
325 [ $compiler == dart2analyzer && $builder_tag == strong ] 323 [ $compiler == dart2analyzer && $builder_tag == strong ]
326 *: Skip # Issue 28649 324 *: Skip # Issue 28649
327 325
328 [ $compiler == dart2js && $fast_startup ] 326 [ $compiler == dart2js && $fast_startup ]
329 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 327 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
330 custom/js_custom_test: Fail # mirrors not supported 328 custom/js_custom_test: Fail # mirrors not supported
331 custom/mirrors_test: Fail # mirrors not supported 329 custom/mirrors_test: Fail # mirrors not supported
332 custom/mirrors_2_test: Fail # mirrors not supported 330 custom/mirrors_2_test: Fail # mirrors not supported
333 mirrors_js_typed_interop_test: Fail # mirrors not supported 331 mirrors_js_typed_interop_test: Fail # mirrors not supported
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/html/indexeddb_1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698