Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 242 generic_field_mixin5_test: Crash # Issue 18651 | 242 generic_field_mixin5_test: Crash # Issue 18651 |
| 243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors | 243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors |
| 244 method_override5_test: RuntimeError # Issue 12809 | 244 method_override5_test: RuntimeError # Issue 12809 |
| 245 super_no_such_method4_test/01: RuntimeError # Issue 25716 | 245 super_no_such_method4_test/01: RuntimeError # Issue 25716 |
| 246 super_no_such_method5_test/01: RuntimeError # Issue 25716 | 246 super_no_such_method5_test/01: RuntimeError # Issue 25716 |
| 247 | 247 |
| 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] | 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] |
| 249 issue23244_test: RuntimeError # 23244 | 249 issue23244_test: RuntimeError # 23244 |
| 250 | 250 |
| 251 [ $compiler == dart2js && $cps_ir ] | 251 [ $compiler == dart2js && $cps_ir ] |
| 252 accessor_conflict_export2_test: CompileTimeError # Issue 25747 | |
|
Kevin Millikin (Google)
2016/02/10 10:28:48
Actually, this doesn't look quite right. There is
asgerf
2016/02/10 10:36:27
Done in other CL.
| |
| 253 accessor_conflict_export_test: CompileTimeError # Issue 25747 | |
|
Kevin Millikin (Google)
2016/02/10 10:28:48
Same comment.
asgerf
2016/02/10 10:36:27
Done.
| |
| 252 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions | 254 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions |
| 253 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions | 255 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions |
| 254 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for | 256 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for |
| 255 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions | 257 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions |
| 256 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions | 258 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions |
| 257 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions | 259 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions |
| 258 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions | 260 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions |
| 259 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for | 261 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for |
| 260 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions | 262 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions |
| 261 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions | 263 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions |
| (...skipping 25 matching lines...) Expand all Loading... | |
| 287 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions | 289 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions |
| 288 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions | 290 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions |
| 289 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions | 291 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions |
| 290 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions | 292 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions |
| 291 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions | 293 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions |
| 292 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions | 294 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions |
| 293 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 | 295 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 |
| 294 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for | 296 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for |
| 295 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for | 297 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for |
| 296 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. | 298 call_closurization_test: RuntimeError # Bad type inference for ".call" tear-off. |
| 297 deferred_super_dependency_test/01: Crash # Class 'PartialMethodElement' has no i nstance getter 'initializer'. | |
| 298 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. | 299 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. |
| 299 gc_test: Crash # Internal Error: Pending statics (see above). | 300 gc_test: Crash # Internal Error: Pending statics (see above). |
| 300 if_null_assignment_static_test/29: Crash # Pending statics: JSArray | 301 if_null_assignment_static_test/29: Crash # Pending statics: JSArray |
| 301 if_null_assignment_static_test/31: Crash # Pending statics: JSArray | 302 if_null_assignment_static_test/31: Crash # Pending statics: JSArray |
| 302 if_null_assignment_static_test/32: Crash # Pending statics: JSArray | 303 if_null_assignment_static_test/32: Crash # Pending statics: JSArray |
| 303 if_null_assignment_static_test/33: Crash # Pending statics: JSArray | 304 if_null_assignment_static_test/33: Crash # Pending statics: JSArray |
| 304 if_null_assignment_static_test/35: Crash # Pending statics: JSArray | 305 if_null_assignment_static_test/35: Crash # Pending statics: JSArray |
| 305 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet | 306 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet |
| 306 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for | 307 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for |
| 308 regress_24935_test/01: Crash # bailout: (await for(var s1 in S()){await for(var s2 in S()){continue L;}}): await for | |
| 309 regress_24935_test/none: Crash # bailout: (await for(var s1 in S()){await for(va r s2 in S()){continue L;}}): await for | |
| 307 savannah_test: RuntimeError # Success depends on the variable hints. | 310 savannah_test: RuntimeError # Success depends on the variable hints. |
| 308 super_call4_test: RuntimeError # Please triage this failure. | 311 super_call4_test: RuntimeError # Please triage this failure. |
| 309 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. | 312 super_getter_setter_test: RuntimeError # Expect.equals(expected: <42>, actual: < null>) fails. |
| 310 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 313 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 311 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet | 314 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet |
| 312 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et | 315 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et |
| 313 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t | 316 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t |
| 314 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t | 317 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t |
| 315 switch8_test: Crash # Pending statics: JSArray | 318 switch8_test: Crash # Pending statics: JSArray |
| 316 | 319 |
| 317 [ $compiler == dart2js && $cps_ir && $host_checked == false ] | 320 [ $compiler == dart2js && $cps_ir && $host_checked == false ] |
| 318 regress_21795_test: Pass, RuntimeError # Due to inlining? | 321 regress_21795_test: Pass, RuntimeError # Due to inlining? |
| 319 | 322 |
| 320 [ $compiler == dart2js && $cps_ir && $host_checked ] | 323 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 321 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 | 324 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 |
| 322 async_throw_in_catch_test/none: Crash # Issue 24485 | 325 async_throw_in_catch_test/none: Crash # Issue 24485 |
| 323 execute_finally9_test: Crash # Issue 24485 | 326 execute_finally9_test: Crash # Issue 24485 |
| 324 regress_21795_test: Crash # Issue 24485 | 327 regress_21795_test: Crash # Issue 24485 |
| 325 regress_23537_test: Crash # Issue 24485 | 328 regress_23537_test: Crash # Issue 24485 |
| OLD | NEW |