Home
last modified time | relevance | path

Searched refs:skipIfGcc (Results 1 – 7 of 7) sorted by relevance

/external/lldb/test/lang/c/anonymous/
DTestAnonymous.py39 …@skipIfGcc # llvm.org/pr15036: LLDB generates an incorrect AST layout for an anonymous struct when…
52 @skipIfGcc # llvm.org/pr15036: This particular regression was introduced by r181498
/external/lldb/test/functionalities/watchpoint/multiple_threads/
DTestWatchpointMultipleThreads.py25 @skipIfGcc # causes intermittent gcc debian buildbot failures, skip until we can investigate
42 @skipIfGcc # causes intermittent gcc debian buildbot failures, skip until we can investigate
/external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
DTestDataFormatterStdMap.py24 @skipIfGcc # llvm.org/pr15036: When built with GCC, this test causes lldb to crash with
/external/lldb/test/lang/cpp/stl/
DTestSTL.py39 @skipIfGcc # llvm.org/pr15036: crashes during DWARF parsing when built with GCC
/external/lldb/test/python_api/value/change_values/
DTestChangeValueAPI.py44 …@skipIfGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBPro…
/external/lldb/test/functionalities/inferior-assert/
DTestInferiorAssert.py34 …@skipIfGcc # Avoid xpasses as the verion of libc used on the gcc buildbot has the required functio…
/external/lldb/test/
Dlldbtest.py693 def skipIfGcc(func): function