| Index: tests/lib/lib.status
|
| diff --git a/tests/lib/lib.status b/tests/lib/lib.status
|
| index 28cbf3d55bcb1c58a6464ee04cd5a985199a9989..c9d0afc24f621cd67bb719c40bf8bf9df8ad18bc 100644
|
| --- a/tests/lib/lib.status
|
| +++ b/tests/lib/lib.status
|
| @@ -139,7 +139,7 @@ typed_data/setRange_4_test: Fail # Safari doesn't fully implement spec for Typed
|
| typed_data/setRange_2_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
| typed_data/setRange_3_test: RuntimeError # TODO(dart2js-team): Please triage this failure.
|
|
|
| -[ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10]
|
| +[ $compiler == dart2js && $runtime != jsshell && $runtime != safarimobilesim && $runtime != safari && $runtime != ff && $runtime != ie10 && ($runtime != chrome || $system != linux) ]
|
| math/math_test: RuntimeError
|
| math/math2_test: RuntimeError
|
|
|
|
|