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

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

Issue 1398443003: Update cps status. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 modulo_test: RuntimeError # Issue 15246 168 modulo_test: RuntimeError # Issue 15246
169 truncdiv_test: RuntimeError # Issue 15246 169 truncdiv_test: RuntimeError # Issue 15246
170 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval). 170 invocation_mirror2_test: RuntimeError # Issue 6490 (wrong retval).
171 generic_closure_test: RuntimeError # Issue 12605 171 generic_closure_test: RuntimeError # Issue 12605
172 const_switch_test/02: RuntimeError # Issue 17960 172 const_switch_test/02: RuntimeError # Issue 17960
173 const_switch_test/04: RuntimeError # Issue 17960 173 const_switch_test/04: RuntimeError # Issue 17960
174 174
175 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009 175 const_dynamic_type_literal_test/02: CompileTimeError # Issue 23009
176 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009 176 const_dynamic_type_literal_test/03: CompileTimeError # Issue 23009
177 177
178 generic_field_mixin4_test: Crash # Issue 18651
179
178 # Compilation errors. 180 # Compilation errors.
179 method_override5_test: RuntimeError # Issue 12809 181 method_override5_test: RuntimeError # Issue 12809
180 external_test/10: CompileTimeError # Issue 12887 182 external_test/10: CompileTimeError # Issue 12887
181 external_test/13: CompileTimeError # Issue 12887 183 external_test/13: CompileTimeError # Issue 12887
182 external_test/20: CompileTimeError # Issue 12887 184 external_test/20: CompileTimeError # Issue 12887
183 list_literal4_test: RuntimeError # Issue 12890 185 list_literal4_test: RuntimeError # Issue 12890
184 built_in_identifier_test/01: CompileTimeError # Issue 13022 186 built_in_identifier_test/01: CompileTimeError # Issue 13022
185 187
186 scope_variable_test/01: MissingCompileTimeError # Issue 13016 188 scope_variable_test/01: MissingCompileTimeError # Issue 13016
187 189
(...skipping 30 matching lines...) Expand all
218 220
219 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 221 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
220 # Detection of d8 runtime does not work on Windows so the runtime result is 222 # Detection of d8 runtime does not work on Windows so the runtime result is
221 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error. 223 # unreliable; at the time of writing, 32 passed, 31 failed with runtime error.
222 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 224 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
223 *deferred*: Pass,RuntimeError # Issue 17458 225 *deferred*: Pass,RuntimeError # Issue 17458
224 cha_deopt*: Pass,RuntimeError # Issue 17458 226 cha_deopt*: Pass,RuntimeError # Issue 17458
225 regress_22443_test: Pass,RuntimeError # Issue 17458 227 regress_22443_test: Pass,RuntimeError # Issue 17458
226 228
227 [ $compiler == dart2js && $cps_ir == false ] 229 [ $compiler == dart2js && $cps_ir == false ]
228 generic_field_mixin4_test: Crash # Issue 18651
229 generic_field_mixin5_test: Crash # Issue 18651 230 generic_field_mixin5_test: Crash # Issue 18651
230 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 231 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
231 232
232 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] 233 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
233 issue23244_test: RuntimeError # 23244 234 issue23244_test: RuntimeError # 23244
234 235
235 [ $compiler == dart2js && $cps_ir ] 236 [ $compiler == dart2js && $cps_ir ]
236 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 237 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
237 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 238 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
238 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for 239 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
383 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 384 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
384 type_variable_nested_test: RuntimeError # Please triage this failure. 385 type_variable_nested_test: RuntimeError # Please triage this failure.
385 386
386 [ $compiler == dart2js && $cps_ir && $host_checked ] 387 [ $compiler == dart2js && $cps_ir && $host_checked ]
387 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
388 async_throw_in_catch_test/none: Crash # Issue 24485 389 async_throw_in_catch_test/none: Crash # Issue 24485
389 execute_finally9_test: Crash # Issue 24485 390 execute_finally9_test: Crash # Issue 24485
390 regress_21795_test: Crash # Issue 24485 391 regress_21795_test: Crash # Issue 24485
391 regress_23537_test: Crash # Issue 24485 392 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698