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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 2993223002: [VM parser] Insert missing result type check in async functions using arrow (Closed)
Patch Set: Created 3 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
OLDNEW
1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 black_listed_test/13c: Crash # Issue 27394 127 black_listed_test/13c: Crash # Issue 27394
128 black_listed_test/14c: Crash # Issue 27394 128 black_listed_test/14c: Crash # Issue 27394
129 bootstrap_test: RuntimeError # Issue 27394 129 bootstrap_test: RuntimeError # Issue 27394
130 call_nonexistent_static_test/10: Crash # Issue 27394 130 call_nonexistent_static_test/10: Crash # Issue 27394
131 131
132 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ] 132 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
133 assertion_initializer_const_function_test/none: RuntimeError 133 assertion_initializer_const_function_test/none: RuntimeError
134 134
135 [ $compiler == dart2js && $runtime == d8 && $checked ] 135 [ $compiler == dart2js && $runtime == d8 && $checked ]
136 assertion_test: RuntimeError 136 assertion_test: RuntimeError
137 regress_30339_test: RuntimeError # Issue 26429
137 138
138 [ $compiler == dart2js && $runtime == jsshell && $checked ] 139 [ $compiler == dart2js && $runtime == jsshell && $checked ]
139 assertion_test: RuntimeError 140 assertion_test: RuntimeError
140 141
141 [ $compiler == dart2js && $runtime == drt && $checked ] 142 [ $compiler == dart2js && $runtime == drt && $checked ]
142 assertion_test: RuntimeError 143 assertion_test: RuntimeError
143 144
144 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] 145 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ]
145 aborting_switch_case_test: Crash 146 aborting_switch_case_test: Crash
146 abstract_exact_selector_test/01: Crash 147 abstract_exact_selector_test/01: Crash
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after
806 function_type/function_type55_test: Crash # Issue 27394 807 function_type/function_type55_test: Crash # Issue 27394
807 function_type/function_type62_test: Crash # Issue 27394 808 function_type/function_type62_test: Crash # Issue 27394
808 function_type/function_type63_test: Crash # Issue 27394 809 function_type/function_type63_test: Crash # Issue 27394
809 function_type/function_type6_test: Crash # Issue 27394 810 function_type/function_type6_test: Crash # Issue 27394
810 function_type/function_type7_test: Crash # Issue 27394 811 function_type/function_type7_test: Crash # Issue 27394
811 function_type/function_type98_test: Crash # Issue 27394 812 function_type/function_type98_test: Crash # Issue 27394
812 function_type/function_type99_test: Crash # Issue 27394 813 function_type/function_type99_test: Crash # Issue 27394
813 814
814 [ $compiler == dart2js && $runtime == safarimobilesim ] 815 [ $compiler == dart2js && $runtime == safarimobilesim ]
815 call_through_getter_test: Fail, OK 816 call_through_getter_test: Fail, OK
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698