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

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

Issue 11415095: Fix dart2dart and dartc test status for a recently enabled test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years 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/language/language.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 || $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 29
30 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
31 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
32 type_variable_shadows_class_test: Fail # Issue 643 30 type_variable_shadows_class_test: Fail # Issue 643
33 31
34 # VM specific tests that should not be run by dart2js. 32 # VM specific tests that should not be run by dart2js.
35 *vm_test: Skip 33 *vm_test: Skip
36 *vm_negative_test: Skip 34 *vm_negative_test: Skip
37 35
38 [ $compiler == dart2js && $checked ] 36 [ $compiler == dart2js && $checked ]
39 redirecting_factory_infinite_steps_test/01: Fail 37 redirecting_factory_infinite_steps_test/01: Fail
40 assert_with_type_test_or_cast_test: Fail # Issue 4929 38 assert_with_type_test_or_cast_test: Fail # Issue 4929
41 type_variable_bounds_test/01: Fail 39 type_variable_bounds_test/01: Fail
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 compile_time_constant_checked2_test/05: Fail, OK 89 compile_time_constant_checked2_test/05: Fail, OK
92 compile_time_constant_checked2_test/06: Fail, OK 90 compile_time_constant_checked2_test/06: Fail, OK
93 compile_time_constant_checked3_test/01: Fail, OK 91 compile_time_constant_checked3_test/01: Fail, OK
94 compile_time_constant_checked3_test/02: Fail, OK 92 compile_time_constant_checked3_test/02: Fail, OK
95 compile_time_constant_checked3_test/03: Fail, OK 93 compile_time_constant_checked3_test/03: Fail, OK
96 compile_time_constant_checked3_test/04: Fail, OK 94 compile_time_constant_checked3_test/04: Fail, OK
97 compile_time_constant_checked3_test/05: Fail, OK 95 compile_time_constant_checked3_test/05: Fail, OK
98 compile_time_constant_checked3_test/06: Fail, OK 96 compile_time_constant_checked3_test/06: Fail, OK
99 97
100 [ $compiler == dart2js ] 98 [ $compiler == dart2js ]
99 double_int_to_string_test: Fail # Issue 1533 (double/integer distinction)
100 mint_arithmetic_test: Fail # Issue 1533 (big integer arithmetic).
101 arithmetic_test: Fail # http://dartbug.com/6627 101 arithmetic_test: Fail # http://dartbug.com/6627
102 factory_redirection_test/01: Fail 102 factory_redirection_test/01: Fail
103 factory_redirection_test/02: Crash 103 factory_redirection_test/02: Crash
104 factory_redirection_test/03: Crash 104 factory_redirection_test/03: Crash
105 factory_redirection_test/05: Fail 105 factory_redirection_test/05: Fail
106 factory_redirection_test/07: Fail 106 factory_redirection_test/07: Fail
107 final_variable_assignment_test/01: Fail 107 final_variable_assignment_test/01: Fail
108 final_variable_assignment_test/02: Fail 108 final_variable_assignment_test/02: Fail
109 final_variable_assignment_test/03: Fail 109 final_variable_assignment_test/03: Fail
110 final_variable_assignment_test/04: Fail 110 final_variable_assignment_test/04: Fail
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 [ $runtime == opera ] 376 [ $runtime == opera ]
377 call_through_null_getter_test: Fail 377 call_through_null_getter_test: Fail
378 closure3_test: Fail 378 closure3_test: Fail
379 execute_finally3_test: Fail 379 execute_finally3_test: Fail
380 method_invocation_test: Fail 380 method_invocation_test: Fail
381 null_pointer_exception_test: Fail 381 null_pointer_exception_test: Fail
382 stack_overflow_test: Fail 382 stack_overflow_test: Fail
383 string_interpolate_npe_test: Fail 383 string_interpolate_npe_test: Fail
384 closure_call_wrong_argument_count_negative_test: Skip 384 closure_call_wrong_argument_count_negative_test: Skip
385 label_test: Skip 385 label_test: Skip
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698