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

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

Issue 9205003: Test that expose a few quirks in the Dart VM parser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes 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) 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 ] 7 [ $component == leg ]
8 AbstractStaticNegativeTest: Fail 8 AbstractStaticNegativeTest: Fail
9 AllocateTest: Fail 9 AllocateTest: Fail
10 ApplicationTest: Fail 10 ApplicationTest: Fail
11 ArithmeticTest: Fail 11 ArithmeticTest: Fail
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 OverrideFieldMethod3NegativeTest: Fail 265 OverrideFieldMethod3NegativeTest: Fail
266 OverrideFieldMethod4NegativeTest: Fail 266 OverrideFieldMethod4NegativeTest: Fail
267 OverrideFieldTest/02: Fail 267 OverrideFieldTest/02: Fail
268 OverrideFieldTest/03: Fail 268 OverrideFieldTest/03: Fail
269 OverrideFieldTest/none: Fail 269 OverrideFieldTest/none: Fail
270 OverrideMethodWithFieldTest/none: Fail 270 OverrideMethodWithFieldTest/none: Fail
271 Param2Test: Crash 271 Param2Test: Crash
272 ParameterInitializer2Test: Crash 272 ParameterInitializer2Test: Crash
273 ParameterInitializer3NegativeTest: Crash 273 ParameterInitializer3NegativeTest: Crash
274 ParameterInitializerTest: Crash 274 ParameterInitializerTest: Crash
275 ParserQuirksTest: Fail
275 Prefix10Test: Fail 276 Prefix10Test: Fail
276 Prefix11Test: Fail 277 Prefix11Test: Fail
277 Prefix12Test: Fail 278 Prefix12Test: Fail
278 Prefix14Test: Fail 279 Prefix14Test: Fail
279 Prefix15Test: Fail 280 Prefix15Test: Fail
280 Prefix17Test: Fail 281 Prefix17Test: Fail
281 Prefix21Test: Fail 282 Prefix21Test: Fail
282 Prefix22Test: Fail # Issue 575 283 Prefix22Test: Fail # Issue 575
283 Prefix23Test: Fail # Issue 575 284 Prefix23Test: Fail # Issue 575
284 Prefix8NegativeTest: Crash 285 Prefix8NegativeTest: Crash
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 TypeVariableBoundsTest/06: Fail 389 TypeVariableBoundsTest/06: Fail
389 TypeVariableBoundsTest/09: Fail 390 TypeVariableBoundsTest/09: Fail
390 TypeVariableBoundsTest/10: Fail 391 TypeVariableBoundsTest/10: Fail
391 TypeVariableBoundsTest/none: Fail 392 TypeVariableBoundsTest/none: Fail
392 TypeVariableScopeTest/none: Fail 393 TypeVariableScopeTest/none: Fail
393 TypedMessageTest: Fail 394 TypedMessageTest: Fail
394 Unary2Test: Fail 395 Unary2Test: Fail
395 UnaryTest: Fail 396 UnaryTest: Fail
396 UnboundGetterTest: Fail 397 UnboundGetterTest: Fail
397 WhileTest: Fail 398 WhileTest: Fail
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698