| 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
|
|
|