| Index: client/tests/client/client.status
|
| diff --git a/client/tests/client/client.status b/client/tests/client/client.status
|
| index f7c8b358dc457422e8db1f3144a248f317914d96..4e46869684df2f1c97b47c4b4eb868d9e1476b96 100644
|
| --- a/client/tests/client/client.status
|
| +++ b/client/tests/client/client.status
|
| @@ -7,10 +7,12 @@ dom/CallbacksTest: Pass, Fail # webkitRequestAnimationFrame now takes one argume
|
|
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
|
| # TODO(vsm): Triage DOM tests.
|
| -html/TypedArrays1Test: Fail # Fails only on checked mode.
|
| dom/IndexedDB2Test: Fail # Crazy results.
|
| html/html_tests: Pass, Fail # Issue 1946.
|
|
|
| +[ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ]
|
| +html/TypedArrays1Test: Fail # Fails only on checked mode.
|
| +
|
| [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debug ]
|
| dom/NativeGCTest: Skip # Issue 2538.
|
|
|
|
|