This is an archive of the discontinued LLVM Phabricator instance.

Allow test decorators to use lists (and not_in(list)) for arches
ClosedPublic

Authored by amccarth on Dec 22 2015, 12:39 PM.

Details

Reviewers
zturner
Summary

Tweaks check_list_or_lambda to handle a partial match into a list of strings, and updates the decorators to use check_list_or_lambda for architectures.

In addition to making things more consistent, this will simplify the addition of some architecture-specific tests I'm writing to make sure the Windows plugin does the right thing when encountering a debugbreak intrinsic.

Diff Detail

Event Timeline

amccarth updated this revision to Diff 43473.Dec 22 2015, 12:39 PM
amccarth retitled this revision from to Allow test decorators to use lists (and not_in(list)) for arches.
amccarth updated this object.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.
zturner accepted this revision.Dec 22 2015, 12:48 PM
zturner edited edge metadata.
This revision is now accepted and ready to land.Dec 22 2015, 12:48 PM

Committed in r256283. Please specify Differential revision in commit message.

Committed in r256283.