Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Side by Side Diff: tests/corelib/corelib.status

Issue 9302012: Better way to fix console.log in IE. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 prefix corelib 5 prefix corelib
6 6
7 [ $component == vm || $component == dartium ] 7 [ $component == vm || $component == dartium ]
8 UnicodeTest: Fail # Bug 5163868 8 UnicodeTest: Fail # Bug 5163868
9 *DartcTest: Skip 9 *DartcTest: Skip
10 10
11 [ $arch == ia32 ] 11 [ $arch == ia32 ]
12 12
13 13
14 [ $component == dartc || $component == chromium ] 14 [ $component == dartc || $component == chromium ]
15 ListSetRangeTest: Fail # Bug 291 15 ListSetRangeTest: Fail # Bug 291
16 ConstListLiteralTest: Fail # Bug 5202940 16 ConstListLiteralTest: Fail # Bug 5202940
17 ConstListSetRangeTest: Fail # Bug 5202940 17 ConstListSetRangeTest: Fail # Bug 5202940
18 ConstListRemoveRangeTest: Fail # Bug 5202940 18 ConstListRemoveRangeTest: Fail # Bug 5202940
19 RegExp4Test: Fail # Issue 256 19 RegExp4Test: Fail # Issue 256
20 StringTest: Fail # Bug 5196164 20 StringTest: Fail # Bug 5196164
21 *VMTest: Skip 21 *VMTest: Skip
22 22
23 23
24 # Problems specific to dartc optimized mode. 24 # Problems specific to dartc optimized mode.
25 [ ($component == dartc || $component == chromium) && $mode == release ] 25 [ ($component == dartc || $component == chromium) && $mode == release ]
26 CoreRuntimeTypesTest: Fail 26 CoreRuntimeTypesTest: Fail
27 27
28 28
29 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari )) ] 29 [ $component == frog || $component == frogsh || $component == frogium || ($compo nent == webdriver && ($browser == chrome || $browser == ff || $browser == safari || $browser == ie)) ]
30 # VM or DartC specific tests not to be run by Frog. See language.status. 30 # VM or DartC specific tests not to be run by Frog. See language.status.
31 *VMTest: Skip 31 *VMTest: Skip
32 *VMNegativeTest: Skip 32 *VMNegativeTest: Skip
33 *DartcTest: Skip 33 *DartcTest: Skip
34 *DartcNegativeTest: Skip 34 *DartcNegativeTest: Skip
35 # Note: Correctly skips 4 VMTests that rely on VM internals 35 # Note: Correctly skips 4 VMTests that rely on VM internals
36 36
37 ConstList*: Fail # 'const' is not currently checked. 37 ConstList*: Fail # 'const' is not currently checked.
38 CoreRuntimeTypesTest: Fail 38 CoreRuntimeTypesTest: Fail
39 DateTimeTest: Fail 39 DateTimeTest: Fail
40 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0. 40 DoubleCompareTest: Fail # Issue with static finals and -Infinity, -0.
41 ForInTest: Fail 41 ForInTest: Fail
42 ListTest: Fail 42 ListTest: Fail
43 MapsTest: Fail 43 MapsTest: Fail
44 MathTest: Fail 44 MathTest: Fail
45 RegExpAllMatchesTest: Fail 45 RegExpAllMatchesTest: Fail
46 RegExp4Test: Fail # New test added on 10/28. 46 RegExp4Test: Fail # New test added on 10/28.
47 StringPatternTest: Fail 47 StringPatternTest: Fail
48 StringSubstringTest: Fail 48 StringSubstringTest: Fail
49 StringTest: Fail # Needs index out of range checks. 49 StringTest: Fail # Needs index out of range checks.
50 50
51 [ $component == webdriver && $browser == ff ] 51 [ $component == webdriver && ($browser == ff || $browser == ie) ]
52 UnicodeTest: Fail 52 UnicodeTest: Fail
53 53
54 [ $component == webdriver && $browser == safari ] 54 [ $component == webdriver && $browser == safari ]
55 FuturesTest: Fail 55 FuturesTest: Fail
56 56
57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
58 *: Skip 58 *: Skip
59 59
60 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 60 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
61 *: Skip 61 *: Skip
62 62
63 [ $arch == simarm ] 63 [ $arch == simarm ]
64 *: Skip 64 *: Skip
65 65
66 [ $arch == arm ] 66 [ $arch == arm ]
67 *: Skip 67 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698