Home
last modified time | relevance | path

Searched refs:skipIfFreeBSD (Results 1 – 5 of 5) sorted by relevance

/external/lldb/test/functionalities/load_unload/
DTestLoadUnload.py28 @skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
82 @skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
137 @skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
185 @skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
226 @skipIfFreeBSD # llvm.org/pr14424 - missing FreeBSD Makefiles/testcase support
/external/lldb/test/functionalities/thread/create_after_attach/
DTestCreateAfterAttach.py22 @skipIfFreeBSD # Hangs. May be the same as Linux issue llvm.org/pr16229 but
32 @skipIfFreeBSD # Hangs. Revisit once required functionality is implemented
/external/lldb/test/functionalities/dead-strip/
DTestDeadStrip.py22 @skipIfFreeBSD # The -dead_strip linker option isn't supported on FreeBSD versions of ld.
/external/lldb/test/functionalities/process_launch/
DTestProcessLaunch.py120 @skipIfFreeBSD # llvm.org/pr16684
/external/lldb/test/
Dlldbtest.py629 def skipIfFreeBSD(func): function