summaryrefslogtreecommitdiffstats
path: root/lldb
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
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')
-rw-r--r--lldb/test/functionalities/inferior-assert/TestInferiorAssert.py4
-rw-r--r--lldb/test/lang/cpp/class_static/TestStaticVariables.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py
index 95ebda63bbb..a715d69f8c2 100644
--- a/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py
+++ b/lldb/test/functionalities/inferior-assert/TestInferiorAssert.py
@@ -17,7 +17,7 @@ class AssertingInferiorTestCase(TestBase):
self.inferior_asserting()
@expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly'
- @unittest2.expectedFailure("rdar://15367233")
+ @unittest2.expectedFailure("rdar://15367233") # XPASS on FreeBSD w/ Clang 3.4 and libc++
def test_inferior_asserting_dwarf(self):
"""Test that lldb reliably catches the inferior asserting (command)."""
self.buildDwarf()
@@ -70,7 +70,7 @@ class AssertingInferiorTestCase(TestBase):
self.inferior_asserting_step()
@expectedFailurei386 # llvm.org/pr17384: lldb needs to be aware of linux-vdso.so to unwind stacks properly
- @unittest2.expectedFailure("rdar://15367233")
+ @unittest2.expectedFailure("rdar://15367233") # XPASS on FreeBSD w/ Clang 3.4 and libc++
def test_inferior_asserting_step(self):
"""Test that lldb functions correctly after stepping through a call to assert()."""
self.buildDwarf()
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