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

Side by Side Diff: samples/samples.status

Issue 32593007: fix todomvc tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | sdk/lib/html/dart2js/html_dart2js.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) 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 [ $browser ] 5 [ $browser ]
6 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
7 chat/test/chat_server_test: Skip 7 chat/test/chat_server_test: Skip
8 build_dart: Skip 8 build_dart: Skip
9 build_dart_simple: Skip 9 build_dart_simple: Skip
10 sample_extension: Skip 10 sample_extension: Skip
11 time: Skip 11 time: Skip
12 12
13 third_party/todomvc: Pass, Fail, Timeout # Issue 14247
14
15 [ $compiler == dart2js && $runtime == drt ] 13 [ $compiler == dart2js && $runtime == drt ]
16 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950 14 swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
17 15
18 [ $compiler == none && $runtime == drt && $mode == debug ] 16 [ $compiler == none && $runtime == drt && $mode == debug ]
19 dromaeo_smoke_test: Crash # Issue 14218 17 dromaeo_smoke_test: Crash # Issue 14218
20 18
21 [ $runtime == ie9 ] 19 [ $runtime == ie9 ]
22 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132 20 swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132
23 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865 21 third_party/todomvc: Pass, Fail, Timeout # Flaky? Issue 12865
24 22
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 *: Skip 80 *: Skip
83 81
84 [ $arch == simarm ] 82 [ $arch == simarm ]
85 *: Skip 83 *: Skip
86 84
87 [ $arch == mips ] 85 [ $arch == mips ]
88 *: Skip 86 *: Skip
89 87
90 [ $arch == simmips ] 88 [ $arch == simmips ]
91 *: Skip 89 *: Skip
OLDNEW
« no previous file with comments | « no previous file | sdk/lib/html/dart2js/html_dart2js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698