Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/
H A DTestGdbRemoteSaveCore.py41 @skipUnlessPlatform(oslist=["freebsd", "netbsd"])
46 @skipUnlessPlatform(oslist=["freebsd", "netbsd"])
50 @skipUnlessPlatform(oslist=["freebsd", "netbsd"])
H A DTestLldbGdbServer.py906 @skipUnlessPlatform(oslist=['linux'])
1331 @skipUnlessPlatform(oslist=["freebsd", "linux"])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/mte_tag_access/
H A DTestAArch64LinuxMTEMemoryTagAccess.py43 @skipUnlessPlatform(["linux"])
145 @skipUnlessPlatform(["linux"])
289 @skipUnlessPlatform(["linux"])
414 @skipUnlessPlatform(["linux"])
444 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/libraries-svr4/
H A DTestGdbRemoteLibrariesSvr4Support.py103 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
108 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
114 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
120 @skipUnlessPlatform(["linux", "android", "freebsd", "netbsd"])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/mte_tag_faults/
H A DTestAArch64LinuxMTEMemoryTagFaults.py37 @skipUnlessPlatform(["linux"])
53 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/tagged_memory_access/
H A DTestAArch64LinuxTaggedMemoryAccess.py39 @skipUnlessPlatform(["linux"])
61 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/non_address_bit_memory_access/
H A DTestAArch64LinuxNonAddressBitMemoryAccess.py47 @skipUnlessPlatform(["linux"])
78 @skipUnlessPlatform(["linux"])
113 @skipUnlessPlatform(["linux"])
139 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/signal-filtering/
H A DTestGdbRemote_QPassSignals.py47 @skipUnlessPlatform(["linux", "android"])
61 @skipUnlessPlatform(["linux", "android"])
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/vCont-threads/
H A DTestSignal.py66 @skipUnlessPlatform(["netbsd"])
204 @skipUnlessPlatform(["netbsd"])
222 @skipUnlessPlatform(["netbsd"])
/llvm-project-15.0.7/lldb/test/API/linux/sepdebugsymlink/
H A DTestTargetSymbolsSepDebugSymlink.py11 @skipUnlessPlatform(['linux'])
/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/memory-tagging/
H A DTestGdbRemoteMemoryTagging.py73 @skipUnlessPlatform(["linux"])
143 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/mte_memory_region/
H A DTestAArch64LinuxMTEMemoryRegion.py19 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/tagged_memory_region/
H A DTestAArch64LinuxTaggedMemoryRegion.py20 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/linux/mix-dwo-and-regular-objects/
H A DTestMixedDwarfBinary.py12 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/functionalities/unwind/ehframe/
H A DTestEhFrameUnwind.py15 @skipUnlessPlatform(['linux'])
/llvm-project-15.0.7/lldb/test/API/linux/add-symbols/
H A DTestTargetSymbolsAddCommand.py15 @skipUnlessPlatform(['linux'])
/llvm-project-15.0.7/lldb/test/API/linux/thread/create_during_instruction_step/
H A DTestCreateDuringInstructionStep.py16 @skipUnlessPlatform(['linux'])
/llvm-project-15.0.7/lldb/test/API/linux/aarch64/unwind_signal/
H A DTestUnwindSignal.py16 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/test/API/functionalities/paths/
H A DTestPaths.py67 @skipUnlessPlatform(["windows"])
/llvm-project-15.0.7/lldb/test/API/functionalities/target-new-solib-notifications/
H A DTestModuleLoadedNotifys.py20 @skipUnlessPlatform(["linux"]+lldbplatformutil.getDarwinOSTriples())
/llvm-project-15.0.7/lldb/test/API/functionalities/process_save_core/
H A DTestProcessSaveCore.py65 @skipUnlessPlatform(["freebsd", "netbsd"])
/llvm-project-15.0.7/lldb/test/API/functionalities/process_save_core_minidump/
H A DTestProcessSaveCoreMinidump.py16 @skipUnlessPlatform(["linux"])
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py626 return skipUnlessPlatform(["windows"])(func)
631 return skipUnlessPlatform(lldbplatformutil.getDarwinOSTriples())(func)
667 def skipUnlessPlatform(oslist): function
/llvm-project-15.0.7/lldb/test/API/functionalities/completion/
H A DTestCompletion.py92 @skipUnlessPlatform(["linux"])