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

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

Issue 9615035: Generate dynamic type errors according to spec. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 9 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 | « tests/co19/co19-runtime.status ('k') | tests/language/src/Prefix22NegativeTest.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) 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 24 matching lines...) Expand all
35 ImplicitThisTest/03: Fail # Issue 374 35 ImplicitThisTest/03: Fail # Issue 374
36 ImplicitThisTest/04: Fail # Issue 374 36 ImplicitThisTest/04: Fail # Issue 374
37 ImplicitThisTest/none: Fail # Issue 374 37 ImplicitThisTest/none: Fail # Issue 374
38 38
39 # These bugs refer currently ongoing language discussions. 39 # These bugs refer currently ongoing language discussions.
40 Constructor5Test: Fail # (Discussion ongoing) 40 Constructor5Test: Fail # (Discussion ongoing)
41 Constructor6Test: Fail # (Discussion ongoing) 41 Constructor6Test: Fail # (Discussion ongoing)
42 FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing type s. 42 FunctionTypeAliasNegativeTest: Fail # Spec not clear about self referencing type s.
43 43
44 # Bad tests needing to be fixed. 44 # Bad tests needing to be fixed.
45 Prefix23NegativeTest: Fail
46 TypeVariableScopeTest/00: Fail 45 TypeVariableScopeTest/00: Fail
46 TypeVariableScopeTest/01: Fail
47 TypeVariableScopeTest/02: Fail
47 TypeVariableScopeTest/03: Fail 48 TypeVariableScopeTest/03: Fail
48 TypeVariableScopeTest/04: Fail 49 TypeVariableScopeTest/04: Fail
49 TypeVariableScopeTest/05: Fail 50 TypeVariableScopeTest/05: Fail
50 51
51 # Regular bugs which should be fixed. 52 # Regular bugs which should be fixed.
52 53
53 ConstInit6NegativeTest: Fail # Issue 811 54 ConstInit6NegativeTest: Fail # Issue 811
54 SuperFirstConstructorTest: Fail # Issue 1372. 55 SuperFirstConstructorTest: Fail # Issue 1372.
55 56
56 # Issue 1427 57 # Issue 1427
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 *DartcTest: Skip 90 *DartcTest: Skip
90 *DartcNegativeTest: Skip 91 *DartcNegativeTest: Skip
91 *FrogTest: Skip 92 *FrogTest: Skip
92 *FrogNegativeTest: Skip 93 *FrogNegativeTest: Skip
93 94
94 [ ($component == vm || $component == dartium) && $unchecked ] 95 [ ($component == vm || $component == dartium) && $unchecked ]
95 96
96 IsNotClass3NegativeTest: Fail # Spec unclear. 97 IsNotClass3NegativeTest: Fail # Spec unclear.
97 Prefix16NegativeTest: Fail # Bug 5532534 98 Prefix16NegativeTest: Fail # Bug 5532534
98 99
99 [ ($component == vm || $component == dartium) && $checked ]
100
101 TypeVariableBounds2Test/03: Fail # Work in progress.
102 Prefix22Test: Fail # This test should be negative in checked mode.
103
104 [ ($component == vm || $component == dartium) && $mode == debug ] 100 [ ($component == vm || $component == dartium) && $mode == debug ]
105 GCTest: Skip # Takes too long. 101 GCTest: Skip # Takes too long.
106 102
107 [ $component == vm && $mode == release ] 103 [ $component == vm && $mode == release ]
108 104
109 [ $component == dartc || $component == chromium ] 105 [ $component == dartc || $component == chromium ]
110 AbstractSyntaxTest/01: Fail 106 AbstractSyntaxTest/01: Fail
111 ApplicationNegativeTest: Fail 107 ApplicationNegativeTest: Fail
112 AssertKeywordNegativeTest: Fail 108 AssertKeywordNegativeTest: Fail
113 AssertTest: Fail # Uses AssertError class. Bug 4385894. 109 AssertTest: Fail # Uses AssertError class. Bug 4385894.
(...skipping 29 matching lines...) Expand all
143 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 139 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
144 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 140 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
145 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 141 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
146 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 142 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
147 OverrideFieldTest/04: Fail # Bug 5215249 143 OverrideFieldTest/04: Fail # Bug 5215249
148 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 144 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
149 Prefix101Test: Fail # Allow multiple imports with same prefix. 145 Prefix101Test: Fail # Allow multiple imports with same prefix.
150 Prefix11NegativeTest: Fail # Bug 5406175 146 Prefix11NegativeTest: Fail # Bug 5406175
151 Prefix12NegativeTest: Fail # Bug 5406175 147 Prefix12NegativeTest: Fail # Bug 5406175
152 Prefix16NegativeTest: Fail # Bug 5532534 148 Prefix16NegativeTest: Fail # Bug 5532534
153 Prefix22NegativeTest: Fail # Needs to be re-written as multitest
154 Prefix23NegativeTest: Fail # Needs to be re-written as multitest
155 Prefix3NegativeTest: Fail # Bug 5406175 149 Prefix3NegativeTest: Fail # Bug 5406175
156 Prefix6NegativeTest: Fail 150 Prefix6NegativeTest: Fail
157 PrivateMember3NegativeTest: Fail 151 PrivateMember3NegativeTest: Fail
158 PseudoKWIllegalTest/01: Fail # Issue 356 152 PseudoKWIllegalTest/01: Fail # Issue 356
159 PseudoKWIllegalTest/02: Fail # Issue 356 153 PseudoKWIllegalTest/02: Fail # Issue 356
160 PseudoKWIllegalTest/03: Fail # Issue 356 154 PseudoKWIllegalTest/03: Fail # Issue 356
161 PseudoKWIllegalTest/04: Fail # Issue 356 155 PseudoKWIllegalTest/04: Fail # Issue 356
162 PseudoKWIllegalTest/05: Fail # Issue 356 156 PseudoKWIllegalTest/05: Fail # Issue 356
163 PseudoKWIllegalTest/06: Fail # Issue 356 157 PseudoKWIllegalTest/06: Fail # Issue 356
164 PseudoKWIllegalTest/07: Fail # Issue 356 158 PseudoKWIllegalTest/07: Fail # Issue 356
(...skipping 14 matching lines...) Expand all
179 StaticField2RunNegativeTest: Fail # issue 1662 173 StaticField2RunNegativeTest: Fail # issue 1662
180 StaticField2aRunNegativeTest: Fail # issue 1662 174 StaticField2aRunNegativeTest: Fail # issue 1662
181 StringEscape1NegativeTest: Fail # Issue 1351. 175 StringEscape1NegativeTest: Fail # Issue 1351.
182 StringEscape4NegativeTest: Fail # Issue 1351. 176 StringEscape4NegativeTest: Fail # Issue 1351.
183 SuperOperatorTest: Fail # Bug 4995463. 177 SuperOperatorTest: Fail # Bug 4995463.
184 Switch3NegativeTest: Fail # issue 1663 178 Switch3NegativeTest: Fail # issue 1663
185 Switch7NegativeTest: Fail # Bug 4208467. 179 Switch7NegativeTest: Fail # Bug 4208467.
186 SwitchLabelTest: Fail # Bug 4208467. 180 SwitchLabelTest: Fail # Bug 4208467.
187 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 181 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586
188 Throw7NegativeTest: Fail # Bug 4208459. 182 Throw7NegativeTest: Fail # Bug 4208459.
189 TypeVariableBoundsTest/01: Fail # issue 1900 183 TypeVariableBoundsTest*: Skip # issue 1900 and multiple error annotations are r equired
184 TypeVariableBounds2Test*: Skip # multiple error annotations are required
190 185
191 # 186 #
192 # Add new dartc annotations above in alphabetical order 187 # Add new dartc annotations above in alphabetical order
193 # 188 #
194 189
195 # VM or Frog specific tests that should not be run by DartC. 190 # VM or Frog specific tests that should not be run by DartC.
196 *VMTest: Skip 191 *VMTest: Skip
197 *VMNegativeTest: Skip 192 *VMNegativeTest: Skip
198 *FrogTest: Skip 193 *FrogTest: Skip
199 *FrogNegativeTest: Skip 194 *FrogNegativeTest: Skip
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 OverrideFieldTest/01: Fail 339 OverrideFieldTest/01: Fail
345 OverrideFieldTest/04: Fail 340 OverrideFieldTest/04: Fail
346 OverrideMethodWithFieldTest/01: Fail 341 OverrideMethodWithFieldTest/01: Fail
347 ParameterInitializer5NegativeTest: Fail # Issue 581 342 ParameterInitializer5NegativeTest: Fail # Issue 581
348 Prefix101Test: Fail # Allow multiple imports with same prefix. 343 Prefix101Test: Fail # Allow multiple imports with same prefix.
349 Prefix8NegativeTest: Fail 344 Prefix8NegativeTest: Fail
350 Prefix9NegativeTest: Fail 345 Prefix9NegativeTest: Fail
351 Prefix11NegativeTest: Fail 346 Prefix11NegativeTest: Fail
352 Prefix16NegativeTest: Fail 347 Prefix16NegativeTest: Fail
353 Prefix20NegativeTest: Fail 348 Prefix20NegativeTest: Fail
354 Prefix22NegativeTest: Fail
355 Prefix23NegativeTest: Fail
356 PrivateMemberTest: Fail 349 PrivateMemberTest: Fail
357 PrivateMember2NegativeTest: Fail 350 PrivateMember2NegativeTest: Fail
358 PrivateMember3NegativeTest: Fail 351 PrivateMember3NegativeTest: Fail
359 PrivateTest: Fail 352 PrivateTest: Fail
360 RegExp3Test: Fail 353 RegExp3Test: Fail
361 ScopeNegativeTest: Fail 354 ScopeNegativeTest: Fail
362 ScriptNegativeTest: Fail 355 ScriptNegativeTest: Fail
363 SuperImplicitClosureTest: Fail 356 SuperImplicitClosureTest: Fail
364 SuperTest: Fail # this is testing precise ordering of super constructor call 357 SuperTest: Fail # this is testing precise ordering of super constructor call
365 SwitchLabelTest: Fail 358 SwitchLabelTest: Fail
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 [ $component == frog && $mode == debug ] 456 [ $component == frog && $mode == debug ]
464 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
465 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
466 459
467 [ $arch == simarm ] 460 [ $arch == simarm ]
468 *: Skip 461 *: Skip
469 462
470 [ $arch == arm ] 463 [ $arch == arm ]
471 *: Skip 464 *: Skip
472 465
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/language/src/Prefix22NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698