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

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

Issue 10008012: First indexeddb test (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge 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/IndexedDB1Test.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 6
7 [ $compiler == none && $runtime == drt ] 7 [ $compiler == none && $runtime == drt ]
8 # TODO(vsm): Triage DOM tests. 8 # TODO(vsm): Triage DOM tests.
9 dom/HTMLElementTest: Fail 9 dom/HTMLElementTest: Fail
10 dom/NativeGCTest: Fail # Issue 1448. 10 dom/NativeGCTest: Fail # Issue 1448.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 59
60 [ $compiler == frog && $runtime == d8 ] 60 [ $compiler == frog && $runtime == d8 ]
61 *: Skip 61 *: Skip
62 62
63 [ $compiler == frogsh && $runtime == d8 ] 63 [ $compiler == frogsh && $runtime == d8 ]
64 *: Skip 64 *: Skip
65 65
66 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 66 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
67 [ $runtime == opera ] 67 [ $runtime == opera ]
68 *: Skip 68 *: Skip
69
70 [ $checked ]
71 dom/IndexedDB1Test: Fail # Type check fails for IDBKey. Needs to be renamed t o Object.
OLDNEW
« no previous file with comments | « no previous file | client/tests/client/dom/IndexedDB1Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698