summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-07-11 00:35:31 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-07-11 00:35:31 +0000
commitdf9051e7cfda5519f4584cda22e9ef2006517e94 (patch)
tree3d99baba5e903178b0c551b3355ed4a28e96978f /lldb/packages/Python/lldbsuite/test
parent597dc0061fd0143488ea4cf8a3faaad50278ba49 (diff)
downloadbcm5719-llvm-df9051e7cfda5519f4584cda22e9ef2006517e94.tar.gz
bcm5719-llvm-df9051e7cfda5519f4584cda22e9ef2006517e94.zip
[lldb] Disable TestDollarInVariable.py on Windows
It seems on Windows we don't handle the lldb_expr_result variable correctly: ``` AssertionError: False is not True : 'expr $__lldb_expr_result' returns expected result, got '(int &) $0 = 0x0000000000000000' ``` I'll disable the test until I can find a way to debug this on Windows. llvm-svn: 365719
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/TestDollarInVariable.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/TestDollarInVariable.py b/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/TestDollarInVariable.py
index 03424658f3e..7458867527d 100644
--- a/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/TestDollarInVariable.py
+++ b/lldb/packages/Python/lldbsuite/test/expression_command/dollar-in-variable/TestDollarInVariable.py
@@ -1,4 +1,5 @@
from lldbsuite.test import lldbinline
from lldbsuite.test import decorators
-lldbinline.MakeInlineTest(__file__, globals(), None)
+lldbinline.MakeInlineTest(__file__, globals(),
+ [lldbinline.expectedFailureAll(oslist=["windows"])])
OpenPOWER on IntegriCloud