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

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

Issue 9129023: adds array bounds checking (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merged Created 8 years, 11 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
« no previous file with comments | « frog/minfrog ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
(...skipping 21 matching lines...) Expand all
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 IndexedListAccessTest: Fail
43 IndexOutOfRangeExceptionTest: Fail
44 ListGetRangeTest: Fail
45 ListFromListTest: Fail
46 ListInsertRangeTest: Fail
47 ListRemoveRangeTest: Fail
48 ListTest: Fail 42 ListTest: Fail
49 MapsTest: Fail 43 MapsTest: Fail
50 MathTest: Fail 44 MathTest: Fail
51 RegExpAllMatchesTest: Fail 45 RegExpAllMatchesTest: Fail
52 RegExp4Test: Fail # New test added on 10/28. 46 RegExp4Test: Fail # New test added on 10/28.
53 StringPatternTest: Fail 47 StringPatternTest: Fail
54 StringSubstringTest: Fail 48 StringSubstringTest: Fail
55 StringTest: Fail # Needs index out of range checks. 49 StringTest: Fail # Needs index out of range checks.
56 50
57 [ $component == webdriver && $browser == ff ] 51 [ $component == webdriver && $browser == ff ]
58 UnicodeTest: Fail 52 UnicodeTest: Fail
59 53
60 [ $component == webdriver && $browser == safari ] 54 [ $component == webdriver && $browser == safari ]
61 FuturesTest: Fail 55 FuturesTest: Fail
62 56
63 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 57 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
64 *: Skip 58 *: Skip
65 59
66 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ] 60 [ $component == webdriver && $browser == safari && ($system == linux || $system == windows) ]
67 *: Skip 61 *: Skip
68 62
69 [ $arch == simarm ] 63 [ $arch == simarm ]
70 *: Skip 64 *: Skip
71 65
72 [ $arch == arm ] 66 [ $arch == arm ]
73 *: Skip 67 *: Skip
OLDNEW
« no previous file with comments | « frog/minfrog ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698