summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
diff options
context:
space:
mode:
authorMichal Gorny <mgorny@gentoo.org>2019-03-11 15:46:07 +0000
committerMichal Gorny <mgorny@gentoo.org>2019-03-11 15:46:07 +0000
commit3aa36c9a47f0339e9880049bb40c8c6ca0d63d00 (patch)
treeec2c45ed1a82df1a2dddd4dc08e572fed861fb3e /lldb/packages/Python/lldbsuite/test/expression_command
parent3836a49039450ff1e9c96c6a1dab27cac1d24a24 (diff)
downloadbcm5719-llvm-3aa36c9a47f0339e9880049bb40c8c6ca0d63d00.tar.gz
bcm5719-llvm-3aa36c9a47f0339e9880049bb40c8c6ca0d63d00.zip
[lldb] [test] Mark a few tests flakey on NetBSD
llvm-svn: 355830
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py b/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py
index 6e20e82bbe0..6f0e0ef2bd6 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/test/TestExprs.py
@@ -102,6 +102,7 @@ class BasicExprCommandsTestCase(TestBase):
# (const char *) $8 = 0x... "/Volumes/data/lldb/svn/trunk/test/expression_command/test/a.out"
@add_test_categories(['pyapi'])
+ @expectedFlakeyNetBSD
def test_evaluate_expression_python(self):
"""Test SBFrame.EvaluateExpression() API for evaluating an expression."""
self.build()
OpenPOWER on IntegriCloud