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

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

Issue 9361030: Fix for http://code.google.com/p/dart/issues/detail?id=1363: use the simplename for the key, not ... (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' 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 | « dart/frog/world.dart ('k') | dart/tests/language/src/Issue1363Lib.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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 IntTest: Fail 161 IntTest: Fail
162 InterfaceCycleNegativeTest: Fail 162 InterfaceCycleNegativeTest: Fail
163 InterfaceFactoryConstructorNegativeTest: Fail 163 InterfaceFactoryConstructorNegativeTest: Fail
164 InterfaceFactoryMultiTest: Fail 164 InterfaceFactoryMultiTest: Fail
165 InterfaceFactoryTest: Fail 165 InterfaceFactoryTest: Fail
166 InterfaceStaticMethodNegativeTest: Fail 166 InterfaceStaticMethodNegativeTest: Fail
167 InterfaceTest: Fail 167 InterfaceTest: Fail
168 IntrinsifiedMethodsTest: Fail 168 IntrinsifiedMethodsTest: Fail
169 IsObjectTest: Fail 169 IsObjectTest: Fail
170 IsOperatorTest: Fail 170 IsOperatorTest: Fail
171 Issue1363Test: Fail
171 Issue4157508Test: Fail 172 Issue4157508Test: Fail
172 Issue4295001Test: Fail 173 Issue4295001Test: Fail
173 Issue4515170Test: Fail 174 Issue4515170Test: Fail
174 LabelTest: Fail 175 LabelTest: Fail
175 Library5Test: Fail 176 Library5Test: Fail
176 LibraryPrefixesTest: Fail 177 LibraryPrefixesTest: Fail
177 LibrarySameNameUsedTest: Fail 178 LibrarySameNameUsedTest: Fail
178 ListLiteral2Test: Fail 179 ListLiteral2Test: Fail
179 ListLiteral3Test: Fail 180 ListLiteral3Test: Fail
180 ListLiteral4Test: Fail 181 ListLiteral4Test: Fail
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
356 TypeVariableBoundsTest/10: Fail 357 TypeVariableBoundsTest/10: Fail
357 TypeVariableBoundsTest/none: Fail 358 TypeVariableBoundsTest/none: Fail
358 TypeVariableScopeTest/none: Fail 359 TypeVariableScopeTest/none: Fail
359 TypedMessageTest: Fail 360 TypedMessageTest: Fail
360 UnboundGetterTest: Fail 361 UnboundGetterTest: Fail
361 WhileTest: Fail 362 WhileTest: Fail
362 363
363 [ $component == leg && $mode == debug] 364 [ $component == leg && $mode == debug]
364 BranchesTest: Crash # VM issue 1570 365 BranchesTest: Crash # VM issue 1570
365 IncrOpTest: Crash # VM issue 1570 366 IncrOpTest: Crash # VM issue 1570
OLDNEW
« no previous file with comments | « dart/frog/world.dart ('k') | dart/tests/language/src/Issue1363Lib.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698