This is an archive of the discontinued LLVM Phabricator instance.

[sancov] using normalized filenames for blacklist checks.
ClosedPublic

Authored by aizatsky on Apr 21 2016, 4:15 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aizatsky updated this revision to Diff 54593.Apr 21 2016, 4:15 PM
aizatsky updated this revision to Diff 54594.
aizatsky retitled this revision from to [sancov] using normalized filenames for blacklist checks..
aizatsky updated this object.

merged revisions

aizatsky updated this object.Apr 21 2016, 4:17 PM
aizatsky added reviewers: eugenis, vitalybuka.
aizatsky added a subscriber: llvm-commits.
vitalybuka edited edge metadata.Apr 21 2016, 4:32 PM

Should test/tools/sancov/Inputs/blacklist.txt changes disappear if you squash local git commits?

test/tools/sancov/blacklist.test
2 ↗(On Diff #54594)

looks like you didn't change name of file itself above: test/tools/sancov/Inputs/blacklist.txt, but was changed here. Is it intended.

aizatsky added inline comments.Apr 21 2016, 4:38 PM
test/tools/sancov/blacklist.test
2 ↗(On Diff #54594)

Fabricator says the file was correctly renamed:

test/tools/sancov/Inputs/blacklist.txt
This file was moved to test/tools/sancov/Inputs/fun_blacklist.txt.
test/tools/sancov/Inputs/fun_blacklist.txt
This file was moved from test/tools/sancov/Inputs/blacklist.txt.

Here's my git diff:

$ git diff "HEAD^1" "HEAD"
diff --git a/test/tools/sancov/Inputs/blacklist.txt b/test/tools/sancov/Inputs/fun_blacklist.txt
similarity index 100%
rename from test/tools/sancov/Inputs/blacklist.txt
rename to test/tools/sancov/Inputs/fun_blacklist.txt
...

vitalybuka accepted this revision.Apr 21 2016, 4:40 PM
vitalybuka edited edge metadata.
This revision is now accepted and ready to land.Apr 21 2016, 4:40 PM
This revision was automatically updated to reflect the committed changes.