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

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

Issue 10031035: Fix the build after recent WebKit roll. (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
« no previous file with comments | « no previous file | client/tests/client/dom/CallbacksTest.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 dom/WebGL1Test: Skip # Issue 1495 5 dom/WebGL1Test: Skip # Issue 1495
6 dom/CallbacksTest: Fail # webkitRequestAnimationFrame now takes one argument.
6 7
7 [ $compiler == none && $runtime == drt ] 8 [ $compiler == none && $runtime == drt ]
8 # TODO(vsm): Triage DOM tests. 9 # TODO(vsm): Triage DOM tests.
9 dom/IndexedDB1Test: Fail # IDBDatabaseImplementation._transaction "Not supporte d yet'. 10 dom/IndexedDB1Test: Fail # IDBDatabaseImplementation._transaction "Not supporte d yet'.
10 dom/NativeGCTest: Fail # Issue 1448. 11 dom/NativeGCTest: Fail # Issue 1448.
11 html/html_tests: Pass, Fail # Issue 1946. 12 html/html_tests: Pass, Fail # Issue 1946.
12 13
13 [ $compiler == none && $runtime == drt && $system == windows] 14 [ $compiler == none && $runtime == drt && $system == windows]
14 dom/AudioContextTest: Skip 15 dom/AudioContextTest: Skip
15 16
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 89
89 [ $compiler == frogsh && $runtime == d8 ] 90 [ $compiler == frogsh && $runtime == d8 ]
90 *: Skip 91 *: Skip
91 92
92 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 93 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
93 [ $runtime == opera ] 94 [ $runtime == opera ]
94 *: Skip 95 *: Skip
95 96
96 [ $checked ] 97 [ $checked ]
97 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic. 98 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic.
OLDNEW
« no previous file with comments | « no previous file | client/tests/client/dom/CallbacksTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698