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

Side by Side Diff: samples/samples.status

Issue 23678009: fixed TodoMVC tests to include deploying to JS (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 [ $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
(...skipping 21 matching lines...) Expand all
32 [ $runtime == vm ] 32 [ $runtime == vm ]
33 # Skip tests that use dart:html on the standalone VM 33 # Skip tests that use dart:html on the standalone VM
34 clock: Skip 34 clock: Skip
35 dartcombat: Skip 35 dartcombat: Skip
36 hi: Skip 36 hi: Skip
37 solar: Skip 37 solar: Skip
38 spirodraw: Skip 38 spirodraw: Skip
39 sunflower: Skip 39 sunflower: Skip
40 swarm: Skip 40 swarm: Skip
41 swipe: Skip 41 swipe: Skip
42 third_party/todomvc/*: Skip 42 third_party/todomvc: Skip
43 43
44 [ $compiler == dart2js && $browser ] 44 [ $compiler == dart2js && $browser ]
45 dartcombat/test/dartcombat_test: Skip 45 dartcombat/test/dartcombat_test: Skip
46 third_party/todomvc/*: Skip # Issue 12865
47 46
48 [ $compiler == dart2js && $runtime == none ] 47 [ $compiler == dart2js && $runtime == none ]
49 *: Fail, Pass # TODO(ahe): Triage these tests. 48 *: Fail, Pass # TODO(ahe): Triage these tests.
50 49
51 [ $browser ] 50 [ $browser ]
52 # This may be related to issue 157 51 # This may be related to issue 157
53 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails 52 swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.app roxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
54 53
55 [ $compiler == dart2js && $runtime == ff ] 54 [ $compiler == dart2js && $runtime == ff ]
56 swarm/test/swarm_test: Fail # Issue 5633 55 swarm/test/swarm_test: Fail # Issue 5633
(...skipping 15 matching lines...) Expand all
72 *: Skip 71 *: Skip
73 72
74 [ $arch == simarm ] 73 [ $arch == simarm ]
75 *: Skip 74 *: Skip
76 75
77 [ $arch == mips ] 76 [ $arch == mips ]
78 *: Skip 77 *: Skip
79 78
80 [ $arch == simmips ] 79 [ $arch == simmips ]
81 *: Skip 80 *: Skip
OLDNEW
« no previous file with comments | « pkg/polymer/test/transform/polyfill_injector_test.dart ('k') | samples/third_party/todomvc/test/mainpage_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698