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

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

Issue 1353843002: dart2js cps: Support sync* and yield. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 generic_field_mixin4_test: Crash # Issue 18651 224 generic_field_mixin4_test: Crash # Issue 18651
225 generic_field_mixin5_test: Crash # Issue 18651 225 generic_field_mixin5_test: Crash # Issue 18651
226 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 226 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
227 227
228 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] 228 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
229 issue23244_test: RuntimeError # 23244 229 issue23244_test: RuntimeError # 23244
230 230
231 [ $compiler == dart2js && $cps_ir ] 231 [ $compiler == dart2js && $cps_ir ]
232 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 232 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
233 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 233 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
234 async_await_syntax_test/a04a: Crash # (a04a()sync*{}): cannot handle sync*/async * functions
235 async_await_syntax_test/a04c: Crash # (a04c()sync*{}): cannot handle sync*/async * functions
236 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for 234 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
237 async_await_syntax_test/a07a: Crash # (a07a()sync*{yield 0;}): cannot handle syn c*/async* functions
238 async_await_syntax_test/a08a: Crash # (a08a()sync*{yield* [] ;}): cannot handle sync*/async* functions
239 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions 235 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions
240 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions 236 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
241 async_await_syntax_test/a11b: Crash # (get sync sync*{}): cannot handle sync*/as ync* functions
242 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 237 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
243 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions 238 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions
244 async_await_syntax_test/b04a: Crash # (b04a()sync*{}): cannot handle sync*/async * functions
245 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for 239 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for
246 async_await_syntax_test/b07a: Crash # (b07a()sync*{yield 0;}): cannot handle syn c*/async* functions
247 async_await_syntax_test/b08a: Crash # (b08a()sync*{yield* [] ;}): cannot handle sync*/async* functions
248 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions 240 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions
249 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions 241 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
250 async_await_syntax_test/b11b: Crash # (get sync sync*{}): cannot handle sync*/as ync* functions
251 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 242 async_await_syntax_test/b11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
252 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn c* functions 243 async_await_syntax_test/c03a: Crash # (c03a()async*{}): cannot handle sync*/asyn c* functions
253 async_await_syntax_test/c04a: Crash # (c04a()sync*{}): cannot handle sync*/async * functions
254 async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for 244 async_await_syntax_test/c06a: Crash # (await for(var o in st){}): await for
255 async_await_syntax_test/c07a: Crash # (c07a()sync*{yield 0;}): cannot handle syn c*/async* functions
256 async_await_syntax_test/c08a: Crash # (c08a()sync*{yield* [] ;}): cannot handle sync*/async* functions
257 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy nc*/async* functions 245 async_await_syntax_test/c09a: Crash # (c09a()async*{yield 0;}): cannot handle sy nc*/async* functions
258 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions 246 async_await_syntax_test/c10a: Crash # (c10a()async*{yield* [] ;}): cannot handle sync*/async* functions
259 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f unctions 247 async_await_syntax_test/d03a: Crash # (()async*{}): cannot handle sync*/async* f unctions
260 async_await_syntax_test/d04a: Crash # (()sync*{}): cannot handle sync*/async* fu nctions
261 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for 248 async_await_syntax_test/d06a: Crash # (await for(var o in st){}): await for
262 async_await_syntax_test/d07a: Crash # (()sync*{yield 0;}): cannot handle sync*/a sync* functions
263 async_await_syntax_test/d08a: Crash # (()sync*{yield* [] ;}): cannot handle sync */async* functions
264 async_await_syntax_test/d08b: Crash # (()sync*{yield* 0+1;}): cannot handle sync */async* functions
265 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions 249 async_await_syntax_test/d09a: Crash # (()async*{yield 0;}): cannot handle sync*/ async* functions
266 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions 250 async_await_syntax_test/d10a: Crash # (()async*{yield* [] ;}): cannot handle syn c*/async* functions
267 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit ch case 251 async_await_test/02: Crash # (switch (v){label:ca... continue to a labeled swit ch case
268 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit ch case 252 async_await_test/03: Crash # (switch (v){label:ca... continue to a labeled swit ch case
269 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw itch case 253 async_await_test/none: Crash # (switch (v){label:ca... continue to a labeled sw itch case
270 async_continue_label_test/await_in_init: RuntimeError # Please triage this failu re. 254 async_continue_label_test/await_in_init: RuntimeError # Please triage this failu re.
271 async_continue_label_test/await_in_update: RuntimeError # Please triage this fai lure. 255 async_continue_label_test/await_in_update: RuntimeError # Please triage this fai lure.
272 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions 256 async_or_generator_return_type_stacktrace_test/02: Crash # (void badReturnTypeAs yncStar()async*{}): cannot handle sync*/async* functions
273 async_or_generator_return_type_stacktrace_test/03: Crash # (void badReturnTypeSy ncStar()sync*{}): cannot handle sync*/async* functions
274 async_star_await_pauses_test: Crash # (await for(var i in ... await for 257 async_star_await_pauses_test: Crash # (await for(var i in ... await for
275 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions 258 async_star_cancel_and_throw_in_finally_test: Crash # (foo()async*{try {in... ca nnot handle sync*/async* functions
276 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions 259 async_star_cancel_while_paused_test: Crash # (f()async*{list.add(... cannot han dle sync*/async* functions
277 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions 260 async_star_regression_2238_test: Crash # (f()async*{label1:label2:yield 0;}): ca nnot handle sync*/async* functions
278 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions 261 async_star_regression_23116_test: Crash # (Stream<int> foo(Com... cannot handle sync*/async* functions
279 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions 262 async_star_regression_fisk_test: Crash # (fisk()async*{res.ad... cannot handle sync*/async* functions
280 async_star_stream_take_test: Crash # (await for(var v in s.take(5))r+= v;): awai t for 263 async_star_stream_take_test: Crash # (Stream makeStream(i... cannot handle sync */async* functions
281 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions 264 async_star_take_reyield_test: Crash # (fivePartialSums(Str... cannot handle syn c*/async* functions
282 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions 265 async_star_test: Crash # (f()async*{}): cannot handle sync*/async* functions
283 async_switch_test/none: RuntimeError # Uncaught Error: Expect.equals(expected: < 1>, actual: <null>) fails. 266 async_switch_test/none: RuntimeError # Uncaught Error: Expect.equals(expected: < 1>, actual: <null>) fails.
284 async_switch_test/withDefault: RuntimeError # Uncaught Error: Expect.equals(expe cted: <1>, actual: <null>) fails. 267 async_switch_test/withDefault: RuntimeError # Uncaught Error: Expect.equals(expe cted: <1>, actual: <null>) fails.
268 async_this_bound_test: RuntimeError # Cannot read property 'set$f' of undefined
285 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions 269 asyncstar_concat_test: Crash # (concat(a,b)async*{yield* a;yield* b;}): cannot h andle sync*/async* functions
286 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions 270 asyncstar_throw_in_catch_test: Crash # (foo4(Tracer tracer)... cannot handle sy nc*/async* functions
287 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions 271 asyncstar_yield_test: Crash # (Stream<int> foo4()a... cannot handle sync*/async * functions
288 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions 272 asyncstar_yieldstar_test: Crash # (foo2(Stream subStream)async*{yield* subStream ;}): cannot handle sync*/async* functions
289 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 273 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
290 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for 274 await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break ;t4.record(x);}): await for
291 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for 275 await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
292 await_future_test: Timeout 276 await_future_test: Timeout # Please triage this failure.
293 await_regression_test: RuntimeError # "Obelix".then$1 is not a function 277 await_regression_test: RuntimeError # "Obelix".then$1 is not a function
294 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented 278 cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
295 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented 279 cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
296 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented 280 cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented
297 closure_in_constructor_test: RuntimeError # Typed lists. 281 closure_in_constructor_test: RuntimeError # Please triage this failure.
298 closures_initializer_test: RuntimeError # Please triage this failure. 282 closures_initializer_test: RuntimeError # Please triage this failure.
299 const_evaluation_test/01: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions
300 constructor12_test: RuntimeError # Please triage this failure. 283 constructor12_test: RuntimeError # Please triage this failure.
301 crash_6725_test/01: Crash # unsupported operation on erroneous element 284 crash_6725_test/01: Crash # unsupported operation on erroneous element
302 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function 285 cyclic_default_values_test: RuntimeError # Z.cyclic_default_values_test__foo$clo sure is not a function
303 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented 286 deferred_call_empty_before_load_test: Crash # (lib1.thefun()): deferred access i s not implemented
304 deferred_closurize_load_library_test: RuntimeError # TypeError: D.loadLibrary is not a function 287 deferred_closurize_load_library_test: RuntimeError # D.loadLibrary is not a func tion
305 deferred_constant_list_test: RuntimeError # TypeError: K.loadLibrary is not a fu nction 288 deferred_constant_list_test: RuntimeError # K.loadLibrary is not a function
306 deferred_constraints_constants_test/none: Crash # (lib.constantInstance): deferr ed access is not implemented 289 deferred_constraints_constants_test/none: RuntimeError # S.loadLibrary is not a function
307 deferred_constraints_constants_test/reference_after_load: Crash # (lib.constantI nstance): deferred access is not implemented 290 deferred_constraints_constants_test/reference_after_load: RuntimeError # G.loadL ibrary is not a function
308 deferred_constraints_type_annotation_test/as_operation: RuntimeError # TypeError : Z.loadLibrary is not a function 291 deferred_constraints_type_annotation_test/as_operation: RuntimeError # Z.loadLib rary is not a function
309 deferred_constraints_type_annotation_test/catch_check: RuntimeError # TypeError: D.loadLibrary is not a function 292 deferred_constraints_type_annotation_test/catch_check: RuntimeError # D.loadLibr ary is not a function
310 deferred_constraints_type_annotation_test/is_check: RuntimeError # TypeError: L. loadLibrary is not a function 293 deferred_constraints_type_annotation_test/is_check: RuntimeError # L.loadLibrary is not a function
311 deferred_constraints_type_annotation_test/new: RuntimeError # TypeError: R.loadL ibrary is not a function 294 deferred_constraints_type_annotation_test/new: RuntimeError # R.loadLibrary is n ot a function
312 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # TypeEr ror: K.loadLibrary is not a function 295 deferred_constraints_type_annotation_test/new_before_load: RuntimeError # K.load Library is not a function
313 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # TypeError : R.loadLibrary is not a function 296 deferred_constraints_type_annotation_test/new_generic1: RuntimeError # R.loadLib rary is not a function
314 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # TypeError : X.loadLibrary is not a function 297 deferred_constraints_type_annotation_test/new_generic2: RuntimeError # X.loadLib rary is not a function
315 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # TypeError : K.loadLibrary is not a function 298 deferred_constraints_type_annotation_test/new_generic3: RuntimeError # K.loadLib rary is not a function
316 deferred_constraints_type_annotation_test/none: RuntimeError # TypeError: D.load Library is not a function 299 deferred_constraints_type_annotation_test/none: RuntimeError # D.loadLibrary is not a function
317 deferred_constraints_type_annotation_test/static_method: RuntimeError # TypeErro r: F.loadLibrary is not a function 300 deferred_constraints_type_annotation_test/static_method: RuntimeError # F.loadLi brary is not a function
318 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # TypeE rror: K.loadLibrary is not a function 301 deferred_constraints_type_annotation_test/type_annotation1: RuntimeError # K.loa dLibrary is not a function
319 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # TypeError: T.loadLibrary is not a function 302 deferred_constraints_type_annotation_test/type_annotation_generic1: RuntimeError # T.loadLibrary is not a function
320 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # TypeError: Q.loadLibrary is not a function 303 deferred_constraints_type_annotation_test/type_annotation_generic2: RuntimeError # Q.loadLibrary is not a function
321 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # TypeError: Z.loadLibrary is not a function 304 deferred_constraints_type_annotation_test/type_annotation_generic3: RuntimeError # Z.loadLibrary is not a function
322 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # TypeError: Q.loadLibrary is not a function 305 deferred_constraints_type_annotation_test/type_annotation_generic4: RuntimeError # Q.loadLibrary is not a function
323 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # TypeError: R.loadLibrary is not a function 306 deferred_constraints_type_annotation_test/type_annotation_non_deferred: RuntimeE rror # R.loadLibrary is not a function
324 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # T ypeError: Z.loadLibrary is not a function 307 deferred_constraints_type_annotation_test/type_annotation_null: RuntimeError # Z .loadLibrary is not a function
325 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # TypeError: U.loadLibrary is not a function 308 deferred_constraints_type_annotation_test/type_annotation_top_level: RuntimeErro r # U.loadLibrary is not a function
326 deferred_function_type_test: RuntimeError # TypeError: N.loadLibrary is not a fu nction 309 deferred_function_type_test: RuntimeError # N.loadLibrary is not a function
327 deferred_global_test: RuntimeError # TypeError: Y.loadLibrary is not a function 310 deferred_global_test: RuntimeError # Y.loadLibrary is not a function
328 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented 311 deferred_inlined_test: Crash # (lib.foo()): deferred access is not implemented
329 deferred_load_constants_test/none: Crash # (foo.c): deferred access is not imple mented 312 deferred_load_constants_test/none: Crash # (foo.toplevel): deferred access is no t implemented
330 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme nted 313 deferred_load_inval_code_test: Crash # (d.foo()): deferred access is not impleme nted
331 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function 314 deferred_load_library_wrong_args_test/none: RuntimeError # Y.loadLibrary is not a function
332 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function 315 deferred_mixin_test: RuntimeError # X.loadLibrary is not a function
333 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function 316 deferred_no_such_method_test: RuntimeError # D.loadLibrary is not a function
334 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented 317 deferred_not_loaded_check_test: Crash # (lib.closure(sideEffect())): deferred ac cess is not implemented
335 deferred_only_constant_test: RuntimeError # TypeError: O.loadLibrary is not a fu nction 318 deferred_only_constant_test: RuntimeError # O.loadLibrary is not a function
336 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented 319 deferred_optimized_test: Crash # (lib.foo()): deferred access is not implemented
337 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is not implemented 320 deferred_redirecting_factory_test: Crash # (lib1.loadLib2()): deferred access is not implemented
338 deferred_regression_22995_test: RuntimeError # TypeError: U.loadLibrary is not a function 321 deferred_regression_22995_test: RuntimeError # U.loadLibrary is not a function
339 deferred_shadow_load_library_test: RuntimeError # TypeError: Y.loadLibrary is no t a function 322 deferred_shadow_load_library_test: RuntimeError # Y.loadLibrary is not a functio n
340 deferred_shared_and_unshared_classes_test: RuntimeError # TypeError: U.loadLibra ry is not a function 323 deferred_shared_and_unshared_classes_test: RuntimeError # U.loadLibrary is not a function
341 deferred_static_seperate_test: RuntimeError # TypeError: L.loadLibrary is not a function 324 deferred_static_seperate_test: RuntimeError # L.loadLibrary is not a function
342 deferred_super_dependency_test/01: RuntimeError # Uncaught Error: NoSuchMethodEr ror: method not found: 'loadLibrary' ($async$temp1.loadLibrary is not a function ) 325 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function
343 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented 326 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented
344 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented 327 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented
345 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented 328 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented
346 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented 329 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented
347 enum_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* fu nctions
348 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 330 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
349 first_class_types_test: RuntimeError # Please triage this failure. 331 first_class_types_test: RuntimeError # Please triage this failure.
350 for2_test: Crash # The null object does not have a getter 'field'. 332 for2_test: Crash # The null object does not have a getter 'field'.
351 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der 333 for_variable_capture_test: Crash # (i=0): For-loop variable captured in loop hea der
352 generic2_test: RuntimeError # Please triage this failure. 334 generic2_test: RuntimeError # Please triage this failure.
353 generic_field_mixin3_test: RuntimeError # Please triage this failure. 335 generic_field_mixin3_test: RuntimeError # Please triage this failure.
354 generic_instanceof_test: RuntimeError # Please triage this failure. 336 generic_instanceof_test: RuntimeError # Please triage this failure.
355 generic_native_test: RuntimeError # Please triage this failure. 337 generic_native_test: RuntimeError # Please triage this failure.
356 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 338 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
357 instance_creation_in_function_annotation_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
358 instanceof2_test: RuntimeError # Please triage this failure. 339 instanceof2_test: RuntimeError # Please triage this failure.
359 instanceof4_test/01: RuntimeError # Please triage this failure. 340 instanceof4_test/01: RuntimeError # Please triage this failure.
360 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 341 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
361 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 342 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
362 issue21079_test: Crash # (static Iterable<Str... cannot handle sync*/async* fun ctions
363 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 343 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
364 list_is_test: RuntimeError # Please triage this failure. 344 list_is_test: RuntimeError # Please triage this failure.
365 list_test: RuntimeError # Please triage this failure. 345 list_test: RuntimeError # Please triage this failure.
366 many_generic_instanceof_test: RuntimeError # Please triage this failure. 346 many_generic_instanceof_test: RuntimeError # Please triage this failure.
367 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 347 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
368 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 348 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
369 no_such_method_test: RuntimeError # Please triage this failure. 349 no_such_method_test: RuntimeError # Please triage this failure.
370 null_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* func tions
371 overridden_no_such_method_test: RuntimeError # Please triage this failure. 350 overridden_no_such_method_test: RuntimeError # Please triage this failure.
372 redirecting_factory_reflection_test: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
373 regress_18535_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
374 regress_22443_test: RuntimeError # M.loadLibrary is not a function 351 regress_22443_test: RuntimeError # M.loadLibrary is not a function
375 regress_23408_test: RuntimeError # G.loadLibrary is not a function 352 regress_23408_test: RuntimeError # G.loadLibrary is not a function
376 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 353 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
377 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined 354 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
378 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined 355 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
379 super_call4_test: RuntimeError # Please triage this failure. 356 super_call4_test: RuntimeError # Please triage this failure.
380 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 357 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
381 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined 358 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined
382 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 359 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
383 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 360 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
384 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 361 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
385 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 362 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
386 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 363 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
387 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case 364 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
388 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case 365 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
389 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case 366 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
390 sync_generator1_test/01: Crash # (dreiVier()sync*{yield* 3;}): cannot handle syn c*/async* functions 367 sync_generator1_test/01: Timeout # Please triage this failure.
391 sync_generator1_test/none: Crash # (einsZwei()sync*{yie... cannot handle sync*/ async* functions 368 sync_generator1_test/none: Timeout # Please triage this failure.
392 sync_generator2_test/07: Crash # (sync()sync*{yield sync;}): cannot handle sync* /async* functions 369 sync_generator3_test/test1: RuntimeError # Please triage this failure.
393 sync_generator2_test/08: Crash # (sync()sync*{yield sync;}): cannot handle sync* /async* functions 370 sync_generator3_test/test2: RuntimeError # Please triage this failure.
394 sync_generator2_test/10: Crash # (sync()sync*{yield sync;}): cannot handle sync* /async* functions 371 syncstar_yield_test/copyParameters: RuntimeError # Please triage this failure.
395 sync_generator2_test/none: Crash # (sync()sync*{yield sync;}): cannot handle syn c*/async* functions 372 syncstar_yield_test/none: RuntimeError # Please triage this failure.
396 sync_generator3_test/test1: Crash # (f()sync*{try {yield... cannot handle sync* /async* functions 373 syncstar_yieldstar_test: RuntimeError # Please triage this failure.
397 sync_generator3_test/test2: Crash # (g()sync*{try {yield "a";throw "pow!";}final ly {yield "b";}}): cannot handle sync*/async* functions
398 syncstar_less_than_test: Crash # (Iterable<int> foo()... cannot handle sync*/as ync* functions
399 syncstar_yield_test/copyParameters: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p++ ;yield p+i;}): cannot handle sync*/async* functions
400 syncstar_yield_test/none: Crash # (Iterable<int> foo3(int p)sync*{int i=0;i++ ;p ++ ;yield p+i;}): cannot handle sync*/async* functions
401 syncstar_yieldstar_test: Crash # (foo()sync*{yield* [1,2,3];yield null;yield* ba r();}): cannot handle sync*/async* functions
402 type_variable_closure2_test: RuntimeError # Please triage this failure. 374 type_variable_closure2_test: RuntimeError # Please triage this failure.
403 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 375 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
404 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 376 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
405 type_variable_nested_test: RuntimeError # Please triage this failure. 377 type_variable_nested_test: RuntimeError # Please triage this failure.
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698