Reenable async-tests on macos chrome - they are not failing anymore.

It seems that the new chrome does not trigger the bug.

BUG= https://github.com/dart-lang/sdk/issues/22695
R=whesse@google.com

Review URL: https://codereview.chromium.org//1149633010
This commit is contained in:
Sigurd 2015-06-08 11:04:42 +02:00
parent c03bbb79f9
commit 3d5f2b45bf

View file

@ -184,12 +184,6 @@ expect_test: RuntimeError, OK # Issue 13080
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $compiler == dart2js && $runtime == chrome && $system == macos ]
await_future_test: Pass, Timeout # Issue 22695.
async_await_test/none: Pass, Timeout # Issue 22695.
async_await_test/02: Pass, Timeout # Issue 22695.
async_await_test/03: Pass, Timeout # Issue 22695.
[ $compiler == dart2js && ($runtime == safari || $runtime == safarimobilesim)]
round_test: Fail, OK # Common JavaScript engine Math.round bug.