We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a0283 commit 329abedCopy full SHA for 329abed
lldb/test/API/source-manager/TestSourceManager.py
@@ -172,6 +172,7 @@ def test_move_and_then_display_source(self):
172
substrs=['Hello world'])
173
174
@skipIf(oslist=["windows"], bugnumber="llvm.org/pr44431")
175
+ @skipIfReproducer # VFS is a snapshot.
176
def test_modify_source_file_while_debugging(self):
177
"""Modify a source file while debugging the executable."""
178
self.build()
0 commit comments