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

Unified Diff: samples/samples.status

Issue 23717003: Reorganize tests for samples so the test is discoverable from the sample (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « samples/sample_extension/test/sample_extension_test.dart ('k') | samples/solar/test/solar_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/samples.status
diff --git a/samples/samples.status b/samples/samples.status
new file mode 100644
index 0000000000000000000000000000000000000000..11913a6fc4919434fd3d552cd8883d23bdc59cc1
--- /dev/null
+++ b/samples/samples.status
@@ -0,0 +1,82 @@
+# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
+# for details. All rights reserved. Use of this source code is governed by a
+# BSD-style license that can be found in the LICENSE file.
+
+third_party/todomvc: Skip # Not designed for buildbots, see issue 12865.
+
+[ $browser ]
Jennifer Messerly 2013/08/28 20:51:36 hmmm, the diff tool isn't helping things here. but
+# Skip tests that uses dart:io
+chat/test/chat_server_test: Skip
+build_dart: Skip
+build_dart_simple: Skip
+sample_extension: Skip
+time: Skip
+
+[ $compiler == dart2js && $runtime == drt ]
+swarm/test/swarm_test: Pass, Crash, Fail # Issue 10950
+
+[ $compiler == none && $runtime == drt ]
+dartcombat/test/dartcombat_test: Skip # Issue 2790
+swarm/test/swarm_test: Pass, Fail # Issue 3977
+
+[ $runtime == chrome || $runtime == ff || $runtime == safari ]
+dartcombat/test/dartcombat_test: Skip # passes locally but timeout on bot?
+
+[ $runtime == ie9 ]
+swarm/test/swarm_ui_lib/layout/layout_test: Fail # http://dartbug.com/5132
+
+[ $runtime == safari ]
+promise_based_test: Skip
+
+[ $runtime == opera ]
+swarm/test/swarm_ui_lib/touch/touch_test: Fail
+swarm/test/swarm_test: Fail
+
+[ $runtime == vm ]
+# Skip tests that use dart:html on the standalone VM
+clock: Skip
+dartcombat: Skip
+hi: Skip
+solar: Skip
+spirodraw: Skip
+sunflower: Skip
+swarm: Skip
+swipe: Skip
+
+[ $compiler == dart2js && $browser ]
+dartcombat/test/dartcombat_test: Skip
+
+[ $compiler == dart2js && $runtime == none ]
+*: Fail, Pass # TODO(ahe): Triage these tests.
+
+[ $browser ]
+# This may be related to issue 157
+swarm/test/swarm_ui_lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
+
+[ $compiler == dart2js && $runtime == ff ]
+swarm/test/swarm_test: Fail # Issue 5633
+
+[ $compiler == dart2js && $runtime == drt && $system == windows ]
+swarm/test/swarm_test: Fail # Issue 4517
+
+[ $compiler == dart2js && $runtime == ie9 ]
+swarm/test/swarm_test: Timeout, Fail # Issue 5633
+
+[ $compiler == dart2analyzer ]
+build_dart: Skip
+
+[ $compiler == dart2dart ]
+# Skip until we stabilize language tests.
+*: Skip
+
+[ $arch == arm ]
+*: Skip
+
+[ $arch == simarm ]
+*: Skip
+
+[ $arch == mips ]
+*: Skip
+
+[ $arch == simmips ]
+*: Skip
« no previous file with comments | « samples/sample_extension/test/sample_extension_test.dart ('k') | samples/solar/test/solar_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698