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

Side by Side Diff: tests/language/language_dart2js.status

Issue 10583033: Treat stack overflows specially when reporting unhandled exceptions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Mark crashing tests. Created 8 years, 6 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/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 [ $compiler == dart2js && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 factory3_test: Fail # internal error: visitIs for type variables not implemented 49 factory3_test: Fail # internal error: visitIs for type variables not implemented
50 function_literals2_test: Fail # Closures inside initializers not implemented. 50 function_literals2_test: Fail # Closures inside initializers not implemented.
51 function_syntax_test: Fail # Closures inside initializers not implemented. 51 function_syntax_test: Fail # Closures inside initializers not implemented.
52 function_test: Fail # internal error: Closures inside initializers not implement ed 52 function_test: Fail # internal error: Closures inside initializers not implement ed
53 function_type_alias2_test: Fail # cannot resolve type f1 53 function_type_alias2_test: Fail # cannot resolve type f1
54 function_type_alias3_test: Fail # cannot resolve type F 54 function_type_alias3_test: Fail # cannot resolve type F
55 function_type_alias4_test: Fail # cannot resolve type F 55 function_type_alias4_test: Fail # cannot resolve type F
56 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented 56 function_type_alias5_test/00: Fail # visitIs for typedefs not implemented
57 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented 57 function_type_alias5_test/01: Fail # visitIs for typedefs not implemented
58 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented 58 function_type_alias5_test/02: Fail # visitIs for typedefs not implemented
59 function_type_alias6_test: Fail # visitIs for typedefs not implemented 59 function_type_alias6_test: Crash # infinite loop.
60 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef 60 function_type_alias7_test/00: Fail # wrongly accepts default values in typedef
61 function_type_alias_test: Fail # cannot resolve type Fun 61 function_type_alias_test: Fail # cannot resolve type Fun
62 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs 62 function_type_parameter2_test: Fail # Internal Error: expected optional paramete rs
63 function_type_parameter_test: Fail # Internal Error: expected optional parameter s 63 function_type_parameter_test: Fail # Internal Error: expected optional parameter s
64 generic_instanceof_test: Fail # cannot resolve type T 64 generic_instanceof_test: Fail # cannot resolve type T
65 generic_instanceof2_test: Fail # fails an instance of test at run time 65 generic_instanceof2_test: Fail # fails an instance of test at run time
66 generic_instanceof3_test: Fail # cannot handle generics. 66 generic_instanceof3_test: Fail # cannot handle generics.
67 generic_test: Fail # cannot resolve type T 67 generic_test: Fail # cannot resolve type T
68 get_set_syntax_test/none: Fail # Parsing of pseudo keywords. 68 get_set_syntax_test/none: Fail # Parsing of pseudo keywords.
69 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 69 getters_setters_test: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 294
295 295
296 [ $compiler == dart2js && $runtime == safari ] 296 [ $compiler == dart2js && $runtime == safari ]
297 arithmetic_test: Skip # BUG(3492): Times out. 297 arithmetic_test: Skip # BUG(3492): Times out.
298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
300 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
OLDNEW
« no previous file with comments | « tests/co19/co19-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698