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

This reverts commit 3d5f2b45bf.

Seems my script checked for the wrong thing.

BUG=

Review URL: https://codereview.chromium.org//1158853005
This commit is contained in:
Sigurd 2015-06-08 12:52:59 +02:00
parent 58896b74ce
commit 28be4b3243

View file

@ -184,6 +184,12 @@ 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.