Index: client/tests/client/client.status |
diff --git a/client/tests/client/client.status b/client/tests/client/client.status |
index e6aff540712adad7c37a898561843a9706cef43c..1fe2c97ad3746a877ca89bf0e27597b0885b29e8 100644 |
--- a/client/tests/client/client.status |
+++ b/client/tests/client/client.status |
@@ -8,6 +8,8 @@ dom/WebGL1Test: Skip # Issue 1495 |
html/html_tests: Pass, Fail # Issue 1946. |
dom/IndexedDB3Test: Fail # UnsupportedOperationException 'IDBCursorImplementation.get:key' |
dom/IndexedDB4Test: Skip # Hangs in dartium. IDBKeyRange constructors not implemented. |
+dom/RequestAnimationFrameTest: Skip # drt hangs; requestAnimationFrame not implemented |
+html/RequestAnimationFrameTest: Skip # drt hangs; requestAnimationFrame not implemented |
[ $compiler == none && ($runtime == drt || $runtime == dartium) && $checked ] |
html/TypedArrays1Test: Fail # Fails only on checked mode. |
@@ -23,6 +25,8 @@ dom/WindowNSMETest: Fail # Issue 1837, frog puts top-level members in the global |
[ $compiler == frog && $runtime == drt ] |
html/html_tests: Skip # Issue 2657 |
+dom/RequestAnimationFrameTest: Skip # drt hangs |
+html/RequestAnimationFrameTest: Skip # drt hangs |
vsm
2012/04/21 04:27:43
I think we need to add a call to layoutTestControl
|
[ $runtime == ie || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera || ($runtime == drt && $compiler == frog)] |
# TODO(vsm): Triage DOM tests. |