summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c
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/lang/c
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/lang/c')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py b/lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py
index 5d6f117e7b3..12e20dd42d4 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/set_values/TestSetValues.py
@@ -24,7 +24,6 @@ class SetValuesTestCase(TestBase):
self.line4 = line_number('main.c', '// Set break point #4.')
self.line5 = line_number('main.c', '// Set break point #5.')
- @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765")
def test(self):
"""Test settings and readings of program variables."""
self.build()
OpenPOWER on IntegriCloud