aboutsummaryrefslogtreecommitdiff
path: root/test/lang/cpp/virtual/TestVirtual.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lang/cpp/virtual/TestVirtual.py')
-rw-r--r--test/lang/cpp/virtual/TestVirtual.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lang/cpp/virtual/TestVirtual.py b/test/lang/cpp/virtual/TestVirtual.py
index ccecaebee..3d7ae5d7a 100644
--- a/test/lang/cpp/virtual/TestVirtual.py
+++ b/test/lang/cpp/virtual/TestVirtual.py
@@ -28,6 +28,7 @@ class CppVirtualMadness(TestBase):
self.buildDsym()
self.virtual_madness_test()
+ @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function'
def test_virtual_madness_dwarf(self):
"""Test that expression works correctly with virtual inheritance as well as virtual function."""
self.buildDwarf()