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

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

Issue 9370020: Fully support try/catch. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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
« frog/leg/ssa/codegen.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | 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
11 [ $component == leg ] 11 [ $component == leg ]
12 AbstractSyntaxTest/01: Fail 12 AbstractSyntaxTest/01: Fail
13 AbstractSyntaxTest/02: Fail 13 AbstractSyntaxTest/02: Fail
14 ArithmeticTest: Fail 14 ArithmeticTest: Fail
15 AssertionTest: Fail 15 AssertionTest: Fail
16 BadNamedParameters2Test: Fail
17 BadNamedParametersTest: Fail
18 BitOperationsTest: Fail 16 BitOperationsTest: Fail
19 BlackListedTest/01: Fail 17 BlackListedTest/01: Fail
20 BlackListedTest/05: Fail 18 BlackListedTest/05: Fail
21 BlackListedTest/07: Fail 19 BlackListedTest/07: Fail
22 BlackListedTest/09: Fail 20 BlackListedTest/09: Fail
23 BlockScopeTest: Fail 21 BlockScopeTest: Fail
24 BreakTest: Fail 22 BreakTest: Fail
25 CTConst3Test: Fail 23 CTConst3Test: Fail
26 CTConstTest: Fail 24 CTConstTest: Fail
27 CallOperatorTest: Fail 25 CallOperatorTest: Fail
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 SwitchLabelTest: Fail 316 SwitchLabelTest: Fail
319 SwitchScopeTest: Fail 317 SwitchScopeTest: Fail
320 SwitchTest: Fail 318 SwitchTest: Fail
321 SyntaxTest/none: Fail 319 SyntaxTest/none: Fail
322 Throw1Test: Fail 320 Throw1Test: Fail
323 Throw2Test: Fail 321 Throw2Test: Fail
324 Throw3Test: Fail 322 Throw3Test: Fail
325 Throw4Test: Fail 323 Throw4Test: Fail
326 Throw5Test: Fail 324 Throw5Test: Fail
327 Throw6Test: Fail 325 Throw6Test: Fail
326 Throw7NegativeTest: Fail
328 ThrowTest: Fail 327 ThrowTest: Fail
329 ToStringAsFixedTest: Fail 328 ToStringAsFixedTest: Fail
330 TopLevelFuncTest: Fail 329 TopLevelFuncTest: Fail
331 TopLevelGetterArrowSyntaxTest: Fail 330 TopLevelGetterArrowSyntaxTest: Fail
332 TopLevelInInitializerTest: Fail 331 TopLevelInInitializerTest: Fail
333 TopLevelPrefixedDeclarationTest: Fail 332 TopLevelPrefixedDeclarationTest: Fail
334 TopLevelVarTest: Fail 333 TopLevelVarTest: Fail
335 ToplevelCollision2Test/none: Fail 334 ToplevelCollision2Test/none: Fail
336 TryCatchSyntaxTest/08: Fail 335 TryCatchSyntaxTest/08: Fail
337 TryCatch2Test: Fail 336 TryCatch2Test: Fail
338 TryCatch3Test: Fail 337 TryCatch3Test: Fail
339 TryCatchTest: Fail
340 TypeChecksInFactoryMethodTest: Fail # Issue 925 338 TypeChecksInFactoryMethodTest: Fail # Issue 925
341 TypeDartcTest: Fail 339 TypeDartcTest: Fail
342 TypeVMTest: Fail 340 TypeVMTest: Fail
343 TypeVariableBoundsTest/01: Fail 341 TypeVariableBoundsTest/01: Fail
344 TypeVariableBoundsTest/02: Fail 342 TypeVariableBoundsTest/02: Fail
345 TypeVariableBoundsTest/03: Fail 343 TypeVariableBoundsTest/03: Fail
346 TypeVariableBoundsTest/04: Fail 344 TypeVariableBoundsTest/04: Fail
347 TypeVariableBoundsTest/05: Fail 345 TypeVariableBoundsTest/05: Fail
348 TypeVariableBoundsTest/06: Fail 346 TypeVariableBoundsTest/06: Fail
349 TypeVariableBoundsTest/09: Fail 347 TypeVariableBoundsTest/09: Fail
350 TypeVariableBoundsTest/10: Fail 348 TypeVariableBoundsTest/10: Fail
351 TypeVariableBoundsTest/none: Fail 349 TypeVariableBoundsTest/none: Fail
352 TypeVariableScopeTest/none: Fail 350 TypeVariableScopeTest/none: Fail
353 TypedMessageTest: Fail 351 TypedMessageTest: Fail
354 WhileTest: Fail 352 WhileTest: Fail
355 353
356 [ $component == leg && $mode == debug] 354 [ $component == leg && $mode == debug]
357 BranchesTest: Crash # VM issue 1570 355 BranchesTest: Crash # VM issue 1570
358 IncrOpTest: Crash # VM issue 1570 356 IncrOpTest: Crash # VM issue 1570
359 ManyCallsTest: Crash # VM issue 1570 357 ManyCallsTest: Crash # VM issue 1570
OLDNEW
« frog/leg/ssa/codegen.dart ('K') | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698