HomeSort by relevance Sort by last modified time
    Searched refs:skipIfGcc (Results 1 - 7 of 7) sorted by null

  /external/lldb/test/functionalities/watchpoint/multiple_threads/
TestWatchpointMultipleThreads.py 25 @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/lang/c/anonymous/
TestAnonymous.py 39 @skipIfGcc # llvm.org/pr15036: LLDB generates an incorrect AST layout for an anonymous struct when DWARF is generated by GCC
52 @skipIfGcc # llvm.org/pr15036: This particular regression was introduced by r181498
  /external/lldb/test/functionalities/data-formatter/data-formatter-stl/libstdcpp/map/
TestDataFormatterStdMap.py 24 @skipIfGcc # llvm.org/pr15036: When built with GCC, this test causes lldb to crash with
  /external/lldb/test/lang/cpp/stl/
TestSTL.py 39 @skipIfGcc # llvm.org/pr15036: crashes during DWARF parsing when built with GCC
  /external/lldb/test/functionalities/inferior-assert/
TestInferiorAssert.py 34 @skipIfGcc # Avoid xpasses as the verion of libc used on the gcc buildbot has the required function symbols.
  /external/lldb/test/python_api/value/change_values/
TestChangeValueAPI.py 44 @skipIfGcc # llvm.org/pr15039: If GCC is the test compiler, stdout is not available via lldb.SBProcess.GetSTDOUT()
  /external/lldb/test/
lldbtest.py 693 def skipIfGcc(func):
696 raise Exception("@skipIfGcc can only be used to decorate a test method")
    [all...]

Completed in 152 milliseconds