The test case "test disassembler settings" is specific to x86 and it will failed for MIPS Architecture. Hence it is marked as a expected failure for MIPS.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I would rather see this as an opt in based on one or more architectures:
@skipUnlessArch(['x86-64', 'i386'])
That way we don't have to keep adding new architectures to avoid.