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

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

Issue 10908287: Make identical(a,b) a compile-time constant in dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « tests/language/compile_time_constant10_test.dart ('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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning. 63 named_parameters_aggregated_test/05: Fail # Compile-time error reported instead of static type warning.
64 64
65 lazy_static3_test: Fail # Issue 3558 65 lazy_static3_test: Fail # Issue 3558
66 66
67 67
68 68
69 # DartC specific tests that should not be run by the VM 69 # DartC specific tests that should not be run by the VM
70 *dartc_test: Skip 70 *dartc_test: Skip
71 *dartc_negative_test: Skip 71 *dartc_negative_test: Skip
72 72
73 compile_time_constant10_test: Fail # issue 5214
74
73 [ $compiler == none && $mode == debug ] 75 [ $compiler == none && $mode == debug ]
74 gc_test: Skip # Takes too long. 76 gc_test: Skip # Takes too long.
75 77
76 [ $compiler == none && $checked ] 78 [ $compiler == none && $checked ]
77 type_parameter_test/01: Fail # Issue 4932 79 type_parameter_test/01: Fail # Issue 4932
78 type_parameter_test/02: Fail # Issue 4932 80 type_parameter_test/02: Fail # Issue 4932
79 type_parameter_test/03: Fail # Issue 4932 81 type_parameter_test/03: Fail # Issue 4932
80 type_parameter_test/04: Fail # Issue 4932 82 type_parameter_test/04: Fail # Issue 4932
81 83
82 [ $compiler == none && $unchecked ] 84 [ $compiler == none && $unchecked ]
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 class_literal_test/21 : Fail # language change 3368 151 class_literal_test/21 : Fail # language change 3368
150 class_literal_test/22 : Fail # language change 3368 152 class_literal_test/22 : Fail # language change 3368
151 class_literal_test/23 : Fail # language change 3368 153 class_literal_test/23 : Fail # language change 3368
152 class_literal_test/24 : Fail # language change 3368 154 class_literal_test/24 : Fail # language change 3368
153 class_literal_test/25 : Fail # language change 3368 155 class_literal_test/25 : Fail # language change 3368
154 class_literal_test/26 : Fail # language change 3368 156 class_literal_test/26 : Fail # language change 3368
155 class_literal_test/27 : Fail # language change 3368 157 class_literal_test/27 : Fail # language change 3368
156 class_literal_test/28 : Fail # language change 3368 158 class_literal_test/28 : Fail # language change 3368
157 class_literal_test/29 : Fail # language change 3368 159 class_literal_test/29 : Fail # language change 3368
158 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 160 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
161 compiler_time_constant10_test: Fail # issue 5215.
ngeoffray 2012/09/17 19:28:48 compiler_time -> compile_time
Lasse Reichstein Nielsen 2012/09/17 19:35:56 Well spotted.
159 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 162 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
160 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 163 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
161 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 164 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
162 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces 165 duplicate_implements_test/03: Fail, OK # we are going to remove interfaces
163 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces 166 duplicate_implements_test/04: Fail, OK # we are going to remove interfaces
164 factory5_test/00: Fail # issue 3079 167 factory5_test/00: Fail # issue 3079
165 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 168 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
166 const_syntax_test/09: Fail # Issue 4713 169 const_syntax_test/09: Fail # Issue 4713
167 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 170 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
168 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 171 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 compile_time_constant_checked2_test/03: Fail, OK 392 compile_time_constant_checked2_test/03: Fail, OK
390 compile_time_constant_checked2_test/04: Fail, OK 393 compile_time_constant_checked2_test/04: Fail, OK
391 compile_time_constant_checked2_test/05: Fail, OK 394 compile_time_constant_checked2_test/05: Fail, OK
392 compile_time_constant_checked2_test/06: Fail, OK 395 compile_time_constant_checked2_test/06: Fail, OK
393 compile_time_constant_checked3_test/01: Fail, OK 396 compile_time_constant_checked3_test/01: Fail, OK
394 compile_time_constant_checked3_test/02: Fail, OK 397 compile_time_constant_checked3_test/02: Fail, OK
395 compile_time_constant_checked3_test/03: Fail, OK 398 compile_time_constant_checked3_test/03: Fail, OK
396 compile_time_constant_checked3_test/04: Fail, OK 399 compile_time_constant_checked3_test/04: Fail, OK
397 compile_time_constant_checked3_test/05: Fail, OK 400 compile_time_constant_checked3_test/05: Fail, OK
398 compile_time_constant_checked3_test/06: Fail, OK 401 compile_time_constant_checked3_test/06: Fail, OK
OLDNEW
« no previous file with comments | « tests/language/compile_time_constant10_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698