| Index: tests/co19/co19-dart2js.status
|
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
|
| index 880ff4cd650f4a17d39efb478b7743991ab3d42f..c13d85d2fbf7ef7649435396e817c689124494dd 100644
|
| --- a/tests/co19/co19-dart2js.status
|
| +++ b/tests/co19/co19-dart2js.status
|
| @@ -190,7 +190,7 @@ LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # Issue: 8920
|
|
|
| # These tests are passing with 'runtime == ie9' but are either skipped or fail
|
| # on other configurations
|
| -[ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chrome || $runtime == drt || $runtime == safari || $runtime == opera) ]
|
| +[ $compiler == dart2js && ($runtime == ie10 || $runtime == ff || $runtime == chrome || $runtime == drt || $runtime == safari || $runtime == opera || $runtime == d8 || $runtime == jsshell) ]
|
| LibTest/math/exp_A01_t01: Fail, OK # co19 issue 44
|
| LibTest/math/sin_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
| LibTest/math/tan_A01_t01: Fail # TODO(ahe): Please triage this failure.
|
|
|