Index: packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py =================================================================== --- packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py +++ packages/Python/lldbsuite/test/lang/c/const_variables/TestConstVariables.py @@ -23,6 +23,7 @@ oslist=["freebsd", "linux"], compiler="clang", compiler_version=["=", "3.8"]) @expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc") + @expectedFailureAll(archs=['mips', 'mipsel', 'mips64', 'mips64el']) @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows") @expectedFailureWindows("llvm.org/pr24490: We shouldn't be using platform-specific names like `getpid` in tests") def test_and_run_command(self):