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

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

Issue 1255293005: Fix analyzer interpretation of 'ClassName?.staticMember'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « tests/language/language.status ('k') | tests/language/nullaware_opt_test.dart » ('j') | 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
11 async_star_test/02: RuntimeError # 22853 11 async_star_test/02: RuntimeError # 22853
12 async_star_test/05: RuntimeError, Timeout 12 async_star_test/05: RuntimeError, Timeout
13 tearoff_basic_test: Skip # Tear-off not supported 13 tearoff_basic_test: Skip # Tear-off not supported
14 14
15 try_catch_on_syntax_test/10: Fail # Issue 19823 15 try_catch_on_syntax_test/10: Fail # Issue 19823
16 try_catch_on_syntax_test/11: Fail # Issue 19823 16 try_catch_on_syntax_test/11: Fail # Issue 19823
17 17
18 call_function_apply_test: RuntimeError # Issue 23873 18 call_function_apply_test: RuntimeError # Issue 23873
19 19
20 conditional_method_invocation_test/12: Fail # Issue 23795
21 conditional_method_invocation_test/13: Fail # Issue 23795
22 conditional_method_invocation_test/14: Fail # Issue 23795
23 conditional_method_invocation_test/15: Fail # Issue 23795
24 conditional_method_invocation_test/16: Fail # Issue 23795
25 conditional_method_invocation_test/17: Fail # Issue 23795
26 conditional_method_invocation_test/18: Fail # Issue 23795
27 conditional_method_invocation_test/19: Fail # Issue 23795
28 conditional_property_access_test/10: Fail # Issue 23795
29 conditional_property_access_test/11: Fail # Issue 23795
30 conditional_property_access_test/12: Fail # Issue 23795
31 conditional_property_access_test/13: Fail # Issue 23795
32 conditional_property_access_test/14: Fail # Issue 23795
33 conditional_property_access_test/15: Fail # Issue 23795
34 conditional_property_access_test/16: Fail # Issue 23795
35 conditional_property_access_test/17: Fail # Issue 23795
36 conditional_property_assignment_test/23: Fail # Issue 23795
37 conditional_property_assignment_test/24: Fail # Issue 23795
38 conditional_property_assignment_test/25: Fail # Issue 23795
39 conditional_property_assignment_test/26: Fail # Issue 23795
40 conditional_property_assignment_test/27: Fail # Issue 23795
41 conditional_property_assignment_test/28: Fail # Issue 23795
42 conditional_property_assignment_test/29: Fail # Issue 23795
43 conditional_property_assignment_test/30: Fail # Issue 23795
44 conditional_property_assignment_test/31: Fail # Issue 23795
45 conditional_property_assignment_test/32: Fail # Issue 23795
46 conditional_property_assignment_test/33: Fail # Issue 23795
47 conditional_property_assignment_test/34: Fail # Issue 23795
48 conditional_property_assignment_test/35: Fail # Issue 23795
49 conditional_property_increment_decrement_test/17: Fail # Issue 23795
50 conditional_property_increment_decrement_test/18: Fail # Issue 23795
51 conditional_property_increment_decrement_test/19: Fail # Issue 23795
52 conditional_property_increment_decrement_test/20: Fail # Issue 23795
53 conditional_property_increment_decrement_test/21: Fail # Issue 23795
54 conditional_property_increment_decrement_test/22: Fail # Issue 23795
55 conditional_property_increment_decrement_test/23: Fail # Issue 23795
56 conditional_property_increment_decrement_test/24: Fail # Issue 23795
57 conditional_property_increment_decrement_test/25: Fail # Issue 23795
58 conditional_property_increment_decrement_test/26: Fail # Issue 23795
59 conditional_property_increment_decrement_test/27: Fail # Issue 23795
60 conditional_property_increment_decrement_test/28: Fail # Issue 23795
61 conditional_property_increment_decrement_test/29: Fail # Issue 23795
62 conditional_property_increment_decrement_test/30: Fail # Issue 23795
63 conditional_property_increment_decrement_test/31: Fail # Issue 23795
64 conditional_property_increment_decrement_test/32: Fail # Issue 23795
65 conditional_property_increment_decrement_test/33: Fail # Issue 23795
66 conditional_property_increment_decrement_test/34: Fail # Issue 23795
67 conditional_property_increment_decrement_test/35: Fail # Issue 23795
68 conditional_property_increment_decrement_test/36: Fail # Issue 23795
69 conditional_property_increment_decrement_test/37: Fail # Issue 23795
70 conditional_property_increment_decrement_test/38: Fail # Issue 23795
71 conditional_property_increment_decrement_test/39: Fail # Issue 23795
72 conditional_property_increment_decrement_test/40: Fail # Issue 23795
73 if_null_assignment_behavior_test/31: Fail # Issue 23795
74 if_null_assignment_behavior_test/32: Fail # Issue 23795
75
20 [ $compiler == dart2js && $runtime == jsshell ] 76 [ $compiler == dart2js && $runtime == jsshell ]
21 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728 77 await_for_test: Skip # Jsshell does not provide periodic timers, Issue 7728
22 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728 78 async_star_test: RuntimeError # Jsshell does not provide non-zero timers, Issue 7728
23 79
24 [ $compiler == dart2js ] 80 [ $compiler == dart2js ]
25 nan_identical_test: Fail # Issue 11551 81 nan_identical_test: Fail # Issue 11551
26 symbol_literal_test/*: Fail # Issue 21825 82 symbol_literal_test/*: Fail # Issue 21825
27 constructor_duplicate_final_test/01: Fail # Issue 13363 83 constructor_duplicate_final_test/01: Fail # Issue 13363
28 constructor_duplicate_final_test/02: Fail # Issue 13363 84 constructor_duplicate_final_test/02: Fail # Issue 13363
29 override_inheritance_mixed_test/08: Fail # Issue 18124 85 override_inheritance_mixed_test/08: Fail # Issue 18124
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 type_parameter_test/03: Crash # Invalid argument(s) 561 type_parameter_test/03: Crash # Invalid argument(s)
506 type_parameter_test/04: Crash # Invalid argument(s) 562 type_parameter_test/04: Crash # Invalid argument(s)
507 type_parameter_test/05: Crash # Invalid argument(s) 563 type_parameter_test/05: Crash # Invalid argument(s)
508 type_parameter_test/06: Crash # Invalid argument(s) 564 type_parameter_test/06: Crash # Invalid argument(s)
509 type_parameter_test/none: Crash # Invalid argument(s) 565 type_parameter_test/none: Crash # Invalid argument(s)
510 type_variable_closure2_test: RuntimeError # Please triage this failure. 566 type_variable_closure2_test: RuntimeError # Please triage this failure.
511 type_variable_closure_test: Crash # Invalid argument(s) 567 type_variable_closure_test: Crash # Invalid argument(s)
512 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 568 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
513 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 569 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
514 type_variable_nested_test: RuntimeError # Please triage this failure. 570 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/nullaware_opt_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698