summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2016-05-13 18:26:30 +0000
committerZachary Turner <zturner@google.com>2016-05-13 18:26:30 +0000
commit4fd6a96008a43a6ff9e8267507211b523488bf7a (patch)
treebed7e6535cfcd75e833197dec1f21d40b3b351d8 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files
parent609fae3893a40158983bb4b8c019f811cac06fac (diff)
downloadbcm5719-llvm-4fd6a96008a43a6ff9e8267507211b523488bf7a.tar.gz
bcm5719-llvm-4fd6a96008a43a6ff9e8267507211b523488bf7a.zip
Clean up test results on Windows.
Remove XFAIL from some tests that now pass. Add XFAIL to some tests that now fail. Fix a crasher where a null pointer check isn't guarded. Properly handle all types of errors in SymbolFilePDB. llvm-svn: 269454
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py b/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py
index de3c1f266cc..1d8d7011457 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/two-files/TestSymbolContextTwoFiles.py
@@ -16,6 +16,7 @@ class SymbolContextTwoFilesTestCase(TestBase):
mydir = TestBase.compute_mydir(__file__)
@add_test_categories(['pyapi'])
+ @expectedFailureAll(oslist=["windows"])
def test_lookup_by_address(self):
"""Test lookup by address in a module with multiple compilation units"""
self.build()
OpenPOWER on IntegriCloud