This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] log-path_test testcase - make the invalid path more invalid
ClosedPublic

Authored by kubamracek on Dec 18 2014, 11:40 AM.

Details

Reviewers
glider
Summary

The ASan test/asan/TestCases/log-path_test.cc testcase uses /INVALID as an invalid path and expects that the program will not be allowed to create or write to that file. This actually is a valid writable path on one of my setups. Let's make the path more invalid.

Diff Detail

Event Timeline

kubamracek retitled this revision from to [compiler-rt] log-path_test testcase - make the invalid path more invalid.
kubamracek updated this object.
kubamracek edited the test plan for this revision. (Show Details)
kubamracek added subscribers: Unknown Object (MLST), samsonov, glider, kcc.
glider accepted this revision.Dec 19 2014, 1:47 AM
glider added a reviewer: glider.

LGTM

This revision is now accepted and ready to land.Dec 19 2014, 1:47 AM
kubamracek closed this revision.Dec 21 2014, 4:03 PM

Landed in r224694!