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

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

Issue 1154423009: Make it easier and more efficient to use trusted HTML text (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Formatting Created 5 years, 6 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
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 [ $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 form_data_test/functional: Skip # Issue 19726 11 form_data_test/functional: Skip # Issue 19726
12 indexeddb_1_test/functional: Skip # Issue 19512 (timing out) 12 indexeddb_1_test/functional: Skip # Issue 19512 (timing out)
13 indexeddb_4_test: Skip # Issue 19726 13 indexeddb_4_test: Skip # Issue 19726
14 mouse_event_test: Fail # Issue 20437 14 mouse_event_test: Fail # Issue 20437
15 worker_api_test: Fail # Issue 10223 15 worker_api_test: Fail # Issue 10223
16 media_stream_test/constructors: Pass, Crash # Issue 22267 16 media_stream_test/constructors: Pass, Crash # Issue 22267
17 element_animate_test/simple_timing: Fail # Not supported on Dartium 17 element_animate_test/simple_timing: Fail # Not supported on Dartium
18 element_animate_test/omit_timing: Fail # Not supported on Dartium 18 element_animate_test/omit_timing: Fail # Not supported on Dartium
19 element_animate_test/timing_dict: Fail # Not supported on Dartium 19 element_animate_test/timing_dict: Fail # Not supported on Dartium
20 trusted_html_tree_sanitizer_test/untrusted: Fail # We make adoptNode throw to ve rify it's not being called. That doesn't work on Dartium.
20 21
21 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 22 [ $compiler == none && $mode == debug && ($runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
22 datalistelement_test: Skip # Issue 20540 23 datalistelement_test: Skip # Issue 20540
23 24
24 [ $compiler == dart2js ] 25 [ $compiler == dart2js ]
25 input_element_test/attributes: Fail # Issue 21555 26 input_element_test/attributes: Fail # Issue 21555
26 27
27 [ $compiler == dart2js && $csp && $browser ] 28 [ $compiler == dart2js && $csp && $browser ]
28 custom/js_custom_test: Fail # Issue 14643 29 custom/js_custom_test: Fail # Issue 14643
29 custom/element_upgrade_test: Fail # Issue 17298 30 custom/element_upgrade_test: Fail # Issue 17298
(...skipping 521 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented. 552 wheelevent_test: Crash # Instance of 'TypeOperator': type casts not implemented.
552 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented. 553 window_eq_test: Crash # Instance of 'TypeOperator': type casts not implemented.
553 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme nted. 554 window_mangling_test: Crash # Instance of 'TypeOperator': type casts not impleme nted.
554 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp lemented. 555 window_nosuchmethod_test: Crash # Instance of 'TypeOperator': type casts not imp lemented.
555 window_test: Crash # Instance of 'TypeOperator': type casts not implemented. 556 window_test: Crash # Instance of 'TypeOperator': type casts not implemented.
556 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented. 557 worker_api_test: Crash # Instance of 'TypeOperator': type casts not implemented.
557 worker_test: Crash # try/finally 558 worker_test: Crash # try/finally
558 xhr_cross_origin_test: Crash # try/finally 559 xhr_cross_origin_test: Crash # try/finally
559 xhr_test: Crash # try/finally 560 xhr_test: Crash # try/finally
560 xsltprocessor_test: Crash # try/finally 561 xsltprocessor_test: Crash # try/finally
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698