Home
last modified time | relevance | path

Searched refs:expectedFailure (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_unittest2_with.py102 @unittest2.expectedFailure
106 @unittest2.expectedFailure
H A Dtest_skipping.py82 @unittest2.expectedFailure
97 @unittest2.expectedFailure
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A D__init__.py54 skipUnless, expectedFailure
H A Dcase.py104 def expectedFailure(bugnumber=None): function
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py111 def expectedFailure(func): function
112 return unittest2.expectedFailure(func)
124 xfail_func = unittest2.expectedFailure(func)
/openbsd-src/gnu/llvm/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt65 @unittest2.expectedFailure
221 @expectedFailure decorator for TestSettings.py, and then run the test module:
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dtest.rst152 @expectedFailure(checking_function_name)