Update status for async tests after 0d5ce913c

The analyzer status for some changed tests needs to be fixed after commit
of https://dart-review.googlesource.com/c/sdk/+/34822

TBR=lrn@google.com

Change-Id: I364bba53cc7bddab25d91e93800a3a300c740be7
Reviewed-on: https://dart-review.googlesource.com/40361
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2018-02-09 15:22:05 +00:00
parent 0d5ce913c9
commit b89eb852fb

View file

@ -12,6 +12,7 @@ mirrors/mirrors_reader_test: Pass, Slow
mirrors/*: Skip # Issue 27929: Triage
[ $compiler == dart2analyzer ]
async/stream_event_transformed_test: StaticWarning
convert/base64_test/01: CompileTimeError # int64
convert/utf82_test: CompileTimeError # int64
math/double_pow_test: CompileTimeError # int64
@ -28,6 +29,9 @@ profiler/metrics_num_test: Fail # Issue 20309
profiler/metrics_test: Fail # Issue 20309
typed_data/int32x4_bigint_test: CompileTimeError # int64
[ $compiler != dart2analyzer ]
async/stream_controller_async_test: StaticWarning
[ $compiler == dart2js ]
async/schedule_microtask6_test: RuntimeError # global error handling is not supported. Issue 5958
convert/base64_test/01: Fail, OK # Uses bit-wise operations to detect invalid values. Some large invalid values accepted by dart2js.
@ -202,12 +206,8 @@ mirrors/generic_bounded_test/02: Fail # Type equality - Issue 26869
[ $strong ]
*: SkipByDesign # tests/lib_2 has the strong mode versions of these tests.
async/stream_controller_async_test: CompileTimeError
async/stream_first_where_test: CompileTimeError
async/stream_last_where_test: CompileTimeError
[ !$strong ]
async/stream_controller_async_test: StaticWarning
async/stream_first_where_test: RuntimeError
async/stream_last_where_test: RuntimeError