diff options
| author | Zachary Turner <zturner@google.com> | 2015-09-16 18:08:33 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-09-16 18:08:33 +0000 |
| commit | 4a58dd3035ba3a4fa7907a98c89808e91e5df8ee (patch) | |
| tree | 5f1f94818052b5bf398ebea7bd77b2c160721255 /lldb/test/functionalities | |
| parent | 8c8fe5a0159041e176e3331e7fc0d3031ebefe16 (diff) | |
| download | bcm5719-llvm-4a58dd3035ba3a4fa7907a98c89808e91e5df8ee.tar.gz bcm5719-llvm-4a58dd3035ba3a4fa7907a98c89808e91e5df8ee.zip | |
Last set of XFAILs for Windows.
llvm-svn: 247825
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/load_unload/TestLoadUnload.py | 1 | ||||
| -rw-r--r-- | lldb/test/functionalities/thread/step_out/TestThreadStepOut.py | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/lldb/test/functionalities/load_unload/TestLoadUnload.py b/lldb/test/functionalities/load_unload/TestLoadUnload.py index 2bb2333952a..f32749dcfd7 100644 --- a/lldb/test/functionalities/load_unload/TestLoadUnload.py +++ b/lldb/test/functionalities/load_unload/TestLoadUnload.py @@ -9,6 +9,7 @@ import lldb from lldbtest import * import lldbutil +@skipIfWindows # Windows doesn't have dlopen and friends, dynamic libraries work differently class LoadUnloadTestCase(TestBase): def getCategories (self): diff --git a/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py b/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py index ee9a247aa62..2f26fc898d5 100644 --- a/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py +++ b/lldb/test/functionalities/thread/step_out/TestThreadStepOut.py @@ -21,6 +21,7 @@ class ThreadStepOutTestCase(TestBase): @skipIfLinux # Test occasionally times out on the Linux build bot @expectedFailureLinux("llvm.org/pr23477") # Test occasionally times out on the Linux build bot @expectedFailureFreeBSD("llvm.org/pr18066") # inferior does not exit + @expectedFailureWindows # Test crashes @dwarf_test def test_step_single_thread_with_dwarf(self): """Test thread step out on one thread via command interpreter. """ @@ -36,6 +37,7 @@ class ThreadStepOutTestCase(TestBase): @skipIfLinux # Test occasionally times out on the Linux build bot @expectedFailureLinux("llvm.org/pr23477") # Test occasionally times out on the Linux build bot @expectedFailureFreeBSD("llvm.org/pr19347") # 2nd thread stops at breakpoint + @expectedFailureWindows # Test crashes @dwarf_test def test_step_all_threads_with_dwarf(self): """Test thread step out on all threads via command interpreter. """ |

