This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Added expected failure for "test disassembler settings"
ClosedPublic

Authored by nitesh.jain on Jul 28 2015, 6:42 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

nitesh.jain retitled this revision from to [LLDB][MIPS] Added expected failure for "test disassembler settings" .
nitesh.jain updated this object.
nitesh.jain added reviewers: clayborg, ovyalov.
nitesh.jain set the repository for this revision to rL LLVM.
nitesh.jain added subscribers: jaydeep, bhushan, slthakur and 2 others.
emaste added a subscriber: emaste.Jul 28 2015, 7:01 AM

I wonder if this shouldn't be a (newly added) @skipUnlessx86 instead?

clayborg requested changes to this revision.Jul 28 2015, 9:05 AM
clayborg edited edge metadata.

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.

This revision now requires changes to proceed.Jul 28 2015, 9:05 AM
nitesh.jain edited edge metadata.

Added skipUnlessArch which will be used to run Architecture specific test case.

clayborg accepted this revision.Jul 29 2015, 10:30 AM
clayborg edited edge metadata.

Ahh.. much better.

This revision is now accepted and ready to land.Jul 29 2015, 10:30 AM
This revision was automatically updated to reflect the committed changes.