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

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

Issue 10067009: Migrate the samples to one-argument version of requestAnimationFrame and re-enable the test. (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 | samples/spirodraw/Spirodraw.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: Pass, Fail # webkitRequestAnimationFrame now takes one argume nt.
7 6
8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ]
9 # TODO(vsm): Triage DOM tests. 8 # TODO(vsm): Triage DOM tests.
10 dom/IndexedDB2Test: Fail # Crazy results. 9 dom/IndexedDB2Test: Fail # Crazy results.
11 html/html_tests: Pass, Fail # Issue 1946. 10 html/html_tests: Pass, Fail # Issue 1946.
12 11
13 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ] 12 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu g ]
14 dom/NativeGCTest: Skip # Issue 2538. 13 dom/NativeGCTest: Skip # Issue 2538.
15 14
16 [ $compiler == none && $runtime == drt && $system == windows] 15 [ $compiler == none && $runtime == drt && $system == windows]
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 103 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
105 [ $runtime == opera ] 104 [ $runtime == opera ]
106 *: Skip 105 *: Skip
107 106
108 [ $checked ] 107 [ $checked ]
109 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic. 108 dom/IndexedDB1Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic.
110 dom/IndexedDB2Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic. 109 dom/IndexedDB2Test: Skip # Type check fails for IDBKey, causing Fail or Timeout . Needs to be renamed to Object or Dynamic.
111 110
112 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 111 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
113 *: Skip 112 *: Skip
OLDNEW
« no previous file with comments | « no previous file | samples/spirodraw/Spirodraw.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698