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

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

Issue 1642493002: Add type info to JSArray. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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/corelib/corelib.status ('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 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 7 method_name_test: Fail # issue 25574
8 8
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 273 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
274 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 274 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
275 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 275 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
276 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 276 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
277 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 277 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
278 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 278 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
279 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for 279 await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j= 0;j<10;j++ ){if(j==5)continue outer;}}): await for
280 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 280 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
281 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 281 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
282 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. 282 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off.
283 closure_in_constructor_test: RuntimeError # Please triage this failure.
284 closures_initializer_test: RuntimeError # Please triage this failure.
285 constructor12_test: RuntimeError # Please triage this failure.
286 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'. 283 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'.
287 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 284 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
288 first_class_types_test: RuntimeError # Please triage this failure.
289 generic2_test: RuntimeError # Please triage this failure.
290 generic_instanceof_test: RuntimeError # Please triage this failure.
291 generic_native_test: RuntimeError # Please triage this failure.
292 gc_test: Crash # Internal Error: Pending statics (see above). 285 gc_test: Crash # Internal Error: Pending statics (see above).
293 instanceof2_test: RuntimeError # Please triage this failure.
294 instanceof4_test/01: RuntimeError # Please triage this failure.
295 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 286 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
296 list_is_test: RuntimeError # Please triage this failure.
297 list_test: RuntimeError # Please triage this failure.
298 many_generic_instanceof_test: RuntimeError # Please triage this failure.
299 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 287 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
300 savannah_test: RuntimeError # Success depends on the variable hints. 288 savannah_test: RuntimeError # Success depends on the variable hints.
301 super_call4_test: RuntimeError # Please triage this failure. 289 super_call4_test: RuntimeError # Please triage this failure.
302 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 290 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
303 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 291 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
304 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 292 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
305 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 293 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
306 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 294 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
307 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 295 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
308 switch8_test: Crash # Pending statics: JSArray 296 switch8_test: Crash # Pending statics: JSArray
309 type_variable_closure2_test: RuntimeError # Issue 25309: T lost in List<T>
310 type_variable_field_initializer_closure_test: RuntimeError # Issue 25309: T lost in List<T>
311 type_variable_field_initializer_test: RuntimeError # Issue 25309: T lost in List <T>
312 type_variable_nested_test: RuntimeError # Issue 25309: T lost in List<T>
313 297
314 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 298 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
315 regress_21795_test: Pass, RuntimeError # Due to inlining? 299 regress_21795_test: Pass, RuntimeError # Due to inlining?
316 300
317 [ $compiler == dart2js && $cps_ir && $host_checked ] 301 [ $compiler == dart2js && $cps_ir && $host_checked ]
318 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 302 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
319 async_throw_in_catch_test/none: Crash # Issue 24485 303 async_throw_in_catch_test/none: Crash # Issue 24485
320 execute_finally9_test: Crash # Issue 24485 304 execute_finally9_test: Crash # Issue 24485
321 regress_21795_test: Crash # Issue 24485 305 regress_21795_test: Crash # Issue 24485
322 regress_23537_test: Crash # Issue 24485 306 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698