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

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

Issue 8956047: This adds a unit test to show the type checking functionality missing in dartc (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated test, $chk() can sneak in another way 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 prefix language 5 prefix language
6 6
7 [ $component == leg ] 7 [ $component == leg ]
8 AckermannTest: Fail 8 AckermannTest: Fail
9 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 TopLevelInInitializerTest: Fail 323 TopLevelInInitializerTest: Fail
324 TopLevelMethodTest: Fail 324 TopLevelMethodTest: Fail
325 TopLevelMultipleFilesTest: Fail 325 TopLevelMultipleFilesTest: Fail
326 TopLevelNonPrefixedLibraryTest: Fail 326 TopLevelNonPrefixedLibraryTest: Fail
327 TopLevelVarTest: Fail 327 TopLevelVarTest: Fail
328 ToplevelCollision1Test/none: Fail 328 ToplevelCollision1Test/none: Fail
329 ToplevelCollision2Test/none: Fail 329 ToplevelCollision2Test/none: Fail
330 TryCatch2Test: Fail 330 TryCatch2Test: Fail
331 TryCatch3Test: Fail 331 TryCatch3Test: Fail
332 TryCatchTest: Fail 332 TryCatchTest: Fail
333 TypeChecksInFactoryMethodTest: Fail # Issue 925
333 TypeDartcTest: Fail 334 TypeDartcTest: Fail
334 TypeVMTest: Fail 335 TypeVMTest: Fail
335 TypeVariableBoundsTest/01: Fail 336 TypeVariableBoundsTest/01: Fail
336 TypeVariableBoundsTest/02: Fail 337 TypeVariableBoundsTest/02: Fail
337 TypeVariableBoundsTest/03: Fail 338 TypeVariableBoundsTest/03: Fail
338 TypeVariableBoundsTest/04: Fail 339 TypeVariableBoundsTest/04: Fail
339 TypeVariableBoundsTest/05: Fail 340 TypeVariableBoundsTest/05: Fail
340 TypeVariableBoundsTest/06: Fail 341 TypeVariableBoundsTest/06: Fail
341 TypeVariableBoundsTest/09: Fail 342 TypeVariableBoundsTest/09: Fail
342 TypeVariableBoundsTest/10: Fail 343 TypeVariableBoundsTest/10: Fail
343 TypeVariableBoundsTest/none: Fail 344 TypeVariableBoundsTest/none: Fail
344 TypeVariableScopeTest/none: Fail 345 TypeVariableScopeTest/none: Fail
345 TypedMessageTest: Fail 346 TypedMessageTest: Fail
346 Unary2Test: Fail 347 Unary2Test: Fail
347 UnaryTest: Fail 348 UnaryTest: Fail
348 UnboundGetterTest: Fail 349 UnboundGetterTest: Fail
349 UnqualNameTest: Fail 350 UnqualNameTest: Fail
350 VarInitTest: Fail 351 VarInitTest: Fail
351 WhileTest: Fail 352 WhileTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698