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

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

Issue 1196323002: Fix a bug in dart2js's shrinking reductions. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Merge. Created 5 years, 6 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/compiler/dart2js_extra/dart2js_extra.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 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 deferred_not_loaded_check_test: RuntimeError # Please triage this failure. 433 deferred_not_loaded_check_test: RuntimeError # Please triage this failure.
434 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function 434 deferred_only_constant_test: RuntimeError # receiver.get$_collection$_nums is no t a function
435 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function 435 deferred_optimized_test: RuntimeError # receiver.get$_collection$_nums is not a function
436 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions 436 deferred_redirecting_factory_test: Crash # (test()async{await t... cannot handl e async/sync*/async* functions
437 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function 437 deferred_regression_22995_test: RuntimeError # receiver.get$_collection$_nums is not a function
438 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally 438 deferred_shadow_load_library_test: Crash # (try {return f(arg1,arg2);}finally {Z one._leave(old);}): try/finally
439 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally 439 deferred_shared_and_unshared_classes_test: Crash # (try {return f(arg1,arg2);}fi nally {Zone._leave(old);}): try/finally
440 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally 440 deferred_static_seperate_test: Crash # (try {return f(arg1,arg2);}finally {Zone. _leave(old);}): try/finally
441 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally 441 deopt_inlined_function_lazy_test: Crash # (try {return x+12342353257893275483274 832;}finally {}): try/finally
442 deopt_no_feedback_test: RuntimeError # Please triage this failure. 442 deopt_no_feedback_test: RuntimeError # Please triage this failure.
443 empty_block_case_test: Crash # The null object does not have a getter 'parent'.
444 enum_duplicate_test/01: RuntimeError # Please triage this failure. 443 enum_duplicate_test/01: RuntimeError # Please triage this failure.
445 enum_duplicate_test/02: RuntimeError # Please triage this failure. 444 enum_duplicate_test/02: RuntimeError # Please triage this failure.
446 enum_duplicate_test/none: RuntimeError # Please triage this failure. 445 enum_duplicate_test/none: RuntimeError # Please triage this failure.
447 enum_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally 446 enum_mirror_test: Crash # (try {return f(arg1,arg2);}finally {Zone._leave(old);} ): try/finally
448 enum_private_test/01: RuntimeError # Please triage this failure. 447 enum_private_test/01: RuntimeError # Please triage this failure.
449 enum_private_test/02: RuntimeError # Please triage this failure. 448 enum_private_test/02: RuntimeError # Please triage this failure.
450 enum_private_test/none: RuntimeError # Please triage this failure. 449 enum_private_test/none: RuntimeError # Please triage this failure.
451 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally 450 execute_finally10_test: Crash # (try {throw 'foo';}c... try/finally
452 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally 451 execute_finally11_test: Crash # (try {throw 'foo';}c... try/finally
453 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 452 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
747 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined 746 type_promotion_functions_test/13: RuntimeError # Cannot read property 'prototype ' of undefined
748 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined 747 type_promotion_functions_test/14: RuntimeError # Cannot read property 'prototype ' of undefined
749 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined 748 type_promotion_functions_test/none: RuntimeError # Cannot read property 'prototy pe' of undefined
750 type_variable_closure2_test: RuntimeError # Please triage this failure. 749 type_variable_closure2_test: RuntimeError # Please triage this failure.
751 type_variable_closure_test: Crash # Invalid argument(s) 750 type_variable_closure_test: Crash # Invalid argument(s)
752 type_variable_conflict2_test/07: RuntimeError # Please triage this failure. 751 type_variable_conflict2_test/07: RuntimeError # Please triage this failure.
753 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined 752 typedef_is_test: RuntimeError # Cannot read property 'prototype' of undefined
754 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available. 753 typevariable_substitution2_test/01: Crash # Internal Error: No default construct or available.
755 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available. 754 typevariable_substitution2_test/02: Crash # Internal Error: No default construct or available.
756 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available. 755 typevariable_substitution2_test/none: Crash # Internal Error: No default constru ctor available.
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698