cca364ce76
Except for standalone, this mostly skips all other tests. The configurations frog_none and dart2js_none these have been ignored for now by the bots, enabling those tests should be done as needed. Review URL: https://chromiumcodereview.appspot.com//10042001 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@6382 260f80e4-7a28-3924-810f-c04153c831b5
61 lines
1.4 KiB
Plaintext
61 lines
1.4 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.
|
|
|
|
[ $compiler == none ]
|
|
UnicodeTest: Fail # Bug 5163868
|
|
*DartcTest: Skip
|
|
|
|
[ $arch == ia32 ]
|
|
|
|
|
|
[ $compiler == dartc ]
|
|
*VMTest: Skip
|
|
|
|
[ $compiler == frog || $compiler == frogsh ]
|
|
# VM or DartC specific tests not to be run by Frog. See language.status.
|
|
*VMTest: Skip
|
|
*VMNegativeTest: Skip
|
|
*DartcTest: Skip
|
|
*DartcNegativeTest: Skip
|
|
# Note: Correctly skips 4 VMTests that rely on VM internals
|
|
|
|
ConstList*: Fail # 'const' is not currently checked.
|
|
CoreRuntimeTypesTest: Fail
|
|
ForInTest: Fail
|
|
ListTest: Fail
|
|
MapsTest: Fail
|
|
MathParseDoubleTest: Fail
|
|
RegExpAllMatchesTest: Fail
|
|
RegExp4Test: Fail # New test added on 10/28.
|
|
StopwatchTest: Pass,Fail # Issue 2398
|
|
StringPatternTest: Fail
|
|
StringSubstringTest: Fail
|
|
StringTest: Fail # Needs index out of range checks.
|
|
|
|
[ $compiler == frogsh ]
|
|
DoubleCompareTest: Fail
|
|
|
|
[ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
|
|
*: Skip
|
|
|
|
[ $runtime == ff || $runtime == ie ]
|
|
UnicodeTest: Fail
|
|
|
|
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
|
|
[ $runtime == opera ]
|
|
*: Skip
|
|
|
|
[ $runtime == ie && ($system == linux || $system == mac) ]
|
|
*: Skip
|
|
|
|
[ $runtime == safari && ($system == linux || $system == windows) ]
|
|
*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|
|
|