Files
sdk/tests/utils/utils.status
T
iposva@google.com ec56bb2c25 Workaround http://dartbug.com/2523 :
- Expect crash when running debug mode DummyCompilerTest.
Review URL: https://chromiumcodereview.appspot.com//10058001

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6413 260f80e4-7a28-3924-810f-c04153c831b5
2012-04-11 13:09:43 +00:00

37 lines
1.0 KiB
Plaintext

# 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.
[ $arch == simarm ]
*: Skip
[ $compiler == frog || $compiler == frogsh ]
# Dartdoc only runs on the VM.
DartdocTest: Skip
MarkdownTest: Skip
DummyCompilerTest: Fail
[ $compiler == none && $runtime == vm && $mode == debug && $checked ]
DummyCompilerTest: Crash # Issue 2523
[ $runtime == vm || $compiler == dartc || ($compiler == none && $runtime == drt) ]
# TODO(rnystrom): Right now, the VM tests can't access frog/ and client/ which
# dartdoc uses, so disable for now. Once the deps files are unified this should
# be fixed.
DartdocTest: Skip
MarkdownTest: Skip
[ $compiler == none && $runtime == drt ]
DummyCompilerTest: Fail # Issue 2264.
[ $compiler == dartc ]
DummyCompilerTest: Fail # Issue 2263.
[ $compiler == dart2js && $runtime == drt ]
*: Skip
[ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
*: Skip