Files
sdk/tests/corelib/corelib.status
T
2012-02-08 10:22:07 +00:00

66 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
# Problems specific to dartc optimized mode.
[ ($component == dartc || $component == chromium) && $mode == release ]
CoreRuntimeTypesTest: Fail
[ $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
[ $component == webdriver && $browser == ie && ($system == linux || $system == mac) ]
*: Skip
[ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
*: Skip
[ $arch == simarm ]
*: Skip
[ $arch == arm ]
*: Skip
[ $component == dartc && $mode == release ]
*: Skip