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

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

Issue 837903002: Fix deferred loading with multiple apps on same page. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Addressing comments Created 5 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « tests/html/deferred_multi_app_lib.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 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)
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 element_types_test/supported_meter: RuntimeError # Issue 18573 98 element_types_test/supported_meter: RuntimeError # Issue 18573
99 99
100 [ $runtime == chrome ] 100 [ $runtime == chrome ]
101 touchevent_test/supported: Pass, Fail # Issue 17061 101 touchevent_test/supported: Pass, Fail # Issue 17061
102 xhr_cross_origin_test: Pass, Fail # Issue 11884 102 xhr_cross_origin_test: Pass, Fail # Issue 11884
103 xhr_test: Pass, Fail # Issue 11884 103 xhr_test: Pass, Fail # Issue 11884
104 104
105 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ] 105 [$runtime == drt || $runtime == dartium || $runtime == chrome || $runtime == chr omeOnAndroid || $runtime == ContentShellOnAndroid ]
106 webgl_1_test: Pass, Fail # Issue 8219 106 webgl_1_test: Pass, Fail # Issue 8219
107 107
108 [ ($compiler == none || $compiler == dart2dart) ]
109 deferred_multi_app_htmltest: Fail # Issue 16603
110
108 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows] 111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi ndows]
109 websql_test: Skip # Issue 4941: stderr contains a backtrace. 112 websql_test: Skip # Issue 4941: stderr contains a backtrace.
110 113
111 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g] 114 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g]
112 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. 115 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace.
113 native_gc_test: Pass, Slow 116 native_gc_test: Pass, Slow
114 117
115 [ $compiler == dart2js && $runtime == drt && $system == macos] 118 [ $compiler == dart2js && $runtime == drt && $system == macos]
116 audiobuffersourcenode_test: Pass, Fail 119 audiobuffersourcenode_test: Pass, Fail
117 120
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 events_test: StaticWarning 384 events_test: StaticWarning
382 htmlelement_test: StaticWarning 385 htmlelement_test: StaticWarning
383 localstorage_test: StaticWarning 386 localstorage_test: StaticWarning
384 mutationobserver_test: StaticWarning 387 mutationobserver_test: StaticWarning
385 track_element_constructor_test: StaticWarning 388 track_element_constructor_test: StaticWarning
386 transferables_test: StaticWarning 389 transferables_test: StaticWarning
387 typed_arrays_range_checks_test: StaticWarning 390 typed_arrays_range_checks_test: StaticWarning
388 typing_test: StaticWarning 391 typing_test: StaticWarning
389 webgl_1_test: StaticWarning 392 webgl_1_test: StaticWarning
390 window_nosuchmethod_test: StaticWarning 393 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/html/deferred_multi_app_lib.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698