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

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

Issue 14009004: Remove methods on StackTrace class. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 8 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. 29
30 full_stacktrace2_test: Skip # Stack trace interface is not implemented yet. 30 # Fails due to inlining. Not all expected frames are in the trace.
kasperl 2013/04/11 09:29:48 File tracking bug?
Lasse Reichstein Nielsen 2013/04/11 11:14:21 The bug really is that the test is testing functio
31 full_stacktrace3_test: Skip # Stack trace interface is not implemented yet. 31 full_stacktrace1_test: Fail
32 stacktrace_test: Skip # Stack trace interface is not implemented yet. 32 full_stacktrace2_test: Fail
33 full_stacktrace3_test: Fail
34 stacktrace_test: Fail # Assumes stack trace string ends in newline.
33 35
34 # VM specific tests that should not be run by dart2js. 36 # VM specific tests that should not be run by dart2js.
35 *vm_test: Skip 37 *vm_test: Skip
36 *vm_negative_test: Skip 38 *vm_negative_test: Skip
37 39
38 [ $compiler == dart2js && $checked ] 40 [ $compiler == dart2js && $checked ]
39 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116 41 mixin_type_parameters_super_extends_test: Fail # http://dartbug.com/8116
40 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116 42 mixin_type_parameters_super_test: Fail # http://dartbug.com/8116
41 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116 43 mixin_type_parameters_mixin_extends_test: Fail # http://dartbug.com/8116
42 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116 44 mixin_type_parameters_mixin_test: Fail # http://dartbug.com/8116
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 call_through_null_getter_test: Fail 355 call_through_null_getter_test: Fail
354 closure3_test: Fail 356 closure3_test: Fail
355 execute_finally3_test: Fail 357 execute_finally3_test: Fail
356 method_invocation_test: Fail 358 method_invocation_test: Fail
357 null_pointer_exception_test: Fail 359 null_pointer_exception_test: Fail
358 stack_overflow_test: Fail 360 stack_overflow_test: Fail
359 stack_overflow_stacktrace_test: Fail 361 stack_overflow_stacktrace_test: Fail
360 string_interpolate_npe_test: Fail 362 string_interpolate_npe_test: Fail
361 closure_call_wrong_argument_count_negative_test: Skip 363 closure_call_wrong_argument_count_negative_test: Skip
362 label_test: Skip 364 label_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698