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

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
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 179 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 OverrideFieldTest/01: Fail 338 OverrideFieldTest/01: Fail
345 OverrideFieldTest/04: Fail 339 OverrideFieldTest/04: Fail
346 OverrideMethodWithFieldTest/01: Fail 340 OverrideMethodWithFieldTest/01: Fail
347 ParameterInitializer5NegativeTest: Fail # Issue 581 341 ParameterInitializer5NegativeTest: Fail # Issue 581
348 Prefix101Test: Fail # Allow multiple imports with same prefix. 342 Prefix101Test: Fail # Allow multiple imports with same prefix.
349 Prefix8NegativeTest: Fail 343 Prefix8NegativeTest: Fail
350 Prefix9NegativeTest: Fail 344 Prefix9NegativeTest: Fail
351 Prefix11NegativeTest: Fail 345 Prefix11NegativeTest: Fail
352 Prefix16NegativeTest: Fail 346 Prefix16NegativeTest: Fail
353 Prefix20NegativeTest: Fail 347 Prefix20NegativeTest: Fail
354 Prefix22NegativeTest: Fail
355 Prefix23NegativeTest: Fail
356 PrivateMemberTest: Fail 348 PrivateMemberTest: Fail
357 PrivateMember2NegativeTest: Fail 349 PrivateMember2NegativeTest: Fail
358 PrivateMember3NegativeTest: Fail 350 PrivateMember3NegativeTest: Fail
359 PrivateTest: Fail 351 PrivateTest: Fail
360 RegExp3Test: Fail 352 RegExp3Test: Fail
361 ScopeNegativeTest: Fail 353 ScopeNegativeTest: Fail
362 ScriptNegativeTest: Fail 354 ScriptNegativeTest: Fail
363 SuperImplicitClosureTest: Fail 355 SuperImplicitClosureTest: Fail
364 SuperTest: Fail # this is testing precise ordering of super constructor call 356 SuperTest: Fail # this is testing precise ordering of super constructor call
365 SwitchLabelTest: Fail 357 SwitchLabelTest: Fail
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
463 [ $component == frog && $mode == debug ] 455 [ $component == frog && $mode == debug ]
464 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 456 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
465 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 457 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
466 458
467 [ $arch == simarm ] 459 [ $arch == simarm ]
468 *: Skip 460 *: Skip
469 461
470 [ $arch == arm ] 462 [ $arch == arm ]
471 *: Skip 463 *: Skip
472 464
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698