Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py140 def skipTestIfFn(expected_fn, bugnumber=None): function
257 return skipTestIfFn(fn, bugnumber)
393 return skipTestIfFn(should_skip_simulator_test)
555 return skipTestIfFn(is_running_rosetta)
561 return skipTestIfFn(is_ios_simulator)(func)
622 return skipTestIfFn(is_Windows_NonEnglish)(func)
683 return skipTestIfFn(arch_doesnt_match)
694 return skipTestIfFn(
829 return skipTestIfFn(is_running_under_asan)(func)
862 return skipTestIfFn(is_toolchain_with_mte)(func)
[all …]
/llvm-project-15.0.7/lldb/test/API/macosx/posix_spawn/
H A DTestLaunchProcessPosixSpawn.py45 @skipTestIfFn(no_haswell)
56 @skipTestIfFn(no_apple_silicon)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
H A DTestHWBreakMultiThread.py20 @skipTestIfFn(does_not_support_hw_breakpoints)
27 @skipTestIfFn(does_not_support_hw_breakpoints)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/
H A DTestWriteMemoryWithHWBreakpoint.py19 @skipTestIfFn(does_not_support_hw_breakpoints)
/llvm-project-15.0.7/lldb/test/API/functionalities/jitloader_gdb/
H A DTestJITLoaderGDB.py14 @skipTestIfFn(