This is an archive of the discontinued LLVM Phabricator instance.

[LLDB][MIPS] Marking some expected failures
ClosedPublic

Authored by mohit.bhakkad on Nov 24 2015, 2:59 AM.

Details

Summary

Most of the MIPS boards provide only one watchpoint register, so tests with more than one watchpoints will fail, as software watchpoints are not supported for MIPS yet.

Providing an alternate test for TestStepOverWatchpoint.py, in which checking one watchpoint, deleting it, then testing another watchpoint.

Diff Detail

Repository
rL LLVM

Event Timeline

mohit.bhakkad retitled this revision from to [LLDB][MIPS] Marking some expected failures.
mohit.bhakkad updated this object.
mohit.bhakkad added reviewers: clayborg, zturner.
mohit.bhakkad set the repository for this revision to rL LLVM.
mohit.bhakkad added subscribers: jaydeep, bhushan, slthakur and 2 others.

Instead of duplicating the test can you just change the existing one to remove the watchpoint in case we are running on mips?

clayborg requested changes to this revision.Nov 30 2015, 8:37 AM
clayborg edited edge metadata.

If this is indeed a very similar test, we should fix the original test to do the right thing.

This revision now requires changes to proceed.Nov 30 2015, 8:37 AM
mohit.bhakkad edited edge metadata.

Addressed comments

clayborg accepted this revision.Dec 4 2015, 9:46 AM
clayborg edited edge metadata.
This revision is now accepted and ready to land.Dec 4 2015, 9:46 AM
This revision was automatically updated to reflect the committed changes.