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

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

Issue 12316116: Add functionality to get full stack trace when exceptions are thrown. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
11 class_literal_test/10: Fail # Class literals are expression now; delete this tes t. 11 class_literal_test/10: Fail # Class literals are expression now; delete this tes t.
12 class_literal_test/11: Fail # Class literals are expression now; delete this tes t. 12 class_literal_test/11: Fail # Class literals are expression now; delete this tes t.
13 class_literal_test/12: Fail # Class literals are expression now; delete this tes t. 13 class_literal_test/12: Fail # Class literals are expression now; delete this tes t.
14 class_literal_test/13: Fail # Class literals are expression now; delete this tes t. 14 class_literal_test/13: Fail # Class literals are expression now; delete this tes t.
15 class_literal_test/14: Fail # Class literals are expression now; delete this tes t. 15 class_literal_test/14: Fail # Class literals are expression now; delete this tes t.
16 class_literal_test/17: Fail # Class literals are expression now; delete this tes t. 16 class_literal_test/17: Fail # Class literals are expression now; delete this tes t.
17 class_literal_test/18: Fail # Class literals are expression now; delete this tes t. 17 class_literal_test/18: Fail # Class literals are expression now; delete this tes t.
18 class_literal_test/19: Fail # Class literals are expression now; delete this tes t. 18 class_literal_test/19: Fail # Class literals are expression now; delete this tes t.
19 class_literal_test/20: Fail # Class literals are expression now; delete this tes t. 19 class_literal_test/20: Fail # Class literals are expression now; delete this tes t.
20 class_literal_test/21: Fail # Class literals are expression now; delete this tes t. 20 class_literal_test/21: Fail # Class literals are expression now; delete this tes t.
21 class_literal_test/22: Fail # Class literals are expression now; delete this tes t. 21 class_literal_test/22: Fail # Class literals are expression now; delete this tes t.
22 class_literal_test/23: Fail # Class literals are expression now; delete this tes t. 22 class_literal_test/23: Fail # Class literals are expression now; delete this tes t.
23 class_literal_test/24: Fail # Class literals are expression now; delete this tes t. 23 class_literal_test/24: Fail # Class literals are expression now; delete this tes t.
24 class_literal_test/25: Fail # Class literals are expression now; delete this tes t. 24 class_literal_test/25: Fail # Class literals are expression now; delete this tes t.
25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t. 25 class_literal_test/26: Fail # Class literals are expression now; delete this tes t.
26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t. 26 class_literal_test/27: Fail # Class literals are expression now; delete this tes t.
27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t. 27 class_literal_test/28: Fail # Class literals are expression now; delete this tes t.
28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t. 28 class_literal_test/29: Fail # Class literals are expression now; delete this tes t.
29 full_stacktrace1_test: Skip # Stack trace interface is not implemented yet.
kasperl 2013/04/08 14:07:52 It would be nice to be cc'ed -- or even get to rev
30 full_stacktrace2_test: Skip # Stack trace interface is not implemented yet.
31 full_stacktrace3_test: Skip # Stack trace interface is not implemented yet.
29 32
30 # VM specific tests that should not be run by dart2js. 33 # VM specific tests that should not be run by dart2js.
31 *vm_test: Skip 34 *vm_test: Skip
32 *vm_negative_test: Skip 35 *vm_negative_test: Skip
33 36
34 [ $compiler == dart2js && $checked ] 37 [ $compiler == dart2js && $checked ]
35 prefix16_test: Fail # dartbug.com/7354 38 prefix16_test: Fail # dartbug.com/7354
36 default_factory2_test/01: Pass # For the wrong reasons. 39 default_factory2_test/01: Pass # For the wrong reasons.
37 type_variable_scope_test/none: Fail 40 type_variable_scope_test/none: Fail
38 factory_implementation_test/00: Fail 41 factory_implementation_test/00: Fail
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 call_through_null_getter_test: Fail 361 call_through_null_getter_test: Fail
359 closure3_test: Fail 362 closure3_test: Fail
360 execute_finally3_test: Fail 363 execute_finally3_test: Fail
361 method_invocation_test: Fail 364 method_invocation_test: Fail
362 null_pointer_exception_test: Fail 365 null_pointer_exception_test: Fail
363 stack_overflow_test: Fail 366 stack_overflow_test: Fail
364 stack_overflow_stacktrace_test: Fail 367 stack_overflow_stacktrace_test: Fail
365 string_interpolate_npe_test: Fail 368 string_interpolate_npe_test: Fail
366 closure_call_wrong_argument_count_negative_test: Skip 369 closure_call_wrong_argument_count_negative_test: Skip
367 label_test: Skip 370 label_test: Skip
OLDNEW
« tests/language/full_stacktrace3_test.dart ('K') | « tests/language/full_stacktrace3_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698