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

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

Issue 9375007: Rewrite the const constructor negative tests into a single multi test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Leg. Created 8 years, 10 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
« no previous file with comments | « no previous file | tests/language/src/ConstConstructor1NegativeTest.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) 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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 22 matching lines...) Expand all
33 ClassExtendsNegativeTest: Fail 33 ClassExtendsNegativeTest: Fail
34 ClassOverrideNegativeTest: Fail 34 ClassOverrideNegativeTest: Fail
35 ClassTest: Fail 35 ClassTest: Fail
36 Closure2Test: Fail 36 Closure2Test: Fail
37 ClosureBreak1Test: Fail 37 ClosureBreak1Test: Fail
38 ClosureBreak2Test: Fail 38 ClosureBreak2Test: Fail
39 ClosureBreakTest: Fail 39 ClosureBreakTest: Fail
40 ClosureSharedStateTest: Fail 40 ClosureSharedStateTest: Fail
41 ClosureTest: Fail 41 ClosureTest: Fail
42 ClosuresWithComplexParamsTest: Fail 42 ClosuresWithComplexParamsTest: Fail
43 ConstConstructorSyntaxTest/none: Fail
43 ConstEscapeFrogTest: Fail 44 ConstEscapeFrogTest: Fail
44 ConstFieldNegativeTest: Fail 45 ConstFieldNegativeTest: Fail
45 ConstInit4NegativeTest: Fail 46 ConstInit4NegativeTest: Fail
46 ConstInitNegativeTest: Fail 47 ConstInitNegativeTest: Fail
47 ConstInitTest: Fail 48 ConstInitTest: Fail
48 ConstListTest: Fail 49 ConstListTest: Fail
49 ConstNamedTest: Fail 50 ConstNamedTest: Fail
50 ConstObjectsAreImmutableTest: Fail 51 ConstObjectsAreImmutableTest: Fail
51 ConstTest: Fail 52 ConstTest: Fail
52 Constructor2NegativeTest: Fail
53 Constructor2Test: Fail 53 Constructor2Test: Fail
54 Constructor3Test: Fail 54 Constructor3Test: Fail
55 Constructor4Test: Fail 55 Constructor4Test: Fail
56 Constructor5Test: Fail 56 Constructor5Test: Fail
57 Constructor6Test: Fail 57 Constructor6Test: Fail
58 ConstructorDefaultTest: Fail 58 ConstructorDefaultTest: Fail
59 ConstructorDuplicateInitializersTest/02: Fail 59 ConstructorDuplicateInitializersTest/02: Fail
60 ConstructorNegativeTest: Pass # For the wrong reason. 60 ConstructorNegativeTest: Pass # For the wrong reason.
61 ConstructorRedirectTest: Fail 61 ConstructorRedirectTest: Fail
62 ConstructorReturnNegativeTest: Fail 62 ConstructorReturnNegativeTest: Fail
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 TypeVariableBoundsTest/10: Fail 345 TypeVariableBoundsTest/10: Fail
346 TypeVariableBoundsTest/none: Fail 346 TypeVariableBoundsTest/none: Fail
347 TypeVariableScopeTest/none: Fail 347 TypeVariableScopeTest/none: Fail
348 TypedMessageTest: Fail 348 TypedMessageTest: Fail
349 WhileTest: Fail 349 WhileTest: Fail
350 350
351 [ $component == leg && $mode == debug] 351 [ $component == leg && $mode == debug]
352 BranchesTest: Crash # VM issue 1570 352 BranchesTest: Crash # VM issue 1570
353 IncrOpTest: Crash # VM issue 1570 353 IncrOpTest: Crash # VM issue 1570
354 ManyCallsTest: Crash # VM issue 1570 354 ManyCallsTest: Crash # VM issue 1570
OLDNEW
« no previous file with comments | « no previous file | tests/language/src/ConstConstructor1NegativeTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698