summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang/cpp/class_static/TestStaticVariables.py
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2014-04-21 15:19:18 +0000
committerEd Maste <emaste@freebsd.org>2014-04-21 15:19:18 +0000
commitb6209ad8a68f218a076326c53f2759c526216b8d (patch)
treedc4c998facc67ecbbb11129f1087d7fbb0cd4076 /lldb/test/lang/cpp/class_static/TestStaticVariables.py
parent3939f548209a91f7aa255f1e713d898759356076 (diff)
downloadbcm5719-llvm-b6209ad8a68f218a076326c53f2759c526216b8d.tar.gz
bcm5719-llvm-b6209ad8a68f218a076326c53f2759c526216b8d.zip
Add a comment to tests that XPASS on FreeBSD
Perhaps these should be @expectedFailureDarwin instead of @unittest2.expectedFailure (applying to all hosts); I'm not aware of the details in the rdars. Just add a comment for now, for the benefit of anyone investigating FreeBSD test issues in the future. rdar://9980907 rdar://15367233 llvm-svn: 206760
Diffstat (limited to 'lldb/test/lang/cpp/class_static/TestStaticVariables.py')
-rw-r--r--lldb/test/lang/cpp/class_static/TestStaticVariables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/class_static/TestStaticVariables.py b/lldb/test/lang/cpp/class_static/TestStaticVariables.py
index 16a280504e6..f7c92f4f2ef 100644
--- a/lldb/test/lang/cpp/class_static/TestStaticVariables.py
+++ b/lldb/test/lang/cpp/class_static/TestStaticVariables.py
@@ -38,7 +38,7 @@ class StaticVariableTestCase(TestBase):
self.buildDsym()
self.static_variable_python()
- @expectedFailureClang(9980907)
+ @expectedFailureClang(9980907) # XPASS on FreeBSD w/ Clang 3.4 and libc++
@python_api_test
@dwarf_test
def test_with_dwarf_and_python_api(self):
OpenPOWER on IntegriCloud