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

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

Issue 8437043: Fixes a few different issues related to block scope. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/frog
Patch Set: Created 9 years, 1 month 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
« gen.dart ('K') | « gen.dart ('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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # The following section indicates the status for language tests under frog. 5 # The following section indicates the status for language tests under frog.
6 prefix frog/language 6 prefix frog/language
7 7
8 [ $arch == ia32 && $mode == release ] 8 [ $arch == ia32 && $mode == release ]
9 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted 9 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted
10 PrivateMemberTest/02: Skip # leads to stack overflows when self-hosted 10 PrivateMemberTest/02: Skip # leads to stack overflows when self-hosted
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 NumbersTest: Fail 111 NumbersTest: Fail
112 Operator1NegativeTest: Fail 112 Operator1NegativeTest: Fail
113 OperatorTest: Fail 113 OperatorTest: Fail
114 OverrideMethodWithFieldTest/01: Fail # newly added in r607 (10/21) 114 OverrideMethodWithFieldTest/01: Fail # newly added in r607 (10/21)
115 OverrideFieldTest/01: Fail # newly added in r607 (10/21) 115 OverrideFieldTest/01: Fail # newly added in r607 (10/21)
116 #OverrideFieldTest/02: Fail # see r607 (10/21) passes, but we should be issuing warnings 116 #OverrideFieldTest/02: Fail # see r607 (10/21) passes, but we should be issuing warnings
117 #OverrideFieldTest/03: Fail # see r607 (10/21) passes, but we should be issuing warnings 117 #OverrideFieldTest/03: Fail # see r607 (10/21) passes, but we should be issuing warnings
118 OverrideFieldTest/04: Fail # newly added in r607 (10/21) 118 OverrideFieldTest/04: Fail # newly added in r607 (10/21)
119 Prefix3NegativeTest: Fail 119 Prefix3NegativeTest: Fail
120 Prefix7NegativeTest: Fail 120 Prefix7NegativeTest: Fail
121 Prefix8NegativeTest: Fail # was passing for the wrong reason
122 Prefix9NegativeTest: Fail # was passing for the wrong reason
121 Prefix11NegativeTest: Fail 123 Prefix11NegativeTest: Fail
122 Prefix14NegativeTest: Fail 124 Prefix14NegativeTest: Fail
123 Prefix16NegativeTest: Fail 125 Prefix16NegativeTest: Fail
124 Prefix15Test: Fail 126 Prefix15Test: Fail
125 Private3Test: Fail 127 Private3Test: Fail
126 PrivateTest: Fail 128 PrivateTest: Fail
127 PseudoKWNegativeTest: Fail 129 PseudoKWNegativeTest: Fail
128 RegExp3Test: Fail 130 RegExp3Test: Fail
129 SavannahTest: Fail 131 SavannahTest: Fail
130 ScopeNegativeTest: Fail 132 ScopeNegativeTest: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 MapFromTest: Fail 182 MapFromTest: Fail
181 MapsTest: Fail 183 MapsTest: Fail
182 MathTest: Fail 184 MathTest: Fail
183 NanInfinityTest: Fail 185 NanInfinityTest: Fail
184 PortTest: Fail 186 PortTest: Fail
185 RegExpAllMatchesTest: Fail 187 RegExpAllMatchesTest: Fail
186 RegExp4Test: Fail # New test added on 10/28. 188 RegExp4Test: Fail # New test added on 10/28.
187 StringPatternTest: Fail 189 StringPatternTest: Fail
188 StringSubstringTest: Fail 190 StringSubstringTest: Fail
189 StringTest: Fail # needs index out of range checks 191 StringTest: Fail # needs index out of range checks
OLDNEW
« gen.dart ('K') | « gen.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698