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

Unified Diff: samples/tests/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
Index: samples/tests/samples/samples.status
diff --git a/samples/tests/samples/samples.status b/samples/tests/samples/samples.status
deleted file mode 100644
index ebdbcd9dded094f05b30890e09834b1e83f178cf..0000000000000000000000000000000000000000
--- a/samples/tests/samples/samples.status
+++ /dev/null
@@ -1,76 +0,0 @@
-# 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.
-
-[ $browser ]
-# Uses dart:io
-chat/chat_server_test: Skip
-standalone/*: Skip
-
-[ $compiler == dart2js && $runtime == drt ]
-swarm/swarm_test: Pass, Crash, Fail # Issue 10950
-
-[ $compiler == none && $runtime == drt ]
-dartcombat/dartcombat_test: Skip # Issue 2790
-swarm/swarm_test: Pass, Fail # Issue 3977
-
-[ $runtime == chrome || $runtime == ff || $runtime == safari ]
-dartcombat/dartcombat_test: Skip # passes locally but timeout on bot?
-
-[ $runtime == ie9 ]
-lib/layout/layout_test: Fail # http://dartbug.com/5132
-
-[ $runtime == safari ]
-promise_based_test: Skip
-
-[ $runtime == opera ]
-lib/touch/touch_test: Fail
-swarm/swarm_test: Fail
-
-[ $runtime == vm ]
-dartcombat/dartcombat_test: Skip
-swarm/swarm_test: Skip
-lib/layout/layout_test: Skip
-lib/touch/touch_test: Skip
-lib/observable/observable_test: Skip
-lib/util/util_test: Skip
-lib/view/view_test: Skip
-browser/*: Skip
-
-[ $compiler == dart2js && $browser ]
-dartcombat/dartcombat_test: Skip
-
-[ $compiler == dart2js && $runtime == none ]
-*: Fail, Pass # TODO(ahe): Triage these tests.
-
-[ $browser ]
-# This may be related to issue 157
-lib/touch/touch_test: Fail # Expectation: Solver. Expect.approxEquals(expected:9, actual:8.990625000000001, tolerance:0.0009) fails
-
-[ $compiler == dart2js && $runtime == ff ]
-swarm/swarm_test: Fail # Issue 5633
-
-[ $compiler == dart2js && $runtime == drt && $system == windows ]
-swarm/swarm_test: Fail # Issue 4517
-
-[ $compiler == dart2js && $runtime == ie9 ]
-swarm/swarm_test: Timeout, Fail # Issue 5633
-
-[ $compiler == dart2analyzer ]
-standalone/build_dart_test: Skip
-
-[ $compiler == dart2dart ]
-# Skip until we stabilize language tests.
-*: Skip
-
-[ $arch == arm ]
-*: Skip
-
-[ $arch == simarm ]
-*: Skip
-
-[ $arch == mips ]
-*: Skip
-
-[ $arch == simmips ]
-*: Skip

Powered by Google App Engine
This is Rietveld 408576698