Index: client/tests/client/client-leg.status |
diff --git a/client/tests/client/client-leg.status b/client/tests/client/client-leg.status |
deleted file mode 100644 |
index 6f7cd399e8bd926689cd8ec31849f193132ed70d..0000000000000000000000000000000000000000 |
--- a/client/tests/client/client-leg.status |
+++ /dev/null |
@@ -1,26 +0,0 @@ |
-# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file |
-# 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. |
- |
-[ $compiler == dart2js ] |
-dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate |
- |
-[ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] |
-dom/RequestAnimationFrameTest: Skip # Async test hangs. |
-html/RequestAnimationFrameTest: Skip # Async test hangs. |
-dom/IndexedDB3Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' |
-dom/IndexedDB4Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction' |
-dom/IsolatesTest: Skip # Timeout because leg does not support web workers. |
-dom/TypedArrays1Test: Fail # dart2js doesn't support is checks with generic types. |
- |
-[ $compiler == dart2js && $runtime == drt ] |
-# Unknown error - should investigate. |
-html/html_test: Fail |
- |
-# DOM errors. |
-dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'close$0' |
-dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'get$dataset' |
-dom/IndexedDB2Test: Fail # Uncaught error |
- |
-[ $compiler == dart2js && $runtime == none ] |
-*: Fail, Pass # TODO(ahe): Triage these tests. |