Home
last modified time | relevance | path

Searched refs:skipUnlessWindows (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/process_save_core/
H A DTestProcessSaveCore.py16 @skipUnlessWindows
30 @skipUnlessWindows
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/minidump/
H A DTestMiniDump.py109 @skipUnlessWindows # Minidump saving works only on windows
145 @skipUnlessWindows # Minidump saving works only on windows
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py624 def skipUnlessWindows(func): function