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

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

Issue 1378113003: Update status for failing html/js_test/transferrables on IE (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | 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 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
7 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
8 8
9 js_array_test: Skip # Issue 23676, 23677 9 js_array_test: Skip # Issue 23676, 23677
10 js_typed_interop_test: Skip # Issue 23676, 23677 10 js_typed_interop_test: Skip # Issue 23676, 23677
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 128
129 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 129 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
130 websql_test: Skip # Issue 4941: stderr contains a backtrace. 130 websql_test: Skip # Issue 4941: stderr contains a backtrace.
131 131
132 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 132 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
133 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 133 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
134 native_gc_test: Pass, Slow 134 native_gc_test: Pass, Slow
135 135
136 [$runtime == ie10 || $runtime == ie11] 136 [$runtime == ie10 || $runtime == ie11]
137 indexeddb_5_test: Fail # Issue 12893 137 indexeddb_5_test: Fail # Issue 12893
138 element_test/click: Fail # IE does not support firing this event. 138 js_test/transferrables: RuntimeError # Issue 14246
139 element_test/click: Fail # IE does not support firing this event.
139 serialized_script_value_test: Fail 140 serialized_script_value_test: Fail
140 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 141 websocket_test/websocket: Fail # Issue 7875. Closed with "working as intended".
141 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 142 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
142 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 143 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
143 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 144 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
144 scripts_htmltest: Skip # Times out on IE. Issue 21537 145 scripts_htmltest: Skip # Times out on IE. Issue 21537
145 two_scripts_htmltest: Skip # Times out on IE. Issue 21537 146 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
146 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537 147 deferred_multi_app_htmltest: Skip # Times out on IE. Issue 21537
147 localstorage_test: Pass, RuntimeError # Issue 22166 148 localstorage_test: Pass, RuntimeError # Issue 22166
148 storage_test: Pass, RuntimeError # Issue 22166 149 storage_test: Pass, RuntimeError # Issue 22166
149 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor. 150 postmessage_structured_test/more_primitives: Fail # Does not support the Message Event constructor.
150 notification_test/supported_notification: Fail # Notification not supported on I E 151 notification_test/supported_notification: Fail # Notification not supported on I E
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 queryall_test: fail 419 queryall_test: fail
419 track_element_constructor_test: StaticWarning 420 track_element_constructor_test: StaticWarning
420 transferables_test: StaticWarning 421 transferables_test: StaticWarning
421 typed_arrays_range_checks_test: StaticWarning 422 typed_arrays_range_checks_test: StaticWarning
422 typing_test: StaticWarning 423 typing_test: StaticWarning
423 webgl_1_test: StaticWarning 424 webgl_1_test: StaticWarning
424 window_nosuchmethod_test: StaticWarning 425 window_nosuchmethod_test: StaticWarning
425 426
426 [ $compiler == dart2js && $cps_ir ] 427 [ $compiler == dart2js && $cps_ir ]
427 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 428 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698