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

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

Issue 8676001: Implement type checking of list literals (issue 220). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« no previous file with comments | « tests/corelib/src/StringBaseVMTest.dart ('k') | tests/language/src/CanonicalConstTest.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 # 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 For2Test: Fail # Bug 4995208. 111 For2Test: Fail # Bug 4995208.
112 FunctionTypeAliasNegativeTest: Fail # Bug 5231617. 112 FunctionTypeAliasNegativeTest: Fail # Bug 5231617.
113 FunctionTypeAliasTest: Crash # Bug 4519208. 113 FunctionTypeAliasTest: Crash # Bug 4519208.
114 GenericParameterizedExtendsTest: Skip # Bug 5392297 114 GenericParameterizedExtendsTest: Skip # Bug 5392297
115 GenericTest: Fail # Bug 5393302 (missing call to super constructor) 115 GenericTest: Fail # Bug 5393302 (missing call to super constructor)
116 GetterClosureExecutionOrderTest: Fail # Bug 5481595 116 GetterClosureExecutionOrderTest: Fail # Bug 5481595
117 ImplicitThisTest/none: Fail # Issue 375 117 ImplicitThisTest/none: Fail # Issue 375
118 InterfaceFactory3NegativeTest: Fail # Bug 5387405 118 InterfaceFactory3NegativeTest: Fail # Bug 5387405
119 IsObjectTest: Skip # Hasn't be tested on DartC yet 119 IsObjectTest: Skip # Hasn't be tested on DartC yet
120 Library4NegativeTest: Fail # Bug 5406175 120 Library4NegativeTest: Fail # Bug 5406175
121 ListLiteral3Test: Fail # Bug 4510015. 121 ListLiteral1NegativeTest: Skip # Issue 220
122 ListLiteral2NegativeTest: Fail # Issue 220
123 ListLiteral3Test: Fail # Issue 220
124 ListLiteral4Test: Fail # Issue 220
122 ListTest: Fail # Bug 5146975. 125 ListTest: Fail # Bug 5146975.
123 LocalFunction3Test: Fail # Bug 4202974. 126 LocalFunction3Test: Fail # Bug 4202974.
124 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing). 127 LocalFunctionTest: Fail # Bug in test. Bug 4202989 (shadowing).
125 MapLiteral3Test: Fail # Issue 221 128 MapLiteral3Test: Fail # Issue 221
126 MapLiteral4Test: Fail # Issue 221 129 MapLiteral4Test: Fail # Issue 221
127 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974. 130 ManyOverriddenNoSuchMethodTest: Fail # Bug 4202974.
128 MethodOverrideTest: Crash # Bug 5516001. 131 MethodOverrideTest: Crash # Bug 5516001.
129 NamedParameters2NegativeTest: Fail # Implementation in progress. 132 NamedParameters2NegativeTest: Fail # Implementation in progress.
130 NamedParameters3NegativeTest: Fail # Implementation in progress. 133 NamedParameters3NegativeTest: Fail # Implementation in progress.
131 NamedParameters4NegativeTest: Fail # Implementation in progress. 134 NamedParameters4NegativeTest: Fail # Implementation in progress.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
198 *DartcTest: Skip 201 *DartcTest: Skip
199 *DartcNegativeTest: Skip 202 *DartcNegativeTest: Skip
200 # Currently, these patterns skip three tests: 203 # Currently, these patterns skip three tests:
201 # MathVMTest - correctly skipped as this relies on VM guarantees 204 # MathVMTest - correctly skipped as this relies on VM guarantees
202 # - should add a version of this with the --enable_type_checks flag 205 # - should add a version of this with the --enable_type_checks flag
203 # TypeVMTest - correctly skipped as this relies on detailed of TypeError 206 # TypeVMTest - correctly skipped as this relies on detailed of TypeError
204 # TypeDartcTest - should pass, need refactoring to get frog safe version 207 # TypeDartcTest - should pass, need refactoring to get frog safe version
205 208
206 BitOperationsTest: Fail # relies on big integers not available in JS 209 BitOperationsTest: Fail # relies on big integers not available in JS
207 CallThroughGetterTest: Fail 210 CallThroughGetterTest: Fail
208 CanonicalConstTest: Fail # type in const array allocation is erased
209 CharEscapeTest: Fail 211 CharEscapeTest: Fail
210 ClassOverrideNegativeTest: Fail 212 ClassOverrideNegativeTest: Fail
211 ClosureSharedStateTest: Fail 213 ClosureSharedStateTest: Fail
212 ConstFactoryNegativeTest: Fail 214 ConstFactoryNegativeTest: Fail
213 ConstObjectsAreImmutableTest: Fail 215 ConstObjectsAreImmutableTest: Fail
214 CTConstTest: Fail # Not checking for generic type in const expression. 216 CTConstTest: Fail # Not checking for generic type in const expression.
215 DefaultFactoryLibraryTest: Fail # Issue 514 217 DefaultFactoryLibraryTest: Fail # Issue 514
216 DynamicTest: Fail 218 DynamicTest: Fail
217 ExampleConstructorTest: Fail 219 ExampleConstructorTest: Fail
218 Constructor2Test: Fail 220 Constructor2Test: Fail
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 IncrOpTest: Fail 252 IncrOpTest: Fail
251 Instanceof2Test: Fail 253 Instanceof2Test: Fail
252 InstanceofTest: Fail 254 InstanceofTest: Fail
253 InterfaceFactory3NegativeTest: Fail 255 InterfaceFactory3NegativeTest: Fail
254 IsNotClass4NegativeTest: Fail 256 IsNotClass4NegativeTest: Fail
255 LabelTest: Fail 257 LabelTest: Fail
256 Library1NegativeTest: Fail # issue with test see #354 258 Library1NegativeTest: Fail # issue with test see #354
257 Library4NegativeTest: Fail # issue with test see #354 259 Library4NegativeTest: Fail # issue with test see #354
258 Library5NegativeTest: Fail # issue with test see #354 260 Library5NegativeTest: Fail # issue with test see #354
259 Library6NegativeTest: Fail # issue with test see #354 261 Library6NegativeTest: Fail # issue with test see #354
260 ListLiteral3Test: Fail 262 ListLiteral1NegativeTest: Fail # Issue 220
263 ListLiteral2NegativeTest: Fail # Issue 220
264 ListLiteral3Test: Fail # Issue 220
265 ListLiteral4Test: Fail # Issue 220
261 ListTest: Fail # array bound checks not implemented 266 ListTest: Fail # array bound checks not implemented
262 LocalFunction3Test: Fail 267 LocalFunction3Test: Fail
263 LocalFunctionTest: Fail 268 LocalFunctionTest: Fail
264 ManyGenericInstanceofTest: Fail 269 ManyGenericInstanceofTest: Fail
265 MapLiteral1NegativeTest: Fail # Issue 221 270 MapLiteral1NegativeTest: Fail # Issue 221
266 MapLiteral2NegativeTest: Fail # Issue 221 271 MapLiteral2NegativeTest: Fail # Issue 221
267 MapLiteral4Test: Fail # Issue 221 272 MapLiteral4Test: Fail # Issue 221
268 MathTest: Fail 273 MathTest: Fail
269 MethodBindingTest: Fail 274 MethodBindingTest: Fail
270 MethodOverrideTest: Fail 275 MethodOverrideTest: Fail
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 StaticField2RunNegativeTest: Fail 348 StaticField2RunNegativeTest: Fail
344 349
345 [ $arch == x64 ] 350 [ $arch == x64 ]
346 *: Skip 351 *: Skip
347 352
348 [ $arch == simarm ] 353 [ $arch == simarm ]
349 *: Skip 354 *: Skip
350 355
351 [ $arch == arm ] 356 [ $arch == arm ]
352 *: Skip 357 *: Skip
OLDNEW
« no previous file with comments | « tests/corelib/src/StringBaseVMTest.dart ('k') | tests/language/src/CanonicalConstTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698