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

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

Issue 3008573002: Migrate test block 113 to Dart 2.0. (Closed)
Patch Set: Created 3 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
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 == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 7
8 regress_26668_test: Fail # Issue 26678 8 regress_26668_test: Fail # Issue 26678
9 regress_27617_test/1: MissingCompileTimeError 9 regress_27617_test/1: MissingCompileTimeError
10 regress_29025_test: StaticWarning # Issue 29081 10 regress_29025_test: StaticWarning # Issue 29081
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 #deferred_load_library_wrong_args_test/*: Pass, Fail 380 #deferred_load_library_wrong_args_test/*: Pass, Fail
381 #deferred_constraints_type_annotation_test/*: Pass, Fail 381 #deferred_constraints_type_annotation_test/*: Pass, Fail
382 #deferred_load_inval_code_test: Pass, Fail 382 #deferred_load_inval_code_test: Pass, Fail
383 #deferred_not_loaded_check_test: Pass, Fail 383 #deferred_not_loaded_check_test: Pass, Fail
384 384
385 # Issues to be fixed now that type parameters have been fixed 385 # Issues to be fixed now that type parameters have been fixed
386 # (issues 14221, 15553) 386 # (issues 14221, 15553)
387 factory1_test/00: StaticWarning # Issue 18726 387 factory1_test/00: StaticWarning # Issue 18726
388 factory1_test/01: StaticWarning # Issue 18726 388 factory1_test/01: StaticWarning # Issue 18726
389 factory1_test/none: StaticWarning # Issue 18726 389 factory1_test/none: StaticWarning # Issue 18726
390 generic_closure_test: StaticWarning
391 local_function2_test: StaticWarning 390 local_function2_test: StaticWarning
392 redirecting_factory_long_test: StaticWarning 391 redirecting_factory_long_test: StaticWarning
393 392
394 # This test uses "const Symbol('_setAt')" 393 # This test uses "const Symbol('_setAt')"
395 vm/reflect_core_vm_test: CompileTimeError 394 vm/reflect_core_vm_test: CompileTimeError
396 395
397 # This test is expected to have warnings because of noSuchMethod overriding. 396 # This test is expected to have warnings because of noSuchMethod overriding.
398 regress_12561_test: StaticWarning 397 regress_12561_test: StaticWarning
399 398
400 main_not_a_function_test/01: Fail # Issue 20030 399 main_not_a_function_test/01: Fail # Issue 20030
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 initializing_formal_type_test: StaticWarning # Issue 26658 432 initializing_formal_type_test: StaticWarning # Issue 26658
434 433
435 regress_27572_test: StaticWarning # Warning about undefined method expected. 434 regress_27572_test: StaticWarning # Warning about undefined method expected.
436 435
437 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709 436 part_refers_to_core_library_test/01: MissingCompileTimeError # Issue 29709
438 437
439 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177. 438 # TODO: generalized_void_syntax_test: CompileTimeError # Issue #30177.
440 439
441 [ $compiler == dart2analyzer && $builder_tag == strong ] 440 [ $compiler == dart2analyzer && $builder_tag == strong ]
442 *: Skip # Issue 28649 441 *: Skip # Issue 28649
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698