Files
sdk/tests/corelib/corelib.status
T
jimhug@google.com 927d3a6ec5 adds array bounds checking
also adds a --unchecked flag to optionally disable this bounds checking so that we can monitor the performance impact - currently the impact seems to be from zero to about 4x slower depending on the specific benchmark

Review URL: https://chromiumcodereview.appspot.com//9129023

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3555 260f80e4-7a28-3924-810f-c04153c831b5
2012-01-24 15:54:58 +00:00

68 lines
2.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.
prefix corelib
[ $component == vm || $component == dartium ]
UnicodeTest: Fail # Bug 5163868
*DartcTest: Skip
[ $arch == ia32 ]
[ $component == dartc || $component == chromium ]
ListSetRangeTest: Fail # Bug 291
ConstListLiteralTest: Fail # Bug 5202940
ConstListSetRangeTest: Fail # Bug 5202940
ConstListRemoveRangeTest: Fail # Bug 5202940
RegExp4Test: Fail # Issue 256
StringTest: Fail # Bug 5196164
*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)) ]
# 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 ]
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