Skip to content

Commit 329abed

Browse files
committed
[lldb/Reproducers] Skip test that changes the source file while debugging
The VFS is a snapshot and cannot capture changes to the file system.
1 parent e3a0283 commit 329abed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/test/API/source-manager/TestSourceManager.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def test_move_and_then_display_source(self):
172172
substrs=['Hello world'])
173173

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

0 commit comments

Comments
 (0)