Skip to content

Commit

Permalink
[lldb/Reproducers] Skip test that changes the source file while debug…
Browse files Browse the repository at this point in the history
…ging

The VFS is a snapshot and cannot capture changes to the file system.
  • Loading branch information
JDevlieghere committed May 22, 2020
1 parent e3a0283 commit 329abed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lldb/test/API/source-manager/TestSourceManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ def test_move_and_then_display_source(self):
substrs=['Hello world'])

@skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431")
@skipIfReproducer # VFS is a snapshot.
def test_modify_source_file_while_debugging(self):
"""Modify a source file while debugging the executable."""
self.build()
Expand Down

0 comments on commit 329abed

Please sign in to comment.