commit | 6273bb5430a61c4866aaa2a329a05aad63365ae3 | [log] [tgz] |
---|---|---|
author | Adrian Prantl <aprantl@apple.com> | Wed Jan 16 22:07:21 2019 +0000 |
committer | Adrian Prantl <aprantl@apple.com> | Wed Jan 16 22:07:21 2019 +0000 |
tree | 4e2910ac9e350349dbb4b6852daf938e2ccc9f54 | |
parent | ca16e9d8a392ab6aa04ae251729b9c63b676decb [diff] |
XFAIL test on Windows http://lab.llvm.org:8011/builders/lldb-x64-windows-ninja/builds/677/steps/test/logs/stdio llvm-svn: 351385
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/TestFunctionRefs.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/TestFunctionRefs.py index c8308c1..293e913 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/TestFunctionRefs.py +++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/function_refs/TestFunctionRefs.py
@@ -1,4 +1,5 @@ from lldbsuite.test import lldbinline from lldbsuite.test import decorators -lldbinline.MakeInlineTest(__file__, globals()) +lldbinline.MakeInlineTest(__file__, globals(), + lldbinline.expectedFailureAll(oslist=["windows"]))