Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/unique_ptr/
H A DTestUniquePtrFromStdModule.py15 @skipIfLinux # s.reset() causes link errors on ubuntu 18.04/Clang 9
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/unique_ptr-dbg-info-content/
H A DTestUniquePtrDbgInfoContent.py15 @skipIfLinux # s.reset() causes link errors on ubuntu 18.04/Clang 9
/llvm-project-15.0.7/lldb/test/API/functionalities/dlopen_other_executable/
H A DTestDlopenOtherExecutable.py12 @skipIfLinux
/llvm-project-15.0.7/lldb/test/API/lang/cpp/constructors/
H A DTestCppConstructors.py28 @skipIfLinux # Fails on some Linux systems with SIGABRT.
/llvm-project-15.0.7/lldb/test/API/commands/expression/test/
H A DTestExprs2.py55 @skipIfLinux
/llvm-project-15.0.7/lldb/test/API/commands/expression/import-std-module/stack/
H A DTestStackFromStdModule.py13 @skipIfLinux # Declaration in some Linux headers causes LLDB to crash.
/llvm-project-15.0.7/lldb/test/API/python_api/event/
H A DTestEvents.py15 @skipIfLinux # llvm.org/pr25924, sometimes generating SIGSEGV
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py181 @skipIfLinux # shell argument expansion doesn't seem to work on Linux
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Ddecorators.py604 def skipIfLinux(func): function