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

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

Issue 732533002: Add HTML test with two dart scripts on one page. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 | Annotate | Revision Log
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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 8
9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
11 custom/document_register_basic_test: RuntimeError # Issue 20813 11 custom/document_register_basic_test: RuntimeError # Issue 20813
12 fontface_loaded_test: Skip # Issue 21359 12 fontface_loaded_test: Skip # Issue 21359
13 form_data_test/functional: Skip # Issue 19726 13 form_data_test/functional: Skip # Issue 19726
14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 14 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
15 indexeddb_4_test: Skip # Issue 19726 15 indexeddb_4_test: Skip # Issue 19726
16 mouse_event_test: Fail # Issue 20437 16 mouse_event_test: Fail # Issue 20437
17 storage_quota_test/missingenumcheck: Fail 17 storage_quota_test/missingenumcheck: Fail
18 worker_api_test: Fail # Issue 10223
19 two_scripts_htmltest: Fail # Issue 16603
18 20
19 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
20 datalistelement_test: Skip # Issue 20540 22 datalistelement_test: Skip # Issue 20540
21 23
22 [ $compiler == dart2js ] 24 [ $compiler == dart2js ]
23 input_element_test/attributes: Fail # Issue 21555 25 input_element_test/attributes: Fail # Issue 21555
24 26
25 [ $compiler == dart2js && $csp ] 27 [ $compiler == dart2js && $csp ]
26 custom/js_custom_test: Fail # Issue 14643 28 custom/js_custom_test: Fail # Issue 14643
27 custom/element_upgrade_test: Fail # Issue 17298 29 custom/element_upgrade_test: Fail # Issue 17298
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 element_types_test/supported_meter: RuntimeError # Issue 18573 97 element_types_test/supported_meter: RuntimeError # Issue 18573
96 98
97 [ $runtime == chrome ] 99 [ $runtime == chrome ]
98 touchevent_test/supported: Pass, Fail # Issue 17061 100 touchevent_test/supported: Pass, Fail # Issue 17061
99 xhr_cross_origin_test: Pass, Fail # Issue 11884 101 xhr_cross_origin_test: Pass, Fail # Issue 11884
100 xhr_test: Pass, Fail # Issue 11884 102 xhr_test: Pass, Fail # Issue 11884
101 103
102 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] 104 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ]
103 webgl_1_test: Pass, Fail # Issue 8219 105 webgl_1_test: Pass, Fail # Issue 8219
104 106
105 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
106 worker_api_test: Fail # http://dartbug.com/10223
107
108 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 107 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
109 websql_test: Skip # Issue 4941: stderr contains a backtrace. 108 websql_test: Skip # Issue 4941: stderr contains a backtrace.
110 109
111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 110 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
112 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 111 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
113 native_gc_test: Pass, Slow 112 native_gc_test: Pass, Slow
114 113
115 [ $compiler == dart2js && $runtime == drt && $system == macos] 114 [ $compiler == dart2js && $runtime == drt && $system == macos]
116 audiobuffersourcenode_test: Pass, Fail 115 audiobuffersourcenode_test: Pass, Fail
117 116
118 [$runtime == ie10 || $runtime == ie11] 117 [$runtime == ie10 || $runtime == ie11]
119 indexeddb_5_test: Fail # Issue 12893 118 indexeddb_5_test: Fail # Issue 12893
120 js_test: Fail # Issue 14246 119 js_test: Fail # Issue 14246
121 element_test/click: Fail # IE does not support firing this event. 120 element_test/click: Fail # IE does not support firing this event.
122 serialized_script_value_test: Fail 121 serialized_script_value_test: Fail
123 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. 122 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875.
124 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element 123 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor t drawImage w/ video element
125 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element 124 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no t support drawImage w/ video element
126 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537 125 no_linked_scripts_htmltest: Skip # Times out on IE. Issue 21537
127 scripts_htmltest: Skip # Times out on IE. Issue 21537 126 scripts_htmltest: Skip # Times out on IE. Issue 21537
127 two_scripts_htmltest: Skip # Times out on IE. Issue 21537
128 128
129 [$runtime == ie10 ] 129 [$runtime == ie10 ]
130 # IE10 Feature support statuses- 130 # IE10 Feature support statuses-
131 # All changes should be accompanied by platform support annotation changes. 131 # All changes should be accompanied by platform support annotation changes.
132 audiobuffersourcenode_test/supported: Fail 132 audiobuffersourcenode_test/supported: Fail
133 audiocontext_test/supported: Fail 133 audiocontext_test/supported: Fail
134 crypto_test/supported: Fail 134 crypto_test/supported: Fail
135 css_test/supportsPointConversions: Fail 135 css_test/supportsPointConversions: Fail
136 document_test/supports_cssCanvasContext: Fail 136 document_test/supports_cssCanvasContext: Fail
137 element_types_test/supported_content: Fail 137 element_types_test/supported_content: Fail
(...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 events_test: StaticWarning 376 events_test: StaticWarning
377 htmlelement_test: StaticWarning 377 htmlelement_test: StaticWarning
378 localstorage_test: StaticWarning 378 localstorage_test: StaticWarning
379 mutationobserver_test: StaticWarning 379 mutationobserver_test: StaticWarning
380 track_element_constructor_test: StaticWarning 380 track_element_constructor_test: StaticWarning
381 transferables_test: StaticWarning 381 transferables_test: StaticWarning
382 typed_arrays_range_checks_test: StaticWarning 382 typed_arrays_range_checks_test: StaticWarning
383 typing_test: StaticWarning 383 typing_test: StaticWarning
384 webgl_1_test: StaticWarning 384 webgl_1_test: StaticWarning
385 window_nosuchmethod_test: StaticWarning 385 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « no previous file | tests/html/scripts_test_dart.dart » ('j') | tests/html/two_scripts_test_first.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698