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

Side by Side Diff: tests/compiler/dart2js_extra/dart2js_extra.status

Issue 1195573003: dart2js cps: Refactor and optimize string concatenations. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Revert doc comment change 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/js_backend_cps_ir_basic_test.dart ('k') | tests/html/html.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 16407_test: Fail # Issue 16407 6 16407_test: Fail # Issue 16407
7 class_test: Fail 7 class_test: Fail
8 statements_test: Fail 8 statements_test: Fail
9 typed_locals_test: Fail 9 typed_locals_test: Fail
10 no_such_method_test: Fail # Wrong Invocation.memberName. 10 no_such_method_test: Fail # Wrong Invocation.memberName.
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loadin g. 60 deferred_fail_and_retry_test: SkipByDesign # Uses eval to simulate failed loadin g.
61 deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed loading. 61 deferred_fail_and_retry_worker_test: SkipByDesign # Uses eval to simulate failed loading.
62 62
63 [ $host_checked && $compiler == dart2js && $cps_ir ] 63 [ $host_checked && $compiler == dart2js && $cps_ir ]
64 21724_test: Crash # Please triage this failure. 64 21724_test: Crash # Please triage this failure.
65 65
66 [ $compiler == dart2js && $cps_ir ] 66 [ $compiler == dart2js && $cps_ir ]
67 11673_test: RuntimeError # Cannot read property 'prototype' of undefined 67 11673_test: RuntimeError # Cannot read property 'prototype' of undefined
68 12320_test: RuntimeError # Cannot read property 'prototype' of undefined 68 12320_test: RuntimeError # Cannot read property 'prototype' of undefined
69 16407_test: Pass # Please triage this failure. 69 16407_test: Pass # Please triage this failure.
70 17094_test: RuntimeError # Please triage this failure.
71 17645_test: RuntimeError # Please triage this failure. 70 17645_test: RuntimeError # Please triage this failure.
72 19191_test: RuntimeError # Please triage this failure. 71 19191_test: RuntimeError # Please triage this failure.
73 21166_test: RuntimeError # Please triage this failure. 72 21166_test: RuntimeError # Please triage this failure.
74 21579_test: RuntimeError # Please triage this failure. 73 21579_test: RuntimeError # Please triage this failure.
75 21666_test: Crash # Issue 23692 74 21666_test: Crash # Issue 23692
76 22487_test: RuntimeError # Cannot read property 'prototype' of undefined 75 22487_test: RuntimeError # Cannot read property 'prototype' of undefined
77 22868_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu nctions 76 22868_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu nctions
78 22895_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu nctions 77 22895_test: Crash # (main()async{var clo... cannot handle async/sync*/async* fu nctions
79 23404_test: RuntimeError # Cannot read property 'prototype' of undefined 78 23404_test: RuntimeError # Cannot read property 'prototype' of undefined
79 23432_test : RuntimeError # noSuchMethod captures interceptor instead of actual receiver
80 LayoutTests_fast_mediastream_getusermedia_t01_test/none: RuntimeError # Cannot r ead property 'prototype' of undefined 80 LayoutTests_fast_mediastream_getusermedia_t01_test/none: RuntimeError # Cannot r ead property 'prototype' of undefined
81 async_stacktrace_test/asyncStar: Crash # (try {return f(arg1,arg2);}finally {Zon e._leave(old);}): try/finally 81 async_stacktrace_test/asyncStar: Crash # (try {return f(arg1,arg2);}finally {Zon e._leave(old);}): try/finally
82 async_stacktrace_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._le ave(old);}): try/finally 82 async_stacktrace_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone._le ave(old);}): try/finally
83 bounds_check_test/none: RuntimeError # Please triage this failure. 83 bounds_check_test/none: RuntimeError # Please triage this failure.
84 closure5_test: RuntimeError # Cannot read property 'prototype' of undefined 84 closure5_test: RuntimeError # Cannot read property 'prototype' of undefined
85 closure_capture4_test: RuntimeError # Please triage this failure. 85 closure_capture4_test: RuntimeError # Please triage this failure.
86 closure_capture5_test: Crash # (i=0): For-loop variable captured in loop header 86 closure_capture5_test: Crash # (i=0): For-loop variable captured in loop header
87 closure_type_reflection2_test: Crash # Internal Error: No default constructor av ailable. 87 closure_type_reflection2_test: Crash # Internal Error: No default constructor av ailable.
88 closure_type_reflection_test: Crash # Internal Error: No default constructor ava ilable. 88 closure_type_reflection_test: Crash # Internal Error: No default constructor ava ilable.
89 compound_operator_index_test: RuntimeError # Please triage this failure. 89 compound_operator_index_test: RuntimeError # Please triage this failure.
(...skipping 30 matching lines...) Expand all
120 mirrors_used_native_test: RuntimeError # Please triage this failure. 120 mirrors_used_native_test: RuntimeError # Please triage this failure.
121 mirrors_used_warning2_test: Crash # (try {return f(arg);}finally {Zone._leave(ol d);}): try/finally 121 mirrors_used_warning2_test: Crash # (try {return f(arg);}finally {Zone._leave(ol d);}): try/finally
122 mirrors_used_warning_test/minif: Crash # (try {return f(arg1,arg2);}finally {Zon e._leave(old);}): try/finally 122 mirrors_used_warning_test/minif: Crash # (try {return f(arg1,arg2);}finally {Zon e._leave(old);}): try/finally
123 mirrors_used_warning_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally 123 mirrors_used_warning_test/none: Crash # (try {return f(arg1,arg2);}finally {Zone ._leave(old);}): try/finally
124 no_such_method_mirrors_test: RuntimeError # Please triage this failure. 124 no_such_method_mirrors_test: RuntimeError # Please triage this failure.
125 reflect_native_types_test: Crash # Internal Error: No default constructor availa ble. 125 reflect_native_types_test: Crash # Internal Error: No default constructor availa ble.
126 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined 126 runtime_type_test: RuntimeError # Cannot read property 'prototype' of undefined
127 string_interpolation_opt1_test: RuntimeError # Please triage this failure. 127 string_interpolation_opt1_test: RuntimeError # Please triage this failure.
128 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case 128 switch_test/none: Crash # (switch (val){foo:ba... continue to a labeled switch case
129 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function 129 timer_test: RuntimeError # receiver.get$_collection$_nums is not a function
OLDNEW
« no previous file with comments | « tests/compiler/dart2js/js_backend_cps_ir_basic_test.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698