[Lldb-commits] [lldb] d2e397f - [lldb][test] These tests don't fail on Windows anymore

Tatyana Krasnukha via lldb-commits lldb-commits at lists.llvm.org
Thu Mar 5 01:37:25 PST 2020


Author: Tatyana Krasnukha
Date: 2020-03-05T12:37:08+03:00
New Revision: d2e397f15616ef998663e2c6ef698528bd69e189

URL: https://github.com/llvm/llvm-project/commit/d2e397f15616ef998663e2c6ef698528bd69e189
DIFF: https://github.com/llvm/llvm-project/commit/d2e397f15616ef998663e2c6ef698528bd69e189.diff

LOG: [lldb][test] These tests don't fail on Windows anymore

Added: 
    

Modified: 
    lldb/test/API/commands/settings/TestSettings.py
    lldb/test/API/source-manager/TestSourceManager.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/commands/settings/TestSettings.py b/lldb/test/API/commands/settings/TestSettings.py
index 2bc9a91b5bf5..571ada823864 100644
--- a/lldb/test/API/commands/settings/TestSettings.py
+++ b/lldb/test/API/commands/settings/TestSettings.py
@@ -58,7 +58,6 @@ def test_insert_before_and_after_target_run_args(self):
                              '[3]: "b"',
                              '[4]: "c"'])
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44430")
     def test_replace_target_run_args(self):
         """Test that 'replace target.run-args' works."""
         # Set the run-args and then replace the index-0 element.
@@ -358,7 +357,6 @@ def test_settings_with_quotes(self):
                     'thread-format (format-string) = "abc def   "')
         self.runCmd('settings clear thread-format')
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44430")
     def test_settings_with_trailing_whitespace(self):
 
         # boolean

diff  --git a/lldb/test/API/source-manager/TestSourceManager.py b/lldb/test/API/source-manager/TestSourceManager.py
index 9e7f3b6a2722..2029bc5ed60d 100644
--- a/lldb/test/API/source-manager/TestSourceManager.py
+++ b/lldb/test/API/source-manager/TestSourceManager.py
@@ -237,7 +237,6 @@ def test_modify_source_file_while_debugging(self):
             SOURCE_DISPLAYED_CORRECTLY,
             substrs=['Hello lldb'])
 
-    @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr44432")
     def test_set_breakpoint_with_absolute_path(self):
         self.build()
         hidden = self.getBuildArtifact("hidden")


        


More information about the lldb-commits mailing list