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

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

Issue 21124003: Refactor custom element tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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
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 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually.
6 8
7 event_test: Skip # Issue 1996 9 # Issue 9326
8 custom_elements_test: Skip # Not yet implemented. 10 custom_elements_test/register: Fail
blois 2013/07/29 21:05:47 Is the first group passing for dart2js as well?
vsm 2013/07/29 21:43:35 No - it's breaking at compile time due to extends
9 interactive_test: Skip # Must be run manually. 11 custom_elements_test/preregister: Fail
10 12
11 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos] 13 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g && $system == macos]
12 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 14 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601
13 15
14 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 16 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
15 # postMessage in dartium always transfers the typed array buffer, never a view 17 # postMessage in dartium always transfers the typed array buffer, never a view
16 postmessage_structured_test/typed_arrays: Fail 18 postmessage_structured_test/typed_arrays: Fail
17 19
18 [ $compiler == none && $runtime == drt && $system == windows ] 20 [ $compiler == none && $runtime == drt && $system == windows ]
19 worker_test/functional: Pass, Crash # Issue 9929. 21 worker_test/functional: Pass, Crash # Issue 9929.
(...skipping 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 380 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
379 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 381 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
380 event_customevent_test: Fail # Test cannot run under CSP restrictions. 382 event_customevent_test: Fail # Test cannot run under CSP restrictions.
381 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 383 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
382 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 384 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
383 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 385 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
384 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 386 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
385 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 387 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
386 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 388 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
387 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 389 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
OLDNEW
« tests/html/custom_elements_test.dart ('K') | « tests/html/custom_elements_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698