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

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

Issue 1449343003: Handle prefix as expression in SendSet. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « tests/compiler/dart2js/semantic_visitor_test_send_data.dart ('k') | no next file » | 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
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 ref_before_declaration_test/04: MissingCompileTimeError 61 ref_before_declaration_test/04: MissingCompileTimeError
62 ref_before_declaration_test/05: MissingCompileTimeError 62 ref_before_declaration_test/05: MissingCompileTimeError
63 ref_before_declaration_test/06: MissingCompileTimeError 63 ref_before_declaration_test/06: MissingCompileTimeError
64 64
65 regress_22976_test/01: CompileTimeError # Issue 23132 65 regress_22976_test/01: CompileTimeError # Issue 23132
66 regress_22976_test/02: CompileTimeError # Issue 23132 66 regress_22976_test/02: CompileTimeError # Issue 23132
67 67
68 if_null_assignment_behavior_test/13: Crash # Issue 23491 68 if_null_assignment_behavior_test/13: Crash # Issue 23491
69 if_null_assignment_behavior_test/14: Crash # Issue 23491 69 if_null_assignment_behavior_test/14: Crash # Issue 23491
70 70
71 if_null_assignment_behavior_test/29: Crash # Issue 23611
72 prefix_assignment_test/01: Crash # Issue 23611
73 prefix_assignment_test/02: Crash # Issue 23611
74 prefix_identifier_reference_test/05: Crash # Issue 23611
75
76 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618 71 const_error_multiply_initialized_test/02: CompileTimeError # Issue 23618
77 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618 72 const_error_multiply_initialized_test/04: CompileTimeError # Issue 23618
78 73
79 # VM specific tests that should not be run by dart2js. 74 # VM specific tests that should not be run by dart2js.
80 vm/*: Skip # Issue 12699 75 vm/*: Skip # Issue 12699
81 76
82 multiline_newline_test/01: CompileTimeError # Issue 23888 77 multiline_newline_test/01: CompileTimeError # Issue 23888
83 multiline_newline_test/02: CompileTimeError # Issue 23888 78 multiline_newline_test/02: CompileTimeError # Issue 23888
84 multiline_newline_test/03: CompileTimeError # Issue 23888 79 multiline_newline_test/03: CompileTimeError # Issue 23888
85 multiline_newline_test/04: MissingCompileTimeError # Issue 23888 80 multiline_newline_test/04: MissingCompileTimeError # Issue 23888
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 360 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
366 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 361 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
367 type_variable_nested_test: RuntimeError # Please triage this failure. 362 type_variable_nested_test: RuntimeError # Please triage this failure.
368 363
369 [ $compiler == dart2js && $cps_ir && $host_checked ] 364 [ $compiler == dart2js && $cps_ir && $host_checked ]
370 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 365 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
371 async_throw_in_catch_test/none: Crash # Issue 24485 366 async_throw_in_catch_test/none: Crash # Issue 24485
372 execute_finally9_test: Crash # Issue 24485 367 execute_finally9_test: Crash # Issue 24485
373 regress_21795_test: Crash # Issue 24485 368 regress_21795_test: Crash # Issue 24485
374 regress_23537_test: Crash # Issue 24485 369 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/semantic_visitor_test_send_data.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698