Searched refs:addCleanup (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ |
| H A D | test_discovery.py | 46 self.addCleanup(restore_listdir) 51 self.addCleanup(restore_isdir) 57 self.addCleanup(restore_isfile) 91 self.addCleanup(restore_listdir) 94 self.addCleanup(restore_isdir) 97 self.addCleanup(restore_isfile) 154 self.addCleanup(restore_isfile) 160 self.addCleanup(restore_path) 175 self.addCleanup(restore_isdir) 207 self.addCleanup(restore) [all …]
|
| H A D | test_program.py | 29 self.addCleanup(restoreParseArgs) 34 self.addCleanup(removeTest) 233 self.addCleanup(restore)
|
| H A D | test_case.py | 67 test.addCleanup(cleanup1, 1, 2, 3, four='hello', five='goodbye') 68 test.addCleanup(cleanup2) 108 test.addCleanup(cleanup1) 109 test.addCleanup(cleanup2) 142 test.addCleanup(cleanup1) 143 test.addCleanup(cleanup2) 159 test.addCleanup(cleanup1) 170 self.addCleanup(cleanup1) 182 test.addCleanup(cleanup2)
|
| H A D | test_runner.py | 44 self.addCleanup(cleanup)
|
| H A D | test_suite.py | 346 self.addCleanup(sys.modules.pop, 'Module')
|
| /openbsd-src/gnu/llvm/llvm/utils/ |
| H A D | revert_checker_test.py | 53 self.addCleanup(root.removeFilter, filt)
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprAgg.cpp | 1675 auto addCleanup = [&](const EHScopeStack::stable_iterator &cleanup) { in VisitCXXParenListOrInitListExpr() local 1706 addCleanup(CGF.EHStack.stable_begin()); in VisitCXXParenListOrInitListExpr() 1785 addCleanup(CGF.EHStack.stable_begin()); in VisitCXXParenListOrInitListExpr()
|
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ |
| H A D | case.py | 269 def addCleanup(self, function, *args, **kwargs): member in TestCase
|