Mark new periodic_timer4_test as flaky on chrome and ff with all compilers

It is failing on chrome with dartdevc as well

TBR: lrn@google.com
Bug: https://github.com/dart-lang/sdk/issues/32094
Change-Id: I8c6c4734ef4d125fd0e17cba550f2fbd401a69c0
Reviewed-on: https://dart-review.googlesource.com/40221
Reviewed-by: William Hesse <whesse@google.com>
This commit is contained in:
William Hesse 2018-02-09 01:19:56 +00:00
parent 3f299c18ca
commit baaab3968f
2 changed files with 1 additions and 1 deletions

View file

@ -187,6 +187,7 @@ html/webgl_1_test: Pass, Fail # Issue 8219
[ $runtime == chrome || $runtime == ff ]
async/slow_consumer2_test: SkipSlow # Times out. Issue 22050
async/stream_timeout_test: SkipSlow # Times out. Issue 22050
periodic_timer4_test: Pass, RuntimeError # Flaky. Issue 32094.
[ $runtime == dart_precompiled || $runtime == flutter ]
isolate/count_test: Skip # Isolate.spawnUri

View file

@ -764,7 +764,6 @@ convert/streamed_conversion_json_utf8_decode_test: SkipSlow # Times out. Issue 2
convert/streamed_conversion_json_utf8_encode_test: SkipSlow # Times out. Issue 22050
convert/streamed_conversion_utf8_decode_test: SkipSlow # Times out. Issue 22050
isolate/kill_self_synchronously_test: RuntimeError
periodic_timer4_test: Pass, RuntimeError # Flaky. Issue 32094.
[ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
isolate/browser/issue_12474_test: RuntimeError # packageRoot not implemented.