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

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

Issue 9416067: Fix cacthing exception object: a null exception is always caught. (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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/ExceptionTest.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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ExecuteFinally1Test: Fail 93 ExecuteFinally1Test: Fail
94 ExecuteFinally2Test: Fail 94 ExecuteFinally2Test: Fail
95 ExecuteFinally3Test: Fail 95 ExecuteFinally3Test: Fail
96 ExecuteFinally4Test: Fail 96 ExecuteFinally4Test: Fail
97 ExecuteFinally5Test: Fail 97 ExecuteFinally5Test: Fail
98 ExecuteFinally6Test: Fail 98 ExecuteFinally6Test: Fail
99 ExecuteFinally7Test: Fail 99 ExecuteFinally7Test: Fail
100 ExecuteFinally8Test: Fail 100 ExecuteFinally8Test: Fail
101 ExecuteFinally9Test: Fail 101 ExecuteFinally9Test: Fail
102 ExpectTest: Fail 102 ExpectTest: Fail
103 ExceptionTest: Fail
103 Factory2NegativeTest: Fail 104 Factory2NegativeTest: Fail
104 Factory3Test: Fail 105 Factory3Test: Fail
105 Factory4Test: Fail 106 Factory4Test: Fail
106 FactoryImplementationTest: Fail 107 FactoryImplementationTest: Fail
107 FannkuchTest: Fail 108 FannkuchTest: Fail
108 FauxverrideTest/03: Fail 109 FauxverrideTest/03: Fail
109 FauxverrideTest/05: Fail 110 FauxverrideTest/05: Fail
110 Field1NegativeTest: Fail 111 Field1NegativeTest: Fail
111 Field2NegativeTest: Fail 112 Field2NegativeTest: Fail
112 Field4NegativeTest: Fail 113 Field4NegativeTest: Fail
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 TypeVariableScopeTest/02: Fail 333 TypeVariableScopeTest/02: Fail
333 TypeVariableScopeTest/03: Fail 334 TypeVariableScopeTest/03: Fail
334 TypeVariableScopeTest/04: Fail 335 TypeVariableScopeTest/04: Fail
335 TypeVariableScopeTest/05: Fail 336 TypeVariableScopeTest/05: Fail
336 TypedMessageTest: Fail 337 TypedMessageTest: Fail
337 WhileTest: Fail 338 WhileTest: Fail
338 339
339 340
340 [ $component == leg && $mode == release] 341 [ $component == leg && $mode == release]
341 AssignTopMethodNegativeTest: Crash 342 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/src/ExceptionTest.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698