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

Side by Side Diff: tests/lib/lib.status

Issue 1312393002: dart2js cps: Use 'this' instead of receiver when possible. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Cleanup 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
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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958 9 async/schedule_microtask6_test: RuntimeError # global error handling is not supp orted. Issue 5958
10 10
(...skipping 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented. 329 convert/streamed_conversion_json_utf8_decode_test: Skip # Verification not yet implemented.
330 330
331 [ $runtime == vm && $mode == debug && $builder_tag == asan ] 331 [ $runtime == vm && $mode == debug && $builder_tag == asan ]
332 mirrors/immutable_collections_test: SkipSlow # Timeout. 332 mirrors/immutable_collections_test: SkipSlow # Timeout.
333 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout. 333 convert/streamed_conversion_json_utf8_decode_test: Skip # Timeout.
334 334
335 [ $compiler == dart2js && $cps_ir ] 335 [ $compiler == dart2js && $cps_ir ]
336 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for 336 async/async_await_zones_test: Crash # (await for(var x in bar().take(100)){sum+= x;}): await for
337 async/stream_empty_test: RuntimeError # $async$temp1.runTest_unreachable is not a function 337 async/stream_empty_test: RuntimeError # $async$temp1.runTest_unreachable is not a function
338 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions 338 async/stream_iterator_test: Crash # (Stream createCancel... cannot handle sync* /async* functions
339 convert/ascii_test: RuntimeError # this.get$length is not a function
340 convert/json_pretty_test: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions 339 convert/json_pretty_test: Crash # (static Iterable<Str... cannot handle sync*/a sync* functions
341 convert/latin1_test: RuntimeError # this.get$length is not a function
342 convert/line_splitter_test: Crash # (static Iterable<Str... cannot handle sync* /async* functions 340 convert/line_splitter_test: Crash # (static Iterable<Str... cannot handle sync* /async* functions
343 mirrors/abstract_class_test/00: Crash # (static Iterable<Str... cannot handle s ync*/async* functions 341 mirrors/abstract_class_test/00: Crash # (static Iterable<Str... cannot handle s ync*/async* functions
344 mirrors/abstract_class_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* functions 342 mirrors/abstract_class_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* functions
345 mirrors/abstract_test: Crash # (static Iterable<Str... cannot handle sync*/asyn c* functions 343 mirrors/abstract_test: Crash # (static Iterable<Str... cannot handle sync*/asyn c* functions
346 mirrors/accessor_cache_overflow_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions 344 mirrors/accessor_cache_overflow_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions
347 mirrors/array_tracing2_test: Crash # (static Iterable<Str... cannot handle sync */async* functions 345 mirrors/array_tracing2_test: Crash # (static Iterable<Str... cannot handle sync */async* functions
348 mirrors/array_tracing_test: Crash # (static Iterable<Str... cannot handle sync* /async* functions 346 mirrors/array_tracing_test: Crash # (static Iterable<Str... cannot handle sync* /async* functions
349 mirrors/basic_types_in_dart_core_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 347 mirrors/basic_types_in_dart_core_test: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
350 mirrors/circular_factory_redirection_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* functions 348 mirrors/circular_factory_redirection_test/none: Crash # (static Iterable<Str... cannot handle sync*/async* functions
351 mirrors/class_declarations_test/01: Crash # (static Iterable<Str... cannot hand le sync*/async* functions 349 mirrors/class_declarations_test/01: Crash # (static Iterable<Str... cannot hand le sync*/async* functions
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions 555 mirrors/type_variable_is_static_test: Crash # (static Iterable<Str... cannot ha ndle sync*/async* functions
558 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 556 mirrors/type_variable_owner_test/01: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
559 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle sync*/async* functions 557 mirrors/type_variable_owner_test/none: Crash # (static Iterable<Str... cannot h andle sync*/async* functions
560 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions 558 mirrors/typearguments_mirror_test: Crash # (static Iterable<Str... cannot handl e sync*/async* functions
561 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction 559 mirrors/typedef_deferred_library_test: RuntimeError # G.loadLibrary is not a fun ction
562 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions 560 mirrors/typedef_metadata_test: Crash # (static Iterable<Str... cannot handle sy nc*/async* functions
563 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions 561 mirrors/typedef_reflected_type_test/01: Crash # (static Iterable<Str... cannot handle sync*/async* functions
564 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle sync*/async* functions 562 mirrors/typedef_reflected_type_test/none: Crash # (static Iterable<Str... canno t handle sync*/async* functions
565 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions 563 mirrors/unnamed_library_test: Crash # (static Iterable<Str... cannot handle syn c*/async* functions
566 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions 564 mirrors/variable_is_const_test/none: Crash # (static Iterable<Str... cannot han dle sync*/async* functions
567 typed_data/typed_data_list_test: RuntimeError # this.get$length is not a functio n
OLDNEW
« pkg/compiler/lib/src/js_backend/codegen/glue.dart ('K') | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698