diff options
author | Stella Stamenova <stilis@microsoft.com> | 2018-12-19 19:04:01 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2018-12-19 19:04:01 +0000 |
commit | 756b91dc144ad4969d3e83710ebf8d2ef3b95413 (patch) | |
tree | 4eb494a3bd79cec896957858510dcd20861c912c /lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | |
parent | 3560e93dc19622b1def6cbc13f11776e8d6fac3c (diff) | |
download | bcm5719-llvm-756b91dc144ad4969d3e83710ebf8d2ef3b95413.tar.gz bcm5719-llvm-756b91dc144ad4969d3e83710ebf8d2ef3b95413.zip |
[lldbsuite] Un-xfail tests on Windows that are now passing
This is a set of tests that were all marked as failing becuse of pr24489. The bug is not fixed (as in more of the tests that were marked this way are failing), but this set is 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: 349665
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py index 63511779a92..87099558ade 100644 --- a/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py +++ b/lldb/packages/Python/lldbsuite/test/expression_command/call-function/TestCallStopAndContinue.py @@ -25,9 +25,6 @@ class ExprCommandCallStopContinueTestCase(TestBase): self.func_line = line_number('main.cpp', '{5, "five"}') @expectedFlakeyDarwin("llvm.org/pr20274") - @expectedFailureAll( - oslist=["windows"], - bugnumber="llvm.org/pr24489: Name lookup not working correctly on Windows") def test(self): """Test gathering result from interrupted function call.""" self.build() |