9918d69710
For now tests are disabled on the bot while we get it working. Review URL: https://chromiumcodereview.appspot.com//9371037 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@4109 260f80e4-7a28-3924-810f-c04153c831b5
62 lines
1.8 KiB
Plaintext
62 lines
1.8 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.
|
|
|
|
prefix corelib
|
|
|
|
[ $component == vm || $component == dartium ]
|
|
UnicodeTest: Fail # Bug 5163868
|
|
StringSplitRegExpTest: Fail # Issue 429
|
|
*DartcTest: Skip
|
|
|
|
[ $arch == ia32 ]
|
|
|
|
|
|
[ $component == dartc || $component == chromium ]
|
|
*VMTest: Skip
|
|
|
|
[ $component == frog || $component == frogsh || $component == frogium || ($component == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
|
|
# 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
|
|
DateTimeTest: Fail
|
|
DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
|
|
ForInTest: Fail
|
|
ListTest: Fail
|
|
MapsTest: Fail
|
|
MathTest: Fail
|
|
RegExpAllMatchesTest: Fail
|
|
RegExp4Test: Fail # New test added on 10/28.
|
|
StringPatternTest: Fail
|
|
StringSubstringTest: Fail
|
|
StringTest: Fail # Needs index out of range checks.
|
|
|
|
[ $component == webdriver && ($browser == ff || $browser == ie) ]
|
|
UnicodeTest: Fail
|
|
|
|
[ $component == webdriver && $browser == safari ]
|
|
FuturesTest: Fail
|
|
|
|
# TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
|
|
[ $component == webdriver && $browser == opera ]
|
|
*: Skip
|
|
|
|
[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
|
|
*: Skip
|
|
|
|
[ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
|
|
*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|
|
|