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

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 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 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: Fail # 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 IncrOpTest: Fail 254 IncrOpTest: Fail
252 Instanceof2Test: Fail 255 Instanceof2Test: Fail
253 InstanceofTest: Fail 256 InstanceofTest: Fail
254 InterfaceFactory3NegativeTest: Fail 257 InterfaceFactory3NegativeTest: Fail
255 IsNotClass4NegativeTest: Fail 258 IsNotClass4NegativeTest: Fail
256 LabelTest: Fail 259 LabelTest: Fail
257 Library1NegativeTest: Fail # issue with test see #354 260 Library1NegativeTest: Fail # issue with test see #354
258 Library4NegativeTest: Fail # issue with test see #354 261 Library4NegativeTest: Fail # issue with test see #354
259 Library5NegativeTest: Fail # issue with test see #354 262 Library5NegativeTest: Fail # issue with test see #354
260 Library6NegativeTest: Fail # issue with test see #354 263 Library6NegativeTest: Fail # issue with test see #354
261 ListLiteral3Test: Fail 264 ListLiteral1NegativeTest: Fail # Issue 220
265 ListLiteral2NegativeTest: Fail # Issue 220
266 ListLiteral3Test: Fail # Issue 220
267 ListLiteral4Test: Fail # Issue 220
262 ListTest: Fail # array bound checks not implemented 268 ListTest: Fail # array bound checks not implemented
263 LocalFunction3Test: Fail 269 LocalFunction3Test: Fail
264 LocalFunctionTest: Fail 270 LocalFunctionTest: Fail
265 ManyGenericInstanceofTest: Fail 271 ManyGenericInstanceofTest: Fail
266 MapLiteral1NegativeTest: Fail # Issue 221 272 MapLiteral1NegativeTest: Fail # Issue 221
267 MapLiteral2NegativeTest: Fail # Issue 221 273 MapLiteral2NegativeTest: Fail # Issue 221
268 MapLiteral4Test: Fail # Issue 221 274 MapLiteral4Test: Fail # Issue 221
269 MathTest: Fail 275 MathTest: Fail
270 MethodBindingTest: Fail 276 MethodBindingTest: Fail
271 MethodOverrideTest: Fail 277 MethodOverrideTest: Fail
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
344 StaticField2RunNegativeTest: Fail 350 StaticField2RunNegativeTest: Fail
345 351
346 [ $arch == x64 ] 352 [ $arch == x64 ]
347 *: Skip 353 *: Skip
348 354
349 [ $arch == simarm ] 355 [ $arch == simarm ]
350 *: Skip 356 *: Skip
351 357
352 [ $arch == arm ] 358 [ $arch == arm ]
353 *: Skip 359 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698