diff options
| author | Zachary Turner <zturner@google.com> | 2015-08-21 22:11:21 +0000 |
|---|---|---|
| committer | Zachary Turner <zturner@google.com> | 2015-08-21 22:11:21 +0000 |
| commit | 6df0cbc04099124c5da316c1a6f5b01b8d506307 (patch) | |
| tree | 0bbcad180ebcee8f4566c58d3ece912fbe7f7bcd /lldb/test/functionalities | |
| parent | 28ee0cd30e409f67d48ff2b2624af517958e5e7d (diff) | |
| download | bcm5719-llvm-6df0cbc04099124c5da316c1a6f5b01b8d506307.tar.gz bcm5719-llvm-6df0cbc04099124c5da316c1a6f5b01b8d506307.zip | |
Skip TestCreateAfterAttach on Windows.
As with every other platform, this test occasionally hangs on
Windows.
llvm-svn: 245748
Diffstat (limited to 'lldb/test/functionalities')
| -rw-r--r-- | lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py index 0b1d1d0303b..20942fea982 100644 --- a/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py +++ b/lldb/test/functionalities/thread/create_after_attach/TestCreateAfterAttach.py @@ -23,7 +23,7 @@ class CreateAfterAttachTestCase(TestBase): # not yet investigated. Revisit once required functionality # is implemented for FreeBSD. @skipIfLinux # Occasionally hangs on the build bot, expectedFailureLinux - + @skipIfWindows # Occasionally hangs on Windows, may be same as other issues. @dwarf_test def test_create_after_attach_with_dwarf_and_popen(self): """Test thread creation after process attach.""" |

