Home
last modified time | relevance | path

Searched refs:expectedFailureAndroid (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/tools/lldb-server/inferior-crash/
H A DTestGdbRemoteAbort.py10 @expectedFailureAndroid(api_levels=list(range(16 + 1)))
/llvm-project-15.0.7/lldb/test/API/linux/thread/create_during_instruction_step/
H A DTestCreateDuringInstructionStep.py17 @expectedFailureAndroid('llvm.org/pr24737', archs=['arm'])
/llvm-project-15.0.7/lldb/test/API/functionalities/process_group/
H A DTestChangeProcessGroup.py23 @expectedFailureAndroid("http://llvm.org/pr23762", api_levels=[16])
/llvm-project-15.0.7/lldb/test/API/commands/target/create-deps/
H A DTestTargetCreateDeps.py70 @expectedFailureAndroid # android will return mutiple images
/llvm-project-15.0.7/lldb/test/API/commands/expression/formatters/
H A DTestFormatters.py23 @expectedFailureAndroid('llvm.org/pr24691') # we hit an assertion in clang
/llvm-project-15.0.7/lldb/test/API/functionalities/inferior-assert/
H A DTestInferiorAssert.py31 @expectedFailureAndroid(
/llvm-project-15.0.7/lldb/test/API/functionalities/load_unload/
H A DTestLoadUnload.py146 @expectedFailureAndroid # wrong source file shows up for hidden library
/llvm-project-15.0.7/lldb/test/API/commands/register/register/register_command/
H A DTestRegisters.py73 @expectedFailureAndroid(archs=["i386"])
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py431 def expectedFailureAndroid(bugnumber=None, api_levels=None, archs=None): function