diff options
author | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2019-12-09 19:07:14 +0500 |
---|---|---|
committer | Muhammad Omair Javaid <omair.javaid@linaro.org> | 2019-12-09 19:08:59 +0500 |
commit | 0964733bae2d0823f7b431ee2b16a3fd1dd993e3 (patch) | |
tree | 808e427c39aa834d804b37b482f07cb412109ab3 /lldb/packages/Python/lldbsuite/test/python_api/watchpoint | |
parent | 281539053238ff17054c101efcf969ab1b6f52f3 (diff) | |
download | bcm5719-llvm-0964733bae2d0823f7b431ee2b16a3fd1dd993e3.tar.gz bcm5719-llvm-0964733bae2d0823f7b431ee2b16a3fd1dd993e3.zip |
[lldb] Remove Xfail decorators from steadily passing tests
This patch removes xfail decorator from some lldb testcases which are
passing steadily now for past few week/months on aarch64/linux buildbot.
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/watchpoint')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py index a92de236c07..e6935dbb48d 100644 --- a/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py +++ b/lldb/packages/Python/lldbsuite/test/python_api/watchpoint/condition/TestWatchpointConditionAPI.py @@ -31,11 +31,6 @@ class WatchpointConditionAPITestCase(TestBase): self.exe_name = self.testMethodName self.d = {'CXX_SOURCES': self.source, 'EXE': self.exe_name} - @expectedFailureAll( - oslist=["linux"], - archs=["aarch64"], - triple=no_match(".*-android"), - bugnumber="llvm.org/pr27710") def test_watchpoint_cond_api(self): """Test watchpoint condition API.""" self.build(dictionary=self.d) |