This is an archive of the discontinued LLVM Phabricator instance.

Remove now unneccessary expected failure decorators for Linux.
AbandonedPublic

Authored by sivachandra on Jan 9 2015, 4:06 PM.

Details

Reviewers
vharron
Summary

The tests touched here mostly test basic features of LLDB. They are not
failing anymore. If they start failing again, the right approach would be
to fix them instead of marking them as "expectedFailure". Note also that
some of the referred bugs are already marked as resolved.

Diff Detail

Event Timeline

sivachandra updated this revision to Diff 17959.Jan 9 2015, 4:06 PM
sivachandra retitled this revision from to Remove now unneccessary expected failure decorators for Linux..
sivachandra updated this object.
sivachandra edited the test plan for this revision. (Show Details)
sivachandra added a reviewer: vharron.
sivachandra added a subscriber: Unknown Object (MLST).
vharron accepted this revision.Jan 19 2015, 10:30 AM
vharron edited edge metadata.
This revision is now accepted and ready to land.Jan 19 2015, 10:30 AM

What's the status on this CL?

Sorry, I missed this. I will audit all the tests touched here again and submit it if I still feel the xfail markers should be removed.