| Index: tests/standalone/standalone.status
|
| diff --git a/tests/standalone/standalone.status b/tests/standalone/standalone.status
|
| index 4560a103533b20486d7febda3bfdb5207c5b3cd6..c90ec1d5bbc39185258021ecbb52ec44d674006e 100644
|
| --- a/tests/standalone/standalone.status
|
| +++ b/tests/standalone/standalone.status
|
| @@ -20,6 +20,11 @@ BlackListedTest/10: Fail, Crash # Bug 5469684
|
| BlackListedTest/11: Fail, Crash # Bug 5469684
|
| BlackListedTest/12: Fail, Crash # Bug 5469684
|
|
|
| +[ $arch == ia32 ]
|
| +# Skip this test for now because it has type mismatches on purpose.
|
| +# We need to disable it for checked tests only.
|
| +ProcessInvalidArgumentsTest: Skip
|
| +
|
| [ $arch == ia32 && $mode == release]
|
| # Currently process tests are bound to debug mode.
|
| Process*: Skip
|
|
|