Index: test/settings/TestSettings.py =================================================================== --- test/settings/TestSettings.py +++ test/settings/TestSettings.py @@ -167,6 +167,10 @@ @expectedFailureArch("arm") @expectedFailureArch("aarch64") + @expectedFailureArch("mips") + @expectedFailureArch("mipsel") + @expectedFailureArch("mips64") + @expectedFailureArch("mips64el") def test_disassembler_settings(self): """Test that user options for the disassembler take effect.""" self.buildDefault()