Add comment on test class failing for clang as well as llvm-gcc.

llvm-svn: 117962
This commit is contained in:
Johnny Chen 2010-11-01 21:52:20 +00:00
parent 375584c7eb
commit 79e007d574
1 changed files with 5 additions and 0 deletions

View File

@ -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"