Home
last modified time | relevance | path

Searched refs:skipUnlessPlatform (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/lldb/test/API/tools/lldb-server/
DTestGdbRemote_vContThreads.py47 @skipUnlessPlatform(["netbsd"])
55 @skipUnlessPlatform(["netbsd"])
76 @skipUnlessPlatform(["netbsd"])
84 @skipUnlessPlatform(["netbsd"])
105 @skipUnlessPlatform(["netbsd"])
113 @skipUnlessPlatform(["netbsd"])
134 @skipUnlessPlatform(["netbsd"])
142 @skipUnlessPlatform(["netbsd"])
DTestGdbRemote_qThreadStopInfo.py197 @skipUnlessPlatform(["linux", "windows"])
DTestLldbGdbServer.py1212 @skipUnlessPlatform(oslist=['linux'])
1227 @skipUnlessPlatform(oslist=['linux'])
/external/llvm-project/lldb/test/API/tools/lldb-server/libraries-svr4/
DTestGdbRemoteLibrariesSvr4Support.py109 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
115 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
122 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
129 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
/external/llvm-project/lldb/test/API/tools/lldb-server/signal-filtering/
DTestGdbRemote_QPassSignals.py50 @skipUnlessPlatform(["linux", "android"])
66 @skipUnlessPlatform(["linux", "android"])
100 @skipUnlessPlatform(["linux", "android"])
/external/llvm-project/lldb/test/API/linux/sepdebugsymlink/
DTestTargetSymbolsSepDebugSymlink.py13 @skipUnlessPlatform(['linux'])
/external/llvm-project/lldb/test/API/linux/aarch64/mte_memory_region/
DTestAArch64LinuxMTEMemoryRegion.py21 @skipUnlessPlatform(["linux"])
/external/llvm-project/lldb/test/API/linux/mix-dwo-and-regular-objects/
DTestMixedDwarfBinary.py13 @skipUnlessPlatform(["linux"])
/external/llvm-project/lldb/test/API/functionalities/paths/
DTestPaths.py40 @skipUnlessPlatform(["windows"])
/external/llvm-project/lldb/test/API/functionalities/unwind/ehframe/
DTestEhFrameUnwind.py16 @skipUnlessPlatform(['linux'])
/external/llvm-project/lldb/test/API/linux/add-symbols/
DTestTargetSymbolsAddCommand.py17 @skipUnlessPlatform(['linux'])
/external/llvm-project/lldb/test/API/linux/thread/create_during_instruction_step/
DTestCreateDuringInstructionStep.py18 @skipUnlessPlatform(['linux'])
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py612 return skipUnlessPlatform(["windows"])(func)
617 return skipUnlessPlatform(lldbplatformutil.getDarwinOSTriples())(func)
653 def skipUnlessPlatform(oslist): function
/external/llvm-project/lldb/test/API/functionalities/completion/
DTestCompletion.py94 @skipUnlessPlatform(["linux"])