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

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

Issue 8343037: Throw FallThroughError when we fall through a case in a switch statement. Fixes (Closed) Base URL: http://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
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 IntTest: Fail # only fails in self-hosted because % in dart != % in js. 9 IntTest: Fail # only fails in self-hosted because % in dart != % in js.
10 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted 10 PrivateMemberTest/01: Skip # leads to stack overflows when self-hosted
(...skipping 28 matching lines...) Expand all
39 ConstObjectsAreImmutableTest: Fail 39 ConstObjectsAreImmutableTest: Fail
40 ConstructorDefaultTest: Fail 40 ConstructorDefaultTest: Fail
41 ConstructorRedirect1NegativeTest: Fail # error detected, but code unreachable 41 ConstructorRedirect1NegativeTest: Fail # error detected, but code unreachable
42 ConstructorRedirect2NegativeTest: Fail # error detected, but code unreachable 42 ConstructorRedirect2NegativeTest: Fail # error detected, but code unreachable
43 ConstructorRedirect3NegativeTest: Fail # error detected, but code unreachable 43 ConstructorRedirect3NegativeTest: Fail # error detected, but code unreachable
44 ConstructorRedirect4NegativeTest: Fail # error detected, but code unreachable 44 ConstructorRedirect4NegativeTest: Fail # error detected, but code unreachable
45 ConstructorRedirect5NegativeTest: Fail # error detected, but code unreachable 45 ConstructorRedirect5NegativeTest: Fail # error detected, but code unreachable
46 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason 46 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason
47 CTConst2Test: Fail # newly added on 10/17 47 CTConst2Test: Fail # newly added on 10/17
48 DynamicTest: Fail # newly added on 10/27 48 DynamicTest: Fail # newly added on 10/27
49 EmptyBlockCaseTest: Fail
50 EmptyBodyMemberNegativeTest: Fail 49 EmptyBodyMemberNegativeTest: Fail
51 ExampleConstructorTest: Fail 50 ExampleConstructorTest: Fail
52 ExecuteFinally6Test: Fail 51 ExecuteFinally6Test: Fail
53 ExpectTest: Fail 52 ExpectTest: Fail
54 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings 53 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings
55 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings 54 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
56 FauxverrideTest/03: Fail 55 FauxverrideTest/03: Fail
57 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings 56 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings
58 FauxverrideTest/05: Fail 57 FauxverrideTest/05: Fail
59 FieldOverrideTest/01: Fail # newly added on r607 (10/21) 58 FieldOverrideTest/01: Fail # newly added on r607 (10/21)
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 StringInterpolate2Test: Fail 159 StringInterpolate2Test: Fail
161 StringInterpolateNPETest: Fail 160 StringInterpolateNPETest: Fail
162 StringInterpolateTest: Fail 161 StringInterpolateTest: Fail
163 StringTest: Fail 162 StringTest: Fail
164 SuperCallTest: Fail 163 SuperCallTest: Fail
165 SuperFieldTest: Fail 164 SuperFieldTest: Fail
166 SuperImplicitClosureTest: Fail 165 SuperImplicitClosureTest: Fail
167 SuperNegativeTest: Fail 166 SuperNegativeTest: Fail
168 SuperOperatorTest: Fail 167 SuperOperatorTest: Fail
169 SuperTest: Fail 168 SuperTest: Fail
170 SwitchFallthruTest: Fail
171 SwitchLabelTest: Fail 169 SwitchLabelTest: Fail
172 TryCatch9NegativeTest: Fail 170 TryCatch9NegativeTest: Fail
173 TypeDartcTest: Fail 171 TypeDartcTest: Fail
174 TypeVMTest: Fail 172 TypeVMTest: Fail
175 TypeVariableBoundsTest/00: Fail 173 TypeVariableBoundsTest/00: Fail
176 TypeVariableBoundsTest/01: Fail 174 TypeVariableBoundsTest/01: Fail
177 TypeVariableBoundsTest/05: Fail 175 TypeVariableBoundsTest/05: Fail
178 TypeVariableBoundsTest/06: Fail 176 TypeVariableBoundsTest/06: Fail
179 TypeVariableScopeTest/04: Fail # Disagree! Body not analyzed if not invoked. 177 TypeVariableScopeTest/04: Fail # Disagree! Body not analyzed if not invoked.
180 TypedMessageTest: Fail 178 TypedMessageTest: Fail
(...skipping 26 matching lines...) Expand all
207 NanInfinityTest: Fail 205 NanInfinityTest: Fail
208 PortTest: Fail 206 PortTest: Fail
209 RegExpAllMatchesTest: Fail 207 RegExpAllMatchesTest: Fail
210 RegExp4Test: Fail # New test added on 10/28. 208 RegExp4Test: Fail # New test added on 10/28.
211 StringFromListTest: Fail 209 StringFromListTest: Fail
212 StringPatternTest: Fail 210 StringPatternTest: Fail
213 StringsTest: Fail 211 StringsTest: Fail
214 StringSubstringTest: Fail 212 StringSubstringTest: Fail
215 StringTest: Fail 213 StringTest: Fail
216 UnicodeTest: Fail 214 UnicodeTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698