forked from OSchip/llvm-project
[lldb/Reproducers] Skip test that changes the source file while debugging
The VFS is a snapshot and cannot capture changes to the file system.
This commit is contained in:
parent
e3a0283e5a
commit
329abed10b
|
@ -172,6 +172,7 @@ class SourceManagerTestCase(TestBase):
|
|||
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()
|
||||
|
|
Loading…
Reference in New Issue