| Index: tests/html/html.status
|
| diff --git a/tests/html/html.status b/tests/html/html.status
|
| index 8a4aab74338f3bf3fd496d37f780814a8b31f7ba..034d9a3953d3b4f75c5a9dad899c4fca9001cf44 100644
|
| --- a/tests/html/html.status
|
| +++ b/tests/html/html.status
|
| @@ -2,9 +2,16 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| +# Skipped for in-progress Dartium rull on 8-16-2013
|
| +node_test/iterating: Fail
|
| +websocket_test: skip
|
| +
|
| async_window_test: Skip #TODO(gram): investigating
|
| event_test: Skip # Issue 1996
|
| interactive_test: Skip # Must be run manually.
|
| +custom/constructor_calls_created_synchronously_test: Pass, Fail
|
| +custom/created_callback_test: Pass, Fail
|
| +custom/document_register_basic_test: Pass, Fail
|
|
|
| [ $compiler == dart2js && $runtime != drt ]
|
| custom_elements_test: Skip
|
| @@ -390,3 +397,10 @@ js_test: Skip # Test cannot run under CSP restrictions (tim
|
| postmessage_structured_test: Skip # Test cannot run under CSP restrictions (times out).
|
| safe_dom_test: Skip # Test cannot run under CSP restrictions (times out).
|
| shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
|
| +
|
| +# Skipped for in-progress Dartium rull on 8-16-2013
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| +mutation_observer_test: Crash
|
| +crypto_test/functional: Fail
|
| +websocket_test/websocket: Timeout
|
| +notifications_test/webkitNotifications: Fail
|
|
|