summaryrefslogtreecommitdiffstats
path: root/lldb
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2010-11-29 23:58:04 +0000
committerJohnny Chen <johnny.chen@apple.com>2010-11-29 23:58:04 +0000
commita9940700400cfcb28eda9b4eee28cd99e94b3e3a (patch)
treebb2095277c89d517f823f6658e08028f5baafb7f /lldb
parent9de9a734332fdd9a80be1d86e6c009c380f03a15 (diff)
downloadbcm5719-llvm-a9940700400cfcb28eda9b4eee28cd99e94b3e3a.tar.gz
bcm5719-llvm-a9940700400cfcb28eda9b4eee28cd99e94b3e3a.zip
Add comment for a branch of test logic which applies to ['clang', 'llvm-gcc'] only.
llvm-svn: 120355
Diffstat (limited to 'lldb')
-rw-r--r--lldb/test/class_static/TestStaticVariables.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/class_static/TestStaticVariables.py b/lldb/test/class_static/TestStaticVariables.py
index c9a5f6685d4..f84099b9c9e 100644
--- a/lldb/test/class_static/TestStaticVariables.py
+++ b/lldb/test/class_static/TestStaticVariables.py
@@ -108,6 +108,7 @@ class StaticVariableTestCase(TestBase):
if name == 'g_points':
self.assertTrue(val.GetNumChildren() == 2)
elif name == 'A::g_points' and self.getCompiler() in ['clang', 'llvm-gcc']:
+ # On Mac OS X, gcc 4.2 emits the wrong debug info for A::g_points.
self.assertTrue(val.GetNumChildren() == 2)
child1 = val.GetChildAtIndex(1)
self.DebugSBValue(frame, child1)
OpenPOWER on IntegriCloud