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

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

Issue 8384012: Make some ErrorCode-s compile-time errors and some just type warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Changes for comments 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 # 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 an architecture other than the one you are working on. 10 # failed on an architecture other than the one you are working on.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 [ ($component == dartc || $component == chromium) && $mode == debug ] 68 [ ($component == dartc || $component == chromium) && $mode == debug ]
69 69
70 70
71 [ $component == dartc || $component == chromium ] 71 [ $component == dartc || $component == chromium ]
72 Library4NegativeTest: Fail # Bug 5406175 72 Library4NegativeTest: Fail # Bug 5406175
73 Prefix3NegativeTest: Fail # Bug 5406175 73 Prefix3NegativeTest: Fail # Bug 5406175
74 Prefix11NegativeTest: Fail # Bug 5406175 74 Prefix11NegativeTest: Fail # Bug 5406175
75 Prefix12NegativeTest: Fail # Bug 5406175 75 Prefix12NegativeTest: Fail # Bug 5406175
76 Prefix14Test: Fail # Bug 5406175 76 Prefix14Test: Fail # Bug 5406175
77 Prefix15Test: Skip # Bug 5406175 77 Prefix15Test: Skip # Bug 5406175
78 Prefix16NegativeTest: Fail # Bug 5532534
78 ConstConstructor1NegativeTest: FAIL # Bug 5142545 79 ConstConstructor1NegativeTest: FAIL # Bug 5142545
79 ConstConstructor2NegativeTest: FAIL # Bug 5142545 80 ConstConstructor2NegativeTest: FAIL # Bug 5142545
80 CTConst3Test: Fail # Codesite Issue 120 81 CTConst3Test: Fail # Codesite Issue 120
81 82
82 StringConcatTest: FAIL # Bug 5196164 83 StringConcatTest: FAIL # Bug 5196164
83 NamedParametersTypeTest: Fail # Implementation in progress. 84 NamedParametersTypeTest: Fail # Implementation in progress.
84 NamedParametersNegativeTest: Fail # Implementation in progress. 85 NamedParametersNegativeTest: Fail # Implementation in progress.
85 NamedParameters2NegativeTest: Fail # Implementation in progress. 86 NamedParameters2NegativeTest: Fail # Implementation in progress.
86 NamedParameters3NegativeTest: Fail # Implementation in progress. 87 NamedParameters3NegativeTest: Fail # Implementation in progress.
87 NamedParameters4NegativeTest: Fail # Implementation in progress. 88 NamedParameters4NegativeTest: Fail # Implementation in progress.
(...skipping 15 matching lines...) Expand all
103 StackOverflowTest: Fail # Bug 4591172. 104 StackOverflowTest: Fail # Bug 4591172.
104 ScopeNegativeTest: Fail # Bug 4207538. 105 ScopeNegativeTest: Fail # Bug 4207538.
105 PseudoKWNegativeTest: Fail # Bug 4979760. 106 PseudoKWNegativeTest: Fail # Bug 4979760.
106 OverriddenNoSuchMethodTest: Fail # Bug 4202974. 107 OverriddenNoSuchMethodTest: Fail # Bug 4202974.
107 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 108 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
108 NoSuchMethodTest: Fail # Bug 4202974. 109 NoSuchMethodTest: Fail # Bug 4202974.
109 NumbersTest: Fail # Fails because numbers are mapped to doubles. 110 NumbersTest: Fail # Fails because numbers are mapped to doubles.
110 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 111 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
111 LocalFunction3Test: Fail # Bug 4202974. 112 LocalFunction3Test: Fail # Bug 4202974.
112 MethodOverrideTest: Crash # Bug 5516001. 113 MethodOverrideTest: Crash # Bug 5516001.
113 DynamicTest: Fail # Bug 5527899. 114 DynamicTest: Crash # Bug 5527899.
114 115
115 FieldNegativeTest: Fail # Bug 4207626. 116 FieldNegativeTest: Fail # Bug 4207626.
116 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 117 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
117 ExampleConstructorTest: Fail # Bug 4205742. 118 ExampleConstructorTest: Fail # Bug 4205742.
118 CTConstTest: Fail # Bug 4510015. 119 CTConstTest: Fail # Bug 4510015.
119 Constructor2NegativeTest: Fail # Bug 4208594. 120 Constructor2NegativeTest: Fail # Bug 4208594.
120 Constructor2Test: Fail # Issue 255 121 Constructor2Test: Fail # Issue 255
121 Constructor3Test: Fail # Issue 257 122 Constructor3Test: Fail # Issue 257
122 Constructor4Test: Fail # Issue 286 123 Constructor4Test: Fail # Issue 286
123 ClassOverrideNegativeTest: Fail # Bug 4205768. 124 ClassOverrideNegativeTest: Fail # Bug 4205768.
(...skipping 26 matching lines...) Expand all
150 BlackListedTest/03: Fail # Bug 5469684 151 BlackListedTest/03: Fail # Bug 5469684
151 BlackListedTest/04: Fail # Bug 5469684 152 BlackListedTest/04: Fail # Bug 5469684
152 BlackListedTest/05: Fail # Bug 5469684 153 BlackListedTest/05: Fail # Bug 5469684
153 BlackListedTest/06: Fail # Bug 5469684 154 BlackListedTest/06: Fail # Bug 5469684
154 BlackListedTest/07: Fail # Bug 5469684 155 BlackListedTest/07: Fail # Bug 5469684
155 BlackListedTest/08: Fail # Bug 5469684 156 BlackListedTest/08: Fail # Bug 5469684
156 BlackListedTest/09: Fail # Bug 5469684 157 BlackListedTest/09: Fail # Bug 5469684
157 BlackListedTest/10: Fail # Bug 5469684 158 BlackListedTest/10: Fail # Bug 5469684
158 BlackListedTest/11: Fail # Bug 5469684 159 BlackListedTest/11: Fail # Bug 5469684
159 BlackListedTest/12: Fail # Bug 5469684 160 BlackListedTest/12: Fail # Bug 5469684
161 BlackListedTest/13: Crash # Bug 5469684
162 BlackListedTest/14: Crash # Bug 5469684
160 163
161 FactoryArrowTest: Fail # Issue 223 164 FactoryArrowTest: Fail # Issue 223
162 165
163 # VM specific tests that should not be run by DartC. 166 # VM specific tests that should not be run by DartC.
164 *VMTest: Skip 167 *VMTest: Skip
165 168
166 169
167 [ $component == dartium ] 170 [ $component == dartium ]
168 # TODO: These need to be retriaged. 171 # TODO: These need to be retriaged.
169 ExpectTest: Fail 172 ExpectTest: Fail
170 StackTraceTest: Fail 173 StackTraceTest: Fail
171 RichardsTest: Fail 174 RichardsTest: Fail
172 UnboundGetterTest: Fail 175 UnboundGetterTest: Fail
173 Private2Test: Fail 176 Private2Test: Fail
174 Private3Test: Fail 177 Private3Test: Fail
175 178
176 TypedMessageTest: Fail # Bug 5246195 179 TypedMessageTest: Fail # Bug 5246195
177 180
178 [ $arch == x64 ] 181 [ $arch == x64 ]
179 *: Skip 182 *: Skip
180 183
181 [ $arch == simarm ] 184 [ $arch == simarm ]
182 *: Skip 185 *: Skip
183 186
184 [ $arch == arm ] 187 [ $arch == arm ]
185 *: Skip 188 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698