6d2b52bb73
Review URL: https://chromiumcodereview.appspot.com//10153004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6971 260f80e4-7a28-3924-810f-c04153c831b5
43 lines
1.1 KiB
Plaintext
43 lines
1.1 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 == dart2js ]
|
|
# Dartdoc only runs on the VM.
|
|
DartdocTest: Skip
|
|
MarkdownTest: Skip
|
|
|
|
[ $compiler == frog ]
|
|
DummyCompilerTest: Fail
|
|
|
|
[ $compiler == frog ]
|
|
Utf8Test: Crash
|
|
|
|
[ $compiler == dart2js ]
|
|
Utf8Test: Fail # compiler cancelled: Unhandled non-BMP character: U+10412
|
|
|
|
[ $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 ]
|
|
YamlTest: Skip # Issue 2717.
|
|
|
|
[ $compiler == dart2js && $runtime == drt ]
|
|
*: Skip
|
|
|
|
[ $compiler == frog && $runtime == none ]
|
|
*: Skip
|