| Index: client/tests/client/client-leg.status
|
| diff --git a/client/tests/client/client-leg.status b/client/tests/client/client-leg.status
|
| index 5b5cec969a12bde70006a3236104c47e838fcf30..74db690e8efec0dcf68fc4e144be50f4e5f2ca12 100644
|
| --- a/client/tests/client/client-leg.status
|
| +++ b/client/tests/client/client-leg.status
|
| @@ -4,7 +4,6 @@
|
|
|
| [ $compiler == dart2js ]
|
| dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate
|
| -dom/IndexedDB4Test: Fail # error: cannot instantiate interface 'IDBKeyRange'
|
|
|
| [ $compiler == dart2js && $runtime == drt ]
|
|
|
| @@ -21,9 +20,9 @@ dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
|
|
|
| dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
|
|
|
| -dom/IndexedDB1Test: Skip # Timeout because callbacks don't appear to be called.
|
| -dom/IndexedDB2Test: Skip # Timeout because callbacks don't appear to be called.
|
| -dom/IndexedDB3Test: Skip # Timeout because callbacks don't appear to be called.
|
| +dom/IndexedDB2Test: Fail # Uncaught error
|
| +dom/IndexedDB3Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
|
| +dom/IndexedDB4Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
|
|
|
| [ $compiler == dart2js && $runtime == none ]
|
| *: Fail, Pass # TODO(ahe): Triage these tests.
|
|
|