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

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
« gen.dart ('K') | « lib/corelib.dart ('k') | tree.dart » ('j') | 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 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 26 matching lines...) Expand all
37 ConstInit4NegativeTest: Fail # missing checks for static cicular references 37 ConstInit4NegativeTest: Fail # missing checks for static cicular references
38 ConstObjectsAreImmutableTest: Fail 38 ConstObjectsAreImmutableTest: Fail
39 ConstructorDefaultTest: Fail 39 ConstructorDefaultTest: Fail
40 ConstructorRedirect1NegativeTest: Fail # error detected, but code unreachable 40 ConstructorRedirect1NegativeTest: Fail # error detected, but code unreachable
41 ConstructorRedirect2NegativeTest: Fail # error detected, but code unreachable 41 ConstructorRedirect2NegativeTest: Fail # error detected, but code unreachable
42 ConstructorRedirect3NegativeTest: Fail # error detected, but code unreachable 42 ConstructorRedirect3NegativeTest: Fail # error detected, but code unreachable
43 ConstructorRedirect4NegativeTest: Fail # error detected, but code unreachable 43 ConstructorRedirect4NegativeTest: Fail # error detected, but code unreachable
44 ConstructorRedirect5NegativeTest: Fail # error detected, but code unreachable 44 ConstructorRedirect5NegativeTest: Fail # error detected, but code unreachable
45 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason 45 ConstructorSetterNegativeTest: Fail # we were passing this test for the wrong reason
46 CTConst2Test: Fail # newly added on 10/17 46 CTConst2Test: Fail # newly added on 10/17
47 EmptyBlockCaseTest: Fail
48 EmptyBodyMemberNegativeTest: Fail 47 EmptyBodyMemberNegativeTest: Fail
49 ExampleConstructorTest: Fail 48 ExampleConstructorTest: Fail
50 ExecuteFinally6Test: Fail 49 ExecuteFinally6Test: Fail
51 ExpectTest: Fail 50 ExpectTest: Fail
52 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings 51 #FauxverrideTest/01: Fail # see r607 (10/21) passes, but we should be issuing w arnings
53 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings 52 #FauxverrideTest/02: Fail # see r607 (10/21) passes, but we should be issuing w arnings
54 FauxverrideTest/03: Fail 53 FauxverrideTest/03: Fail
55 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings 54 #FauxverrideTest/04: Fail # see r607 (10/21) passes, but we should be issuing w arnings
56 FauxverrideTest/05: Fail 55 FauxverrideTest/05: Fail
57 FieldOverrideTest/01: Fail # newly added on r607 (10/21) 56 FieldOverrideTest/01: Fail # newly added on r607 (10/21)
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 StringInterpolate2Test: Fail 164 StringInterpolate2Test: Fail
166 StringInterpolateNPETest: Fail 165 StringInterpolateNPETest: Fail
167 StringInterpolateTest: Fail 166 StringInterpolateTest: Fail
168 StringTest: Fail 167 StringTest: Fail
169 SuperCallTest: Fail 168 SuperCallTest: Fail
170 SuperFieldTest: Fail 169 SuperFieldTest: Fail
171 SuperImplicitClosureTest: Fail 170 SuperImplicitClosureTest: Fail
172 SuperNegativeTest: Fail 171 SuperNegativeTest: Fail
173 SuperOperatorTest: Fail 172 SuperOperatorTest: Fail
174 SuperTest: Fail 173 SuperTest: Fail
175 SwitchFallthruTest: Fail
176 SwitchLabelTest: Fail 174 SwitchLabelTest: Fail
177 TryCatch9NegativeTest: Fail 175 TryCatch9NegativeTest: Fail
178 TypeDartcTest: Fail 176 TypeDartcTest: Fail
179 TypeVMTest: Fail 177 TypeVMTest: Fail
180 TypeVariableBoundsTest/00: Fail 178 TypeVariableBoundsTest/00: Fail
181 TypeVariableBoundsTest/01: Fail 179 TypeVariableBoundsTest/01: Fail
182 TypeVariableBoundsTest/05: Fail 180 TypeVariableBoundsTest/05: Fail
183 TypeVariableBoundsTest/06: Fail 181 TypeVariableBoundsTest/06: Fail
184 TypeVariableScopeTest/04: Fail # Disagree! Body not analyzed if not invoked. 182 TypeVariableScopeTest/04: Fail # Disagree! Body not analyzed if not invoked.
185 TypedMessageTest: Fail 183 TypedMessageTest: Fail
(...skipping 30 matching lines...) Expand all
216 MathTest: Fail 214 MathTest: Fail
217 NanInfinityTest: Fail 215 NanInfinityTest: Fail
218 PortTest: Fail 216 PortTest: Fail
219 RegExpAllMatchesTest: Fail 217 RegExpAllMatchesTest: Fail
220 StringFromListTest: Fail 218 StringFromListTest: Fail
221 StringPatternTest: Fail 219 StringPatternTest: Fail
222 StringsTest: Fail 220 StringsTest: Fail
223 StringSubstringTest: Fail 221 StringSubstringTest: Fail
224 StringTest: Fail 222 StringTest: Fail
225 UnicodeTest: Fail 223 UnicodeTest: Fail
OLDNEW
« gen.dart ('K') | « lib/corelib.dart ('k') | tree.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698