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

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

Issue 10942028: Support class and typedef literals as expressions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address Peter's comments. Created 8 years, 1 month 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 # 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest 138 closure_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewri te as multitest
139 compile_time_constant_test/02: Fail # issue 5987. 139 compile_time_constant_test/02: Fail # issue 5987.
140 compile_time_constant10_test/none: Fail # issue 5215. 140 compile_time_constant10_test/none: Fail # issue 5215.
141 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest 141 constructor3_negative_test: Fail # Runtime only test, rewrite as multitest
142 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest 142 constructor_call_wrong_argument_count_negative_test: Fail # Runtime only test, r ewrite as multitest
143 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support. 143 disable_privacy_test: Fail # Issue 1882: Needs --disable_privacy support.
144 factory5_test/00: Fail # issue 3079 144 factory5_test/00: Fail # issue 3079
145 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest 145 field_method4_negative_test: Fail # Runtime only test, rewrite as multitest
146 field7_negative_test: Fail, OK # language changed, test issue 5249 146 field7_negative_test: Fail, OK # language changed, test issue 5249
147 field7a_negative_test: Fail, OK # language changed, test issue 5249 147 field7a_negative_test: Fail, OK # language changed, test issue 5249
148 first_class_types_literals_test: Fail # issue 6283
148 getter_no_setter_test/01: Fail # Fails to detect compile-time error. 149 getter_no_setter_test/01: Fail # Fails to detect compile-time error.
149 getter_no_setter2_test/01: Fail # Fails to detect compile-time error. 150 getter_no_setter2_test/01: Fail # Fails to detect compile-time error.
150 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest 151 instance_call_wrong_argument_count_negative_test: Fail # Runtime only test, rewr ite as multitest
151 # Test expects signature of noSuchMethod to be correct according 152 # Test expects signature of noSuchMethod to be correct according
152 # to specification. Should start working when the library signature 153 # to specification. Should start working when the library signature
153 # changes. 154 # changes.
154 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest 155 is_not_class2_negative_test: Fail # Runtime only test, rewrite as multitest
155 library2_negative_test: Fail # still a valid test? Issue 3649 156 library2_negative_test: Fail # still a valid test? Issue 3649
156 library4_negative_test: Fail # still a valid test? Issue 3530 157 library4_negative_test: Fail # still a valid test? Issue 3530
157 library6_negative_test: Fail # still a valid test? Issue 3650 158 library6_negative_test: Fail # still a valid test? Issue 3650
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 export_cyclic_test: Fail # Issue 5785 328 export_cyclic_test: Fail # Issue 5785
328 first_class_types_libraries_test: Fail # Issue 2264 329 first_class_types_libraries_test: Fail # Issue 2264
329 local_export_test: Fail # http://dartbug.com/2264 330 local_export_test: Fail # http://dartbug.com/2264
330 331
331 332
332 [ $runtime == dartium ] 333 [ $runtime == dartium ]
333 import_combinators_test: Fail 334 import_combinators_test: Fail
334 335
335 336
336 [ $runtime == vm || ($runtime == drt && $compiler == none) ] 337 [ $runtime == vm || ($runtime == drt && $compiler == none) ]
338 first_class_types_literals_test: Fail # issue 6282
337 call_test: Fail # Issue 1604 339 call_test: Fail # Issue 1604
338 340
339 [ $runtime == chrome ] 341 [ $runtime == chrome ]
340 string_escape1_negative_test: Skip 342 string_escape1_negative_test: Skip
341 343
342 [ $runtime == ie9 && ($system == linux || $system == macos) ] 344 [ $runtime == ie9 && ($system == linux || $system == macos) ]
343 *: Skip 345 *: Skip
344 346
345 [ $runtime == safari && ($system == linux || $system == windows) ] 347 [ $runtime == safari && ($system == linux || $system == windows) ]
346 *: Skip 348 *: Skip
347 349
348 [ $browser ] 350 [ $browser ]
349 351
350 352
351 [ $arch == simarm ] 353 [ $arch == simarm ]
352 *: Skip 354 *: Skip
353 355
354 [ $arch == arm ] 356 [ $arch == arm ]
355 *: Skip 357 *: Skip
356 358
357 [ $compiler == dart2dart ] 359 [ $compiler == dart2dart ]
358 many_overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode 360 many_overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode
359 overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode 361 overridden_no_such_method_test: Fail, Pass # TRIAGE: fails in minified mode
360 # Calling unresolved class constructor: 362 # Calling unresolved class constructor:
361 # call_constructor_on_unresolvable_class_test/07: Fail 363 # call_constructor_on_unresolvable_class_test/07: Fail
362 call_nonexistent_constructor_test: Fail 364 call_nonexistent_constructor_test: Fail
363 365
366 illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
ahe 2012/11/05 09:47:05 Bug report number to delete the test?
367 illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
368 illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
369
364 # Renaming type from platform library: 370 # Renaming type from platform library:
365 dynamic_test: Fail 371 dynamic_test: Fail
366 372
367 # Missing compile-time error when modifying final local variables 373 # Missing compile-time error when modifying final local variables
368 final_variable_assignment_test/01: Fail 374 final_variable_assignment_test/01: Fail
369 final_variable_assignment_test/02: Fail 375 final_variable_assignment_test/02: Fail
370 final_variable_assignment_test/03: Fail 376 final_variable_assignment_test/03: Fail
371 final_variable_assignment_test/04: Fail 377 final_variable_assignment_test/04: Fail
372 378
373 # Factory for another interface (will be obsolete soon). 379 # Factory for another interface (will be obsolete soon).
374 # factory2_negative_test: Fail 380 # factory2_negative_test: Fail
375 # factory3_negative_test: Fail 381 # factory3_negative_test: Fail
376 # factory_negative_test: Fail 382 # factory_negative_test: Fail
377 default_factory_test: Fail 383 default_factory_test: Fail
378 factory2_test: Fail 384 factory2_test: Fail
379 factory3_test: Fail 385 factory3_test: Fail
380 factory4_test: Fail 386 factory4_test: Fail
381 factory5_test: Fail 387 factory5_test: Fail
382 factory_implementation_test: Fail 388 factory_implementation_test: Fail
383 interface_factory_multi_test: Fail 389 interface_factory_multi_test: Fail
384 interface_factory_test: Fail 390 interface_factory_test: Fail
385 non_parameterized_factory2_test: Fail 391 non_parameterized_factory2_test: Fail
386 non_parameterized_factory_test: Fail 392 non_parameterized_factory_test: Fail
387 type_variable_scope_test: Fail 393 type_variable_scope_test: Fail
388 constructor_redirect2_test/03: Fail 394 constructor_redirect2_test/03: Fail
389 395
390 class_literal_test/05: Fail # http://dartbug.com/5519
391 class_literal_test/10: Fail # http://dartbug.com/5519
392 class_literal_test/11: Fail # http://dartbug.com/5519
393 class_literal_test/12: Fail # http://dartbug.com/5519
394 class_literal_test/17: Fail # http://dartbug.com/5519
395 class_literal_test/18: Fail # http://dartbug.com/5519
396 class_literal_test/19: Fail # http://dartbug.com/5519
397 class_literal_test/20: Fail # http://dartbug.com/5519
398 class_literal_test/22: Fail # http://dartbug.com/5519
399 class_literal_test/25: Fail # http://dartbug.com/5519
400 class_literal_test/27: Fail # http://dartbug.com/5519
401 class_literal_test/28: Fail # http://dartbug.com/5519
402 class_literal_test/29: Fail # http://dartbug.com/5519
403 compile_time_constant10_test/01: Fail # http://dartbug.com/5519 396 compile_time_constant10_test/01: Fail # http://dartbug.com/5519
404 compile_time_constant10_test/02: Fail # http://dartbug.com/5519 397 compile_time_constant10_test/02: Fail # http://dartbug.com/5519
405 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519 398 compile_time_constant_arguments_test/01: Fail # http://dartbug.com/5519
406 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519 399 compile_time_constant_arguments_test/02: Fail # http://dartbug.com/5519
407 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519 400 compile_time_constant_arguments_test/03: Fail # http://dartbug.com/5519
408 compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519 401 compile_time_constant_arguments_test/04: Fail # http://dartbug.com/5519
409 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519 402 compile_time_constant_arguments_test/05: Fail # http://dartbug.com/5519
410 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519 403 compile_time_constant_arguments_test/06: Fail # http://dartbug.com/5519
411 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519 404 const_constructor_syntax_test/04: Fail # http://dartbug.com/5519
412 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519 405 const_constructor_syntax_test/05: Fail # http://dartbug.com/5519
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 compile_time_constant_checked3_test/05: Fail, OK 565 compile_time_constant_checked3_test/05: Fail, OK
573 compile_time_constant_checked3_test/06: Fail, OK 566 compile_time_constant_checked3_test/06: Fail, OK
574 567
575 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280 568 type_error_test: Fail, OK # VM bug: http://dartbug.com/5280
576 569
577 call_through_null_getter_test: Fail # issue 6130 570 call_through_null_getter_test: Fail # issue 6130
578 571
579 # This is a VM error when the compiled code is run. 572 # This is a VM error when the compiled code is run.
580 invocation_mirror_test: Fail # issue 3326, 3622. 573 invocation_mirror_test: Fail # issue 3326, 3622.
581 invocation_mirror_indirect_test: Fail # issue 3326, 3622. 574 invocation_mirror_indirect_test: Fail # issue 3326, 3622.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698