1dd7a8484c
Less code, more tests passing... EvaluatedValue and MethodGenerator.evalBody are both in the right direction but will be evolving fairly rapidly to get to a fully cleaned up state. Review URL: http://codereview.chromium.org//9146001 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@3077 260f80e4-7a28-3924-810f-c04153c831b5
63 lines
1.7 KiB
Plaintext
63 lines
1.7 KiB
Plaintext
# Copyright (c) 2011, 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
|
|
CoreRuntimeTypesTest: Fail # Bug 5196164
|
|
RegExp4Test: Fail # Issue 256
|
|
StringTest: Fail # Bug 5196164
|
|
IndexedListAccessTest: Fail # Issue 274
|
|
*VMTest: Skip
|
|
|
|
|
|
[ $component == frog || $component == frogsh || $component == frogium ]
|
|
# 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
|
|
IndexedListAccessTest: Fail
|
|
IndexOutOfRangeExceptionTest: Fail
|
|
ListGetRangeTest: Fail
|
|
ListFromListTest: Fail
|
|
ListInsertRangeTest: Fail
|
|
ListRemoveRangeTest: 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.
|
|
|
|
|
|
[ $arch == x64 ]
|
|
*: Skip
|
|
|
|
[ $arch == simarm ]
|
|
*: Skip
|
|
|
|
[ $arch == arm ]
|
|
*: Skip
|