aboutsummaryrefslogtreecommitdiff
path: root/test/lang/c/function_types/TestFunctionTypes.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/lang/c/function_types/TestFunctionTypes.py')
-rw-r--r--test/lang/c/function_types/TestFunctionTypes.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lang/c/function_types/TestFunctionTypes.py b/test/lang/c/function_types/TestFunctionTypes.py
index 5cc6a8b6c..d6e4a28f1 100644
--- a/test/lang/c/function_types/TestFunctionTypes.py
+++ b/test/lang/c/function_types/TestFunctionTypes.py
@@ -29,7 +29,8 @@ class FunctionTypesTestCase(TestBase):
"""Test that a function pointer to 'printf' works and can be called."""
self.buildDsym()
self.function_pointers()
-
+
+ @expectedFailureFreeBSD('llvm.org/pr16697') # Expression fails with 'there is no JIT compiled function'
@dwarf_test
def test_pointers_with_dwarf(self):
"""Test that a function pointer to 'printf' works and can be called."""