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

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

Issue 23103010: Add issue numbers to language tests status files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 compile_time_constant_c_test/none: Fail # Map literal with int key. 6 compile_time_constant_c_test/none: Fail # Map literal with int key.
7 constructor_initializer_test: Fail, OK # Depends on ?parameter check. 7 constructor_initializer_test: Fail, OK # Depends on ?parameter check.
8 8
9 black_listed_test/none: Fail # Issue 12446. 9 black_listed_test/none: Fail # Issue 12446.
10 10
11 # Issues related to undeclared prefix resolution. 11 # Issues related to undeclared prefix resolution.
12 malformed_test/none: Fail 12 malformed_test/none: Fail # Issue 12695
13 malformed_test/05: Fail 13 malformed_test/05: Fail # Issue 12695
14 malformed_test/06: Fail 14 malformed_test/06: Fail # Issue 12695
15 15
16 # Fails due to inlining. Not all expected frames are in the trace. 16 full_stacktrace1_test: Pass, Fail # Issue 12698
17 full_stacktrace1_test: Pass, Fail 17 full_stacktrace2_test: Pass, Fail # Issue 12698
18 full_stacktrace2_test: Pass, Fail 18 full_stacktrace3_test: Pass, Fail # Issue 12698
19 full_stacktrace3_test: Pass, Fail 19 stacktrace_test: Pass, Fail # # Issue 12698
20 # Stack traces may or may not end in a newline depending on the JS enging.
21 stacktrace_test: Pass, Fail # Assumes stack trace string ends in newline.
22 20
23 # VM specific tests that should not be run by dart2js. 21 # VM specific tests that should not be run by dart2js.
24 *vm_test: Skip 22 vm/*: Skip # Issue 12699
25 23
26 [ $compiler == dart2js && $checked ] 24 [ $compiler == dart2js && $checked ]
27 checked_setter2_test: Fail # dartbug.com/11273 25 checked_setter2_test: Fail # Issue 11273
28 default_factory2_test/01: Fail 26 default_factory2_test/01: Fail # Issue 12700
29 type_variable_bounds_test/01: Fail 27 type_variable_bounds_test/01: Fail # Issue 12702
30 type_variable_bounds_test/02: Fail 28 type_variable_bounds_test/02: Fail # Issue 12702
31 type_variable_bounds_test/04: Fail 29 type_variable_bounds_test/04: Fail # Issue 12702
32 type_variable_bounds_test/05: Fail 30 type_variable_bounds_test/05: Fail # Issue 12702
33 type_variable_bounds2_test/00: Fail 31 type_variable_bounds2_test/00: Fail # Issue 12702
34 type_variable_bounds2_test/03: Fail 32 type_variable_bounds2_test/03: Fail # Issue 12702
35 type_variable_bounds2_test/05: Fail 33 type_variable_bounds2_test/05: Fail # Issue 12702
36 type_variable_bounds2_test/06: Pass # For the wrong reasons. 34 type_variable_bounds2_test/06: Pass # Issue 12702 (pass for the wrong reasons).
37 type_variable_bounds3_test/00: Fail 35 type_variable_bounds3_test/00: Fail # Issue 12702
38 f_bounded_quantification_test/01: Fail 36 f_bounded_quantification_test/01: Fail
39 f_bounded_quantification_test/02: Fail 37 f_bounded_quantification_test/02: Fail
40 closure_type_test: Fail # does not detect type error in checked mode. 38 closure_type_test: Fail # does not detect type error in checked mode.
41 function_subtype_setter0_test: Fail # dartbug.com/11273 39 function_subtype_setter0_test: Fail # dartbug.com/11273
42 40
43 [ $compiler == dart2js && $unchecked ] 41 [ $compiler == dart2js && $unchecked ]
44 factory_redirection_test/14: Fail # redirecting to redirecting factory 42 factory_redirection_test/14: Fail # redirecting to redirecting factory
45 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test. 43 type_checks_in_factory_method_test: Fail # Expect.equals(expected: <true>, actua l: <false>) fails. -- checked mode test.
46 44
47 assertion_test: Fail 45 assertion_test: Fail
(...skipping 22 matching lines...) Expand all
70 f_bounded_quantification4_test: Fail # Issue 12605. 68 f_bounded_quantification4_test: Fail # Issue 12605.
71 69
72 [ $compiler == dart2js ] 70 [ $compiler == dart2js ]
73 function_type_alias6_test/00: Crash # dartbug.com/9792 71 function_type_alias6_test/00: Crash # dartbug.com/9792
74 function_type_alias9_test/00: Crash # dartbug.com/9792 72 function_type_alias9_test/00: Crash # dartbug.com/9792
75 branch_canonicalization_test: Fail # Issue 638. 73 branch_canonicalization_test: Fail # Issue 638.
76 div_with_power_of_two_test: Fail # Issue 8301. 74 div_with_power_of_two_test: Fail # Issue 8301.
77 class_literal_test: Fail # Issue 7626. 75 class_literal_test: Fail # Issue 7626.
78 identical_closure2_test: Fail # Issue 1533, Issue 12596 76 identical_closure2_test: Fail # Issue 1533, Issue 12596
79 invocation_mirror_test: Fail 77 invocation_mirror_test: Fail
80 built_in_identifier_prefix_test: Fail # http://dartbug.com/6972 78 built_in_identifier_prefix_test: Issue 6972
kustermann 2013/08/23 11:15:39 This is not going to work. You removed too much :)
Søren Gjesse 2013/08/23 11:30:17 Thanks
81 number_identity2_test: Fail # Issue 12596: identity of NaN 79 number_identity2_test: Fail # Issue 12596: identity of NaN
82 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error. 80 new_expression_type_args_test/00: Fail # Wrongly reports compile-time error.
83 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error. 81 new_expression_type_args_test/01: Fail # Wrongly reports compile-time error.
84 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction) 82 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
85 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic). 83 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
86 left_shift_test: Fail # Issue 1533 84 left_shift_test: Fail # Issue 1533
87 factory_redirection_test/01: Fail 85 factory_redirection_test/01: Fail
88 factory_redirection_test/07: Fail 86 factory_redirection_test/07: Fail
89 bad_override_test/01: Fail # Issue 11496 87 bad_override_test/01: Fail # Issue 11496
90 bad_override_test/02: Fail # Issue 11496 88 bad_override_test/02: Fail # Issue 11496
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after
268 null_access_error_test: Fail # Issue: 7413 266 null_access_error_test: Fail # Issue: 7413
269 string_interpolate_null_test: Fail # Issue: 7413 267 string_interpolate_null_test: Fail # Issue: 7413
270 call_through_null_getter_test: Fail 268 call_through_null_getter_test: Fail
271 closure3_test: Fail 269 closure3_test: Fail
272 execute_finally3_test: Fail 270 execute_finally3_test: Fail
273 method_invocation_test: Fail 271 method_invocation_test: Fail
274 stack_overflow_test: Fail 272 stack_overflow_test: Fail
275 stack_overflow_stacktrace_test: Fail 273 stack_overflow_stacktrace_test: Fail
276 closure_call_wrong_argument_count_negative_test: Skip 274 closure_call_wrong_argument_count_negative_test: Skip
277 label_test: Skip 275 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language_analyzer2.status ('k') | tests/language/load_to_load_forwarding_vm_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698