| Index: dart/tests/compiler/dart2js/dart2js.status
|
| diff --git a/dart/tests/compiler/dart2js/dart2js.status b/dart/tests/compiler/dart2js/dart2js.status
|
| index 4265fab1eafca9bd28d5d333a937a5a9582419cf..b630f1dc5b046104590290a9f3eb664f3ef0bba0 100644
|
| --- a/dart/tests/compiler/dart2js/dart2js.status
|
| +++ b/dart/tests/compiler/dart2js/dart2js.status
|
| @@ -10,5 +10,5 @@ type_inference4_test: Fail # Issue 2665.
|
| type_inference5_test: Fail # Issue 2665.
|
| is_inference2_test: Fail # Issue 4069.
|
|
|
| -[ $compiler == dartc || $compiler == frog || $compiler == dart2js || $runtime == ie || $runtime == opera || $runtime == ff || $runtime == chrome || $runtime == safari ]
|
| +[ $runtime == d8 || $runtime == drt || $runtime == dartium || $runtime == ff || $runtime == firefox || $runtime == chrome || $runtime == safari || $runtime == ie || $runtime == opera ]
|
| *: Skip # dart2js uses #import('dart:io'); and it is not self-hosted (yet).
|
|
|