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

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

Issue 9186017: Fix crash in dartc when given cyclic type variable bounds. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated unit test Created 8 years, 11 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
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 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ConstructorReturnNegativeTest: Fail 74 ConstructorReturnNegativeTest: Fail
75 ConstructorReturnTest: Fail 75 ConstructorReturnTest: Fail
76 ConstructorReturnWithArrowNegativeTest: Fail 76 ConstructorReturnWithArrowNegativeTest: Fail
77 ConstructorReturnWithInitAndArrowNegativeTest: Fail 77 ConstructorReturnWithInitAndArrowNegativeTest: Fail
78 ConstructorReturnWithInitNegativeTest: Fail 78 ConstructorReturnWithInitNegativeTest: Fail
79 ConstructorTest: Crash 79 ConstructorTest: Crash
80 ContextArgsWithDefaultsTest: Fail 80 ContextArgsWithDefaultsTest: Fail
81 ContextTest: Crash 81 ContextTest: Crash
82 ContinueTest: Fail 82 ContinueTest: Fail
83 CyclicImportTest: Fail 83 CyclicImportTest: Fail
84 CyclicTypeVariableTest: Fail
84 DefaultClassImplicitConstructorTest: Fail 85 DefaultClassImplicitConstructorTest: Fail
85 DefaultFactory2Test: Fail 86 DefaultFactory2Test: Fail
86 DefaultFactoryLibraryTest: Fail 87 DefaultFactoryLibraryTest: Fail
87 DefaultFactoryTest: Fail 88 DefaultFactoryTest: Fail
88 DefaultImplementationTest: Fail 89 DefaultImplementationTest: Fail
89 DefaultInitTest: Fail 90 DefaultInitTest: Fail
90 DeoptNoFeedbackTest: Fail 91 DeoptNoFeedbackTest: Fail
91 DeoptimizationTest: Fail 92 DeoptimizationTest: Fail
92 DivByZeroTest: Fail 93 DivByZeroTest: Fail
93 DoWhileTest: Fail 94 DoWhileTest: Fail
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 TypeVariableBoundsTest/06: Fail 375 TypeVariableBoundsTest/06: Fail
375 TypeVariableBoundsTest/09: Fail 376 TypeVariableBoundsTest/09: Fail
376 TypeVariableBoundsTest/10: Fail 377 TypeVariableBoundsTest/10: Fail
377 TypeVariableBoundsTest/none: Fail 378 TypeVariableBoundsTest/none: Fail
378 TypeVariableScopeTest/none: Fail 379 TypeVariableScopeTest/none: Fail
379 TypedMessageTest: Fail 380 TypedMessageTest: Fail
380 Unary2Test: Fail 381 Unary2Test: Fail
381 UnaryTest: Fail 382 UnaryTest: Fail
382 UnboundGetterTest: Fail 383 UnboundGetterTest: Fail
383 WhileTest: Fail 384 WhileTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698