Home
last modified time | relevance | path

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

/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Ddecorators.py118 def skipTestIfFn(expected_fn, bugnumber=None): function
235 return skipTestIfFn(fn, bugnumber)
331 result = skipTestIfFn(should_skip_benchmarks_test)(func)
371 return skipTestIfFn(should_skip_simulator_test)
380 return skipTestIfFn(should_skip_debugserver_test)(func)
389 return skipTestIfFn(should_skip_llgs_tests)(func)
498 return skipTestIfFn(is_out_of_tree_debugserver)(func)
531 return skipTestIfFn(are_sb_headers_missing)(func)
541 return skipTestIfFn(is_running_rosetta)
547 return skipTestIfFn(is_ios_simulator)(func)
[all …]
/external/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/hardware_breakpoint_on_multiple_threads/
DTestHWBreakMultiThread.py21 @skipTestIfFn(does_not_support_hw_breakpoints)
28 @skipTestIfFn(does_not_support_hw_breakpoints)
/external/llvm-project/lldb/test/API/functionalities/breakpoint/hardware_breakpoints/write_memory_with_hw_breakpoint/
DTestWriteMemoryWithHWBreakpoint.py20 @skipTestIfFn(does_not_support_hw_breakpoints)
/external/llvm-project/lldb/test/API/functionalities/jitloader_gdb/
DTestJITLoaderGDB.py16 @skipTestIfFn(