Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: client/tests/client/client-leg.status

Issue 10207033: Make CanvasPixelArray pretent to be Uint8ClampedArray (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate 6 dom/DOMIsolatesTest: Fail # error: cannot resolve spawnDomIsolate
7 dom/RequestAnimationFrameTest: Skip # Async test hangs. 7 dom/RequestAnimationFrameTest: Skip # Async test hangs.
8 html/RequestAnimationFrameTest: Skip # Async test hangs. 8 html/RequestAnimationFrameTest: Skip # Async test hangs.
9 dom/IndexedDB3Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
10 dom/IndexedDB4Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
11 dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
12 dom/TypedArrays1Test: Fail # dart2js doesn't support is checks with generic type s.
9 13
10 [ $compiler == dart2js && $runtime == drt ] 14 [ $compiler == dart2js && $runtime == drt ]
11
12 # Unknown error - should investigate. 15 # Unknown error - should investigate.
13 html/html_tests: Fail 16 html/html_tests: Fail
14 17
15 # DOM errors. 18 # DOM errors.
16 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0' 19 dom/WindowOpenTest: Fail # TypeError: Object [object Window] has no method 'clos e$0'
17 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset' 20 dom/HTMLElementTest: Fail # TypeError: Object #<HTMLDivElement> has no method 'g et$dataset'
18
19
20 # We don't support is checks with generic types.
21 dom/TypedArrays1Test: Fail # Expect.isTrue(false) fails.
22
23 dom/IsolatesTest: Skip # Timeout because leg does not support web workers.
24
25 dom/IndexedDB2Test: Fail # Uncaught error 21 dom/IndexedDB2Test: Fail # Uncaught error
26 dom/IndexedDB3Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
27 dom/IndexedDB4Test: Fail # Uncaught TypeError: Object #<IDBCursorWithValue> has no method 'continueFunction'
28 22
29 [ $compiler == dart2js && $runtime == none ] 23 [ $compiler == dart2js && $runtime == none ]
30 *: Fail, Pass # TODO(ahe): Triage these tests. 24 *: Fail, Pass # TODO(ahe): Triage these tests.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698