Move cps-ir section to the end of the file and update test expectations.

BUG=
R=kmillikin@google.com

Review URL: https://codereview.chromium.org//1312583008 .
This commit is contained in:
Karl Klose 2015-09-07 15:37:39 +02:00
parent 0124a0542e
commit d9caf4a725
7 changed files with 18 additions and 19 deletions

View file

@ -196,3 +196,4 @@ analyzer/test/src/task/html_work_manager_test: Crash # (Iterable<JavaFile> ...
analyzer/test/src/task/inputs_test: Crash # (Iterable<JavaFile> ... cannot handle sync*/async* functions
analyzer/test/src/task/manager_test: Crash # (Iterable<JavaFile> ... cannot handle sync*/async* functions
analyzer/test/src/task/model_test: Crash # (Iterable<JavaFile> ... cannot handle sync*/async* functions
lookup_map/test/lookup_map_test: RuntimeError # $async$temp1.get$tests is not a function

View file

@ -70,7 +70,6 @@ lookup_map/dead_entry_through_mirrors_test: SkipByDesign # Test for tree-shaking
[ $compiler == dart2js && $cps_ir ]
16407_test: Pass # Please triage this failure.
22868_test: RuntimeError # Issue 23997
22895_test: RuntimeError # Issue 23997
23432_test: RuntimeError # Issue 23432
async_stacktrace_test/asyncStar: Crash # (foo()async*{try {tr... cannot handle sync*/async* functions
async_stacktrace_test/none: RuntimeError # $async$temp1.Tracer$ is not a function
@ -85,6 +84,7 @@ deferred/deferred_overlapping_test: RuntimeError # E.loadLibrary is not a functi
deferred_fail_and_retry_test: Crash # (lib.foo()): deferred access is not implemented
deferred_fail_and_retry_worker_test: Crash # (lib.foo()): deferred access is not implemented
deferred_split_test: Crash # (b.createA()): deferred access is not implemented
lookup_map/live_entry_through_mirrors_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
mirror_printer_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
reflect_native_types_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions

View file

@ -22,7 +22,7 @@ compute_this_script_test: Skip # Issue 17458
[ $compiler == dart2js && $cps_ir ]
mirror_intercepted_field_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
native_exception_test: RuntimeError # value_.toString$0 is not a function
native_exception_test: RuntimeError # J.getInterceptor(...).toString$0 is not a function
native_method_inlining_test: RuntimeError # Please triage this failure.
native_mirror_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
native_no_such_method_exception3_frog_test: RuntimeError # Please triage this failure.

View file

@ -218,7 +218,7 @@ int_parse_radix_test/*: Pass, Slow
big_integer_parsed_mul_div_vm_test: Pass, Slow
[ $compiler == dart2js && $cps_ir ]
data_resource_test: Crash # bailout: (await for(var byteSlice in resource.openRead()){streamBytes.addAll(byteSlice);}): await for
data_resource_test: Crash # (await for(var byteSlice in resource.openRead()){streamBytes.addAll(byteSlice);}): await for
error_stack_trace1_test: Pass # H.unwrapException(...).get$stackTrace is not a function
growable_list_test: RuntimeError # Typed lists
iterable_empty_test: RuntimeError # Please triage this failure.
@ -231,7 +231,6 @@ map_values2_test: RuntimeError # Please triage this failure.
map_values3_test: RuntimeError # Please triage this failure.
map_values4_test: RuntimeError # Please triage this failure.
package_resource_test: Crash # (await for(var byteSlice in resource.openRead()){streamBytes.addAll(byteSlice);}): await for
regexp/pcre_test: Crash # Stack Overflow
symbol_operator_test/03: RuntimeError # Please triage this failure.
symbol_reserved_word_test/03: Pass # Please triage this failure.
symbol_reserved_word_test/06: RuntimeError # Please triage this failure.

View file

@ -206,9 +206,6 @@ canvas_pixel_array_type_alias_test/types2_runtimeTypeName: Fail, OK # Issue 1260
css_test/supportsPointConversions: Fail # Issues 21710
css_test/functional: Fail # Issues 21710
[ $compiler == dart2js && $cps_ir ]
resource_http_test: Crash # Cannot handle async functions.
[ $runtime == ie11 ]
custom/document_register_type_extensions_test/single-parameter: Fail # Issue 13193.
canvasrenderingcontext2d_test/arc: Pass, Fail # Pixel unexpected value. Please triage this failure.
@ -426,3 +423,6 @@ typed_arrays_range_checks_test: StaticWarning
typing_test: StaticWarning
webgl_1_test: StaticWarning
window_nosuchmethod_test: StaticWarning
[ $compiler == dart2js && $cps_ir ]
resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}): await for

View file

@ -287,7 +287,7 @@ await_for_cancel_test: Crash # (await for(var x in controller.stream){for(int j=
await_for_test: Crash # (await for(var x in infiniteStream()){i++ ;if(i>10)break;t4.record(x);}): await for
await_for_use_local_test: Crash # (await for(var v in s){accum+= v;}): await for
await_future_test: RuntimeError # Please triage this failure.
await_regression_test: RuntimeError # Please triage this failure.
await_regression_test: RuntimeError # "Obelix".then$1 is not a function
cha_deopt1_test: Crash # (d.make_u()): deferred access is not implemented
cha_deopt2_test: Crash # (d.make_u()): deferred access is not implemented
cha_deopt3_test: Crash # (d.make_u()): deferred access is not implemented

View file

@ -186,17 +186,6 @@ io/file_lock_test: Skip # Timeout.
io/test_runner_test: Skip # Timeout.
io/http_client_stays_alive_test: Skip # Timeout.
[ $compiler == dart2js && $cps_ir ]
coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/observatory_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
priority_queue_stress_test: RuntimeError # Cannot read property 'length' of undefined
[ $compiler == dart2js ]
io/observatory_test: Crash # Issue 24291
@ -207,3 +196,13 @@ io/secure_server_client_certificate_test: RuntimeError # Issue 24069
io/secure_server_client_no_certificate_test: RuntimeError # Issue 24069
io/secure_socket_renegotiate_test: RuntimeError
io/secure_socket_bad_data_test: RuntimeError # An error in a secure connection just puts a READ_CLOSED on the stream, rather than signaling an error on the stream.
[ $compiler == dart2js && $cps_ir ]
coverage_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/addlatexhash_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/file_error_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/file_read_encoded_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/file_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/http_client_connect_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
io/skipping_dart2js_compilations_test: Crash # (static Iterable<Str... cannot handle sync*/async* functions
priority_queue_stress_test: RuntimeError # Cannot read property 'length' of undefined