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

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

Issue 2629113002: Add a few more tests. (Closed)
Patch Set: Add more tests and update status files. Created 3 years, 11 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 regress_26668_test: Fail # Issue 26678 7 regress_26668_test: Fail # Issue 26678
8 regress_27617_test/1: MissingCompileTimeError 8 regress_27617_test/1: MissingCompileTimeError
9 9
10 # Doesn't yet implement `covariant` keyword. 10 # Doesn't yet implement `covariant` keyword.
11 covariant_test/none: CompileTimeError # Issue 28167 11 covariant_test/06: MissingCompileTimeError # Issue 28167
12 covariant_test/06b: MissingCompileTimeError # Issue 28167
13 covariant_test/07: MissingCompileTimeError # Issue 28167
14 covariant_test/08: MissingCompileTimeError # Issue 28167
15 covariant_test/11: MissingCompileTimeError # Issue 28167
16 covariant_test/15: MissingCompileTimeError # Issue 28167
17 covariant_test/26: MissingCompileTimeError # Issue 28167
18 covariant_test/26b: MissingCompileTimeError # Issue 28167
19 covariant_test/27: MissingCompileTimeError # Issue 28167
20 covariant_test/28: MissingCompileTimeError # Issue 28167
21 covariant_test/31: MissingCompileTimeError # Issue 28167
22 covariant_test/35: MissingCompileTimeError # Issue 28167
23 covariant_test/40: CompileTimeError # Issue 28167
24 covariant_test/40b: CompileTimeError # Issue 28167
25 covariant_test/42: CompileTimeError # Issue 28167
26 covariant_test/46: MissingCompileTimeError # Issue 28167
27 covariant_test/46b: MissingCompileTimeError # Issue 28167
28 covariant_test/47: MissingCompileTimeError # Issue 28167
29 covariant_test/48: StaticWarning
30 covariant_test/51: MissingCompileTimeError # Issue 28167
31 covariant_test/52: CompileTimeError # Issue 28167
32 covariant_test/54: CompileTimeError # Issue 28167
33 covariant_test/55: MissingCompileTimeError # Issue 28167
34 covariant_test/56: CompileTimeError # Issue 28167
eernst 2017/01/12 12:08:44 Apparently, we have strong mode tests in tests/lan
floitsch 2017/01/12 13:33:04 I think the individual implementations should simp
12 covariant_override_test: CompileTimeError # Issue 28167 35 covariant_override_test: CompileTimeError # Issue 28167
13 36
14 # Runtime negative test. No static errors or warnings. 37 # Runtime negative test. No static errors or warnings.
15 closure_call_wrong_argument_count_negative_test: skip 38 closure_call_wrong_argument_count_negative_test: skip
16 39
17 deep_nesting1_negative_test: Crash # Issue 25558 40 deep_nesting1_negative_test: Crash # Issue 25558
18 deep_nesting2_negative_test: Crash # Issue 25558 41 deep_nesting2_negative_test: Crash # Issue 25558
19 42
20 enum_syntax_test/05: Fail # 21649 43 enum_syntax_test/05: Fail # 21649
21 enum_syntax_test/06: Fail # 21649 44 enum_syntax_test/06: Fail # 21649
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in. 526 for_in_side_effects_test: StaticWarning, OK # Test uses custom class that does n ot implement Iterable in for-in.
504 527
505 # Experimental feature: Syntactic support for generic methods. 528 # Experimental feature: Syntactic support for generic methods.
506 generic_methods_type_expression_test: StaticWarning # Issue 25868 529 generic_methods_type_expression_test: StaticWarning # Issue 25868
507 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868 530 generic_methods_generic_function_parameter_test: StaticWarning # Issue 25868
508 531
509 # Experimental feature: Use initializing formals in initializers and constructor body. 532 # Experimental feature: Use initializing formals in initializers and constructor body.
510 initializing_formal_type_test: StaticWarning # Issue 26658 533 initializing_formal_type_test: StaticWarning # Issue 26658
511 534
512 regress_27572_test: StaticWarning # Warning about undefined method expected. 535 regress_27572_test: StaticWarning # Warning about undefined method expected.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698