diff options
author | Zachary Turner <zturner@google.com> | 2016-01-08 22:21:40 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-01-08 22:21:40 +0000 |
commit | c29de82956b36c17bc6655103cc4370e33102a54 (patch) | |
tree | a5bf9f5a1989428bd9923475d9eb6396a1d6c7d6 /lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping | |
parent | 52c7c5fa3e6fc34bc4a4afc38645b937e7232b51 (diff) | |
download | bcm5719-llvm-c29de82956b36c17bc6655103cc4370e33102a54.tar.gz bcm5719-llvm-c29de82956b36c17bc6655103cc4370e33102a54.zip |
Remove XFAIL from a few tests that have been fixed on Windows.
llvm-svn: 257219
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py b/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py index 3bdf6ec70e3..023f6f31e39 100644 --- a/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py +++ b/lldb/packages/Python/lldbsuite/test/functionalities/inline-stepping/TestInlineStepping.py @@ -16,7 +16,6 @@ class TestInlineStepping(TestBase): @add_test_categories(['pyapi']) @expectedFailureFreeBSD('llvm.org/pr17214') @expectedFailureIcc # Not really a bug. ICC combines two inlined functions. - @expectedFailureWindows("llvm.org/pr24778") # failed 1/365 dosep runs, (i386-clang), TestInlineStepping.py:237 failed to stop at first breakpoint in main @expectedFailureAll(oslist=["linux"], archs=["i386"]) def test_with_python_api(self): |