summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/format/TestFormats.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/functionalities/format/TestFormats.py')
-rw-r--r--lldb/test/functionalities/format/TestFormats.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/functionalities/format/TestFormats.py b/lldb/test/functionalities/format/TestFormats.py
index a79e90487d4..a319999110a 100644
--- a/lldb/test/functionalities/format/TestFormats.py
+++ b/lldb/test/functionalities/format/TestFormats.py
@@ -11,6 +11,7 @@ class TestFormats(TestBase):
mydir = TestBase.compute_mydir(__file__)
+ @expectedFailureFreeBSD("llvm.org/pr22784: pexpect failing on the FreeBSD buildbot")
@expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows")
def test_formats(self):
"""Test format string functionality."""
OpenPOWER on IntegriCloud