forked from OSchip/llvm-project
Add comment on test class failing for clang as well as llvm-gcc.
llvm-svn: 117962
This commit is contained in:
parent
375584c7eb
commit
79e007d574
|
@ -8,6 +8,11 @@ import unittest2
|
|||
import lldb, lldbutil
|
||||
from lldbtest import *
|
||||
|
||||
# rdar://problem/8532131
|
||||
# lldb not able to digest the clang-generated debug info correctly with respect to function name
|
||||
#
|
||||
# This class currently fails for clang as well as llvm-gcc.
|
||||
|
||||
class ConditionalBreakTestCase(TestBase):
|
||||
|
||||
mydir = "conditional_break"
|
||||
|
|
Loading…
Reference in New Issue