Home
last modified time | relevance | path

Searched refs:skipIfTargetAndroid (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/avoids-fd-leak/
H A DTestFdLeak.py20 @skipIfTargetAndroid() # Android have some other file descriptors open by the shell
28 @skipIfTargetAndroid() # Android have some other file descriptors open by the shell
56 @skipIfTargetAndroid() # Android have some other file descriptors open by the shell
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/variable_out_of_scope/
H A DTestWatchedVarHitWhenInScope.py32 @skipIfTargetAndroid(api_levels=list(range(25+1)), archs=["aarch64", "arm"])
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/recursive-inferior/
H A DTestRecursiveInferiorStep.py18 @skipIfTargetAndroid() # debuggerd interferes with this test on Android
/llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/
H A DTestFormatters.py22 @skipIfTargetAndroid() # skipping to avoid crashing the test runner
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-crashing/
H A DTestInferiorCrashingStep.py41 @skipIfTargetAndroid() # debuggerd interferes with this test on Android
/llvm-project-15.0.7/lldb/test/API/functionalities/signal/raise/
H A DTestRaise.py25 @skipIfTargetAndroid()
/llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py63 @skipIfTargetAndroid(archs=["i386"])
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py685 def skipIfTargetAndroid(bugnumber=None, api_levels=None, archs=None): function