diff options
author | Johnny Chen <johnny.chen@apple.com> | 2010-11-01 21:52:20 +0000 |
---|---|---|
committer | Johnny Chen <johnny.chen@apple.com> | 2010-11-01 21:52:20 +0000 |
commit | 79e007d574e690870da191714db79c6458767a49 (patch) | |
tree | fce01786631df0251bdb00937bf66241b7bd17dc | |
parent | 375584c7ebcf78d4364e71363a35be230b93ea4d (diff) | |
download | bcm5719-llvm-79e007d574e690870da191714db79c6458767a49.tar.gz bcm5719-llvm-79e007d574e690870da191714db79c6458767a49.zip |
Add comment on test class failing for clang as well as llvm-gcc.
llvm-svn: 117962
-rw-r--r-- | lldb/test/conditional_break/TestConditionalBreak.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/test/conditional_break/TestConditionalBreak.py b/lldb/test/conditional_break/TestConditionalBreak.py index 45467157a42..3ca1df1e9c3 100644 --- a/lldb/test/conditional_break/TestConditionalBreak.py +++ b/lldb/test/conditional_break/TestConditionalBreak.py @@ -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" |