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

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

Issue 23638006: Merge two static_final_field tests and rewrite a negative test to a multi-test (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 null_test/03: Fail # Issue 12445. 8 null_test/03: Fail # Issue 12445.
9 9
10 black_listed_test/none: Fail # Issue 12446. 10 black_listed_test/none: Fail # Issue 12446.
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 constructor_return_test/05: Fail # Issue 12938 169 constructor_return_test/05: Fail # Issue 12938
170 duplicate_implements_test/01: Fail # Issue 12991 170 duplicate_implements_test/01: Fail # Issue 12991
171 duplicate_implements_test/02: Fail # Issue 12991 171 duplicate_implements_test/02: Fail # Issue 12991
172 duplicate_implements_test/03: Fail # Issue 12991 172 duplicate_implements_test/03: Fail # Issue 12991
173 duplicate_implements_test/04: Fail # Issue 12991 173 duplicate_implements_test/04: Fail # Issue 12991
174 list_literal1_test/01: Fail # Issue 12993 174 list_literal1_test/01: Fail # Issue 12993
175 map_literal1_test/01: Fail # Issue 12993 175 map_literal1_test/01: Fail # Issue 12993
176 number_identifier_test/01: Fail # Issue 13014 176 number_identifier_test/01: Fail # Issue 13014
177 number_identifier_test/02: Fail # Issue 13014 177 number_identifier_test/02: Fail # Issue 13014
178 scope_variable_test/01: Fail # Issue 13016 178 scope_variable_test/01: Fail # Issue 13016
179 static_final_field_negative_test: Fail # Negative language test. 179 static_final_field2_test/02: Fail # Issue 13017
180 throw7_negative_test: Fail # Negative language test. 180 throw7_test/01: Fail # Issue 13019
181 181
182 numbers_test: Fail, OK # (unintended?) VM specific test. 182 numbers_test: Fail, OK # (unintended?) VM specific test.
183 183
184 final_syntax_test/01: Fail # Missing error for uninitialized final field. 184 final_syntax_test/01: Fail # Issue 13020
185 final_syntax_test/02: Fail # Missing error for uninitialized final field. 185 final_syntax_test/02: Fail # Issue 13020
186 final_syntax_test/03: Fail # Missing error for uninitialized final field. 186 final_syntax_test/03: Fail # Issue 13020
187 final_syntax_test/04: Fail # Missing error for uninitialized final field. 187 final_syntax_test/04: Fail # Issue 13020
188 188
189 canonical_const2_test: Fail, OK # Dart2js only has doubles. 189 canonical_const2_test: Fail, OK # Dart2js only has doubles.
190 190
191 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range. 191 bit_operations_test: Fail, OK # Tests bit operations outside the 32 bit range.
192 # The following test will start to fail again once dart2js implements the 192 # The following test will start to fail again once dart2js implements the
193 # runtime semantics for numbers. 193 # runtime semantics for numbers.
194 # Should be: Fail, OK # Expects negative results of bit-operations. 194 # Should be: Fail, OK # Expects negative results of bit-operations.
195 optimization_test: Fail, OK # Expects negative results of bit-operations. 195 optimization_test: Fail, OK # Expects negative results of bit-operations.
196 196
197 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string. 197 expect_test: Fail, OK # JavaScript canonicalizes all strings. This test assumes that string-concatenation returns a new string.
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 const_syntax_test/07: Fail # Issue 12933 308 const_syntax_test/07: Fail # Issue 12933
309 const_syntax_test/08: Fail # Issue 12933 309 const_syntax_test/08: Fail # Issue 12933
310 const_syntax_test/10: Fail # Issue 12933 310 const_syntax_test/10: Fail # Issue 12933
311 constructor9_test/01: Fail # Issue 12935 311 constructor9_test/01: Fail # Issue 12935
312 constructor_return_test/01: Fail # Issue 12938 312 constructor_return_test/01: Fail # Issue 12938
313 constructor_return_test/02: Fail # Issue 12938 313 constructor_return_test/02: Fail # Issue 12938
314 constructor_return_test/03: Fail # Issue 12938 314 constructor_return_test/03: Fail # Issue 12938
315 constructor_return_test/04: Fail # Issue 12938 315 constructor_return_test/04: Fail # Issue 12938
316 constructor_return_test/05: Fail # Issue 12938 316 constructor_return_test/05: Fail # Issue 12938
317 constructor_named_arguments_test/01: Fail # Issue 5519 317 constructor_named_arguments_test/01: Fail # Issue 5519
318 final_syntax_test/01: Fail # Issue 5519 318 final_syntax_test/01: Fail # Issue 13020
319 final_syntax_test/02: Fail # Issue 5519 319 final_syntax_test/02: Fail # Issue 13020
320 final_syntax_test/03: Fail # Issue 5519 320 final_syntax_test/03: Fail # Issue 13020
321 final_syntax_test/04: Fail # Issue 5519 321 final_syntax_test/04: Fail # Issue 13020
322 getter_no_setter_test/01: Fail # Issue 5519 322 getter_no_setter_test/01: Fail # Issue 5519
323 named_parameters_aggregated_test/01: Fail # Issue 12802 323 named_parameters_aggregated_test/01: Fail # Issue 12802
324 named_parameters_aggregated_test/03: Fail # Issue 12813 324 named_parameters_aggregated_test/03: Fail # Issue 12813
325 not_enough_positional_arguments_test/01: Fail # Issue 12839 325 not_enough_positional_arguments_test/01: Fail # Issue 12839
326 not_enough_positional_arguments_test/02: Fail # Issue 12839 326 not_enough_positional_arguments_test/02: Fail # Issue 12839
327 not_enough_positional_arguments_test/05: Fail # Issue 12839 327 not_enough_positional_arguments_test/05: Fail # Issue 12839
328 328
329 metadata_test: Fail # Issue 12762 329 metadata_test: Fail # Issue 12762
330 const_var_test: Pass, Fail # Issue 12794 330 const_var_test: Pass, Fail # Issue 12794
331 map_literal3_test: Fail # Issue 12794 331 map_literal3_test: Fail # Issue 12794
(...skipping 12 matching lines...) Expand all
344 lazy_static3_test: Fail # Issue 12593 344 lazy_static3_test: Fail # Issue 12593
345 # dart2js frontend doesn't even analyse problematic classes. 345 # dart2js frontend doesn't even analyse problematic classes.
346 duplicate_implements_test/01: Fail # Issue 12992 346 duplicate_implements_test/01: Fail # Issue 12992
347 duplicate_implements_test/02: Fail # Issue 12992 347 duplicate_implements_test/02: Fail # Issue 12992
348 duplicate_implements_test/03: Fail # Issue 12992 348 duplicate_implements_test/03: Fail # Issue 12992
349 duplicate_implements_test/04: Fail # Issue 12992 349 duplicate_implements_test/04: Fail # Issue 12992
350 list_literal1_test/01: Fail # Issue 12993 350 list_literal1_test/01: Fail # Issue 12993
351 map_literal1_test/01: Fail # Issue 12993 351 map_literal1_test/01: Fail # Issue 12993
352 method_override4_test: Fail # Issue 12810 352 method_override4_test: Fail # Issue 12810
353 method_override5_test: Fail # Issue 12810 353 method_override5_test: Fail # Issue 12810
354 static_final_field_negative_test: Fail 354 static_final_field2_test/02: Fail # Issue 13017
355 throw7_test/01: Fail # Issue 13019
355 number_identifier_test/01: Fail # Issue 13014 356 number_identifier_test/01: Fail # Issue 13014
356 number_identifier_test/02: Fail # Issue 13014 357 number_identifier_test/02: Fail # Issue 13014
357 scope_variable_test/01: Fail # Issue 13016 358 scope_variable_test/01: Fail # Issue 13016
358 # Common with language_dart2js. 359 # Common with language_dart2js.
359 factory_redirection_test/01: Fail # Issue 12753 360 factory_redirection_test/01: Fail # Issue 12753
360 factory_redirection_test/02: Crash # Issue 12753 361 factory_redirection_test/02: Crash # Issue 12753
361 factory_redirection_test/03: Crash # Issue 12753 362 factory_redirection_test/03: Crash # Issue 12753
362 factory_redirection_test/07: Fail # Issue 12753 363 factory_redirection_test/07: Fail # Issue 12753
363 factory_redirection_test/09: Fail # Issue 12753 364 factory_redirection_test/09: Fail # Issue 12753
364 factory_redirection_test/14: Fail # Issue 10959 365 factory_redirection_test/14: Fail # Issue 10959
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 import_core_prefix_test: Pass 410 import_core_prefix_test: Pass
410 prefix22_test: Pass 411 prefix22_test: Pass
411 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 412 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
412 super_call4_test: Fail, OK # hardcoded names. 413 super_call4_test: Fail, OK # hardcoded names.
413 414
414 [ $minified ] 415 [ $minified ]
415 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 416 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
416 417
417 [ $runtime == ie9 ] 418 [ $runtime == ie9 ]
418 stack_trace_test: Fail, OK # Stack traces not available in IE9. 419 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698