For paths without "%t" inside uniqueness is not guaranteed, and
potential collisions might be present.
Differential D47288
[libFuzzer] [NFC] Do not use hardcoded relative paths in tests. george.karpenkov on May 23 2018, 3:02 PM. Authored by
Details For paths without "%t" inside uniqueness is not guaranteed, and potential collisions might be present.
Diff Detail
Event Timeline
Comment Actions George, how do you create such stack of patches? Is there any automated tool for that? Comment Actions
Nope, I just manually commit on a branch, copy the hash git emits to the clipboard, pipe the diff through pbcopy, and then manually create the revision :( |
Is there a way to do a partial match on the file names or use %t.dir in the regex?
The main difference between lines 6 and 8 is whether we specify the artifact path or not. But your change makes lines 7 and 9 the same.