diff options
| author | Stella Stamenova <stilis@microsoft.com> | 2018-12-20 01:25:35 +0000 |
|---|---|---|
| committer | Stella Stamenova <stilis@microsoft.com> | 2018-12-20 01:25:35 +0000 |
| commit | 92c129636115d1ab50ae4a2860b4450d04e3a09d (patch) | |
| tree | 78c7e3f52953f6bbd67c4e4da00af1589dc33420 /lldb/packages/Python/lldbsuite/test/functionalities/memory | |
| parent | 8cb186ce17b9c263f079ad9043eec598dbcf31c7 (diff) | |
| download | bcm5719-llvm-92c129636115d1ab50ae4a2860b4450d04e3a09d.tar.gz bcm5719-llvm-92c129636115d1ab50ae4a2860b4450d04e3a09d.zip | |
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
This is a set of tests that were all marked as failing becuse of several different bugs. A couple of the bugs are now resolved as fixed since all the tests that were failing associated with the bug are now passing. It is possible that some of them are false positives, but there's a large number of unexpectedly passing tests on Windows, so I am doing a bulk un-xfail to get the buildbot to green.
llvm-svn: 349713
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/memory')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py | 3 | ||||
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py | 1 |
2 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py b/lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py index 6775e1634b8..5150465cbcf 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/memory/cache/TestMemoryCache.py @@ -24,9 +24,6 @@ class MemoryCacheTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.cpp', '// Set break point at this line.') - # The test is actually flakey on Windows, failing every dozen or so runs, but even with the flakey - # decorator it still fails - @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr38373") def test_memory_cache(self): """Test the MemoryCache class with a sequence of 'memory read' and 'memory write' operations.""" self.build() diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py b/lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py index 8e0fbaa3201..245aaa819c7 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/memory/find/TestMemoryFind.py @@ -24,7 +24,6 @@ class MemoryFindTestCase(TestBase): # Find the line number to break inside main(). self.line = line_number('main.cpp', '// break here') - @expectedFailureAll(oslist=["windows"]) def test_memory_find(self): """Test the 'memory find' command.""" self.build() |

