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

Side by Side Diff: tests/language/language.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
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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 # 220 #
221 # Further explanation: 221 # Further explanation:
222 # frog: frog compiler, run using the VM 222 # frog: frog compiler, run using the VM
223 # frogsh: self-hosted frog compiler 223 # frogsh: self-hosted frog compiler
224 # frogium: Dart code compiled with frog VM running under DumpRenderTree 224 # frogium: Dart code compiled with frog VM running under DumpRenderTree
225 # webdriver: Dart code compiled with frog VM running on an actual browser 225 # webdriver: Dart code compiled with frog VM running on an actual browser
226 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular 226 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular
227 # browser, you can be more specific about the failure by using $browser: 227 # browser, you can be more specific about the failure by using $browser:
228 # [ $component == webdriver && $browser == chrome ] for example. 228 # [ $component == webdriver && $browser == chrome ] for example.
229 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] 229 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver]
230 ExceptionTest: Fail # Issue 1758
mattsh 2012/02/21 21:59:04 I think the bug number here is incorrect (should b
srdjan 2012/02/21 22:15:12 Thanks for catching it!
230 Factory3Test: Fail # Issue 417 231 Factory3Test: Fail # Issue 417
231 Factory2NegativeTest: Fail 232 Factory2NegativeTest: Fail
232 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. 233 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception.
233 ExtendTypeParameterNegativeTest: Skip # Issue 886 234 ExtendTypeParameterNegativeTest: Skip # Issue 886
234 ExtendTypeParameter2NegativeTest: Skip # Issue 886 235 ExtendTypeParameter2NegativeTest: Skip # Issue 886
235 FinalSyntaxTest/none: Fail 236 FinalSyntaxTest/none: Fail
236 GetSetSyntaxTest/00: Fail # Issue 1571 237 GetSetSyntaxTest/00: Fail # Issue 1571
237 GetSetSyntaxTest/01: Fail # Issue 1571 238 GetSetSyntaxTest/01: Fail # Issue 1571
238 GetSetSyntaxTest/02: Fail # Issue 1571 239 GetSetSyntaxTest/02: Fail # Issue 1571
239 GetSetSyntaxTest/03: Fail # Issue 1571 240 GetSetSyntaxTest/03: Fail # Issue 1571
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 [ $component == frog && $mode == debug ] 457 [ $component == frog && $mode == debug ]
457 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
458 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
459 460
460 [ $arch == simarm ] 461 [ $arch == simarm ]
461 *: Skip 462 *: Skip
462 463
463 [ $arch == arm ] 464 [ $arch == arm ]
464 *: Skip 465 *: Skip
465 466
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698