[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:
Jonas Devlieghere 2020-05-21 20:36:39 -07:00
parent e3a0283e5a
commit 329abed10b
1 changed files with 1 additions and 0 deletions

View File

@ -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()