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

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

Issue 19387005: Workaround for 11854 (broken type check) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 | « sdk/lib/js/dart2js/js_dart2js.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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 6
7 event_test: Skip # Issue 1996 7 event_test: Skip # Issue 1996
8 custom_elements_test: Skip # Not yet implemented. 8 custom_elements_test: Skip # Not yet implemented.
9 interactive_test: Skip # Must be run manually. 9 interactive_test: Skip # Must be run manually.
10 10
(...skipping 10 matching lines...) Expand all
21 [ $compiler == dart2js && $checked ] 21 [ $compiler == dart2js && $checked ]
22 template_element_test: Fail # BUG(11480): Triage. 22 template_element_test: Fail # BUG(11480): Triage.
23 23
24 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)] 24 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $ runtime == opera || $runtime == drt || $runtime == dartium)]
25 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. 25 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction.
26 26
27 [ $compiler == dart2js && $runtime == ie10 ] 27 [ $compiler == dart2js && $runtime == ie10 ]
28 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 28 indexeddb_3_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
29 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437 29 indexeddb_4_test: Pass, Timeout, Slow # Issue: http://dartbug.com/9437
30 async_test: Pass, Fail # timers test fails on ie10. 30 async_test: Pass, Fail # timers test fails on ie10.
31 js_test: Fail # http://dartbug.com/11855
31 32
32 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ] 33 [ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
33 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers. 34 worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.
34 35
35 [ $compiler == dart2js && $runtime == safari ] 36 [ $compiler == dart2js && $runtime == safari ]
36 url_test: Fail # Issue 10096 37 url_test: Fail # Issue 10096
37 38
38 [ $compiler == dart2js && $browser && $checked ] 39 [ $compiler == dart2js && $browser && $checked ]
39 postmessage_structured_test/typed_arrays: Fail # Issue 10097 40 postmessage_structured_test/typed_arrays: Fail # Issue 10097
40 postmessage_structured_test/primitives: Fail # Issue 10097 41 postmessage_structured_test/primitives: Fail # Issue 10097
41 js_test: Fail # http://dartbug.com/11849
42 42
43 # Layout tests are only supported on DRT. 43 # Layout tests are only supported on DRT.
44 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] 44 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ]
45 *layout_test: Skip 45 *layout_test: Skip
46 46
47 [ $runtime == chrome ] 47 [ $runtime == chrome ]
48 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836 48 canvasrenderingcontext2d_test/drawImage_video_element: Pass,Fail # Issue 11836
49 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836 49 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue 11836
50 50
51 touchevent_test/supported: Fail 51 touchevent_test/supported: Fail
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 371 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
372 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 372 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
373 event_customevent_test: Fail # Test cannot run under CSP restrictions. 373 event_customevent_test: Fail # Test cannot run under CSP restrictions.
374 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 374 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
375 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 375 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
376 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 376 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
377 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 377 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
378 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 378 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
379 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 379 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
380 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 380 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« no previous file with comments | « sdk/lib/js/dart2js/js_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698