llvm-project/lldb/packages/Python/lldbsuite/test/lang/objc/foundation
Zachary Turner 05021bb2ed Remove skip and xfail decorators for target architecture.
This removes the following decorators:

* skipIfI386
* expectedFailureI386
* expectedFailurex86_64
* skipIfArch
* skipUnlessArch
* skipUnlessI386

And other related decorators.  All code using those decorators
is updated to use expectedFailureAll and skipIf

llvm-svn: 260178
2016-02-09 00:36:34 +00:00
..
Makefile
TestConstStrings.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestFoundationDisassembly.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestObjCMethods.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestObjCMethods2.py Remove skip and xfail decorators for target architecture. 2016-02-09 00:36:34 +00:00
TestObjectDescriptionAPI.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestRuntimeTypes.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
TestSymbolTable.py Move the rest of the tests over to using the new decorator module. 2016-02-04 23:04:17 +00:00
const-strings.m
main.m
my-base.h
my-base.m