diff options
author | Stella Stamenova <stilis@microsoft.com> | 2018-12-19 19:10:25 +0000 |
---|---|---|
committer | Stella Stamenova <stilis@microsoft.com> | 2018-12-19 19:10:25 +0000 |
commit | 0ab990345a7e8314cd4819363a40e52a83d53ac5 (patch) | |
tree | a8951d5d8c24ce30754fd9e659ff06882279fd55 /lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py | |
parent | 62fcfc5adb99bebdb90a397fc2dfc8652dd0de6f (diff) | |
download | bcm5719-llvm-0ab990345a7e8314cd4819363a40e52a83d53ac5.tar.gz bcm5719-llvm-0ab990345a7e8314cd4819363a40e52a83d53ac5.zip |
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
This is a set of tests that were all marked as failing becuse of pr21765. 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: 349668
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py b/lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py index b1c8a5ecf4b..597a247178e 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/strings/TestCStrings.py @@ -11,7 +11,6 @@ class CStringsTestCase(TestBase): mydir = TestBase.compute_mydir(__file__) - @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr21765") def test_with_run_command(self): """Tests that C strings work as expected in expressions""" self.build() |