DescriptionFix GetNSExecutablePath for running tests with relative path
When running tests (zip_unittests.cc for instance) using
base::DIR_SOURCE_ROOT with ./<test_executable_name> they will get
incorrect directory names because ./ will be included in the return
value of GetNSExecutablePath() and it will be consider as one level
of parent directory by FilePath::DirName(). To avoid this problem we
should alway convert the value returned by GetNSExecutablePath() into
absolute path first.
BUG=258846
TEST=see bug
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=215882
Patch Set 1 #
Total comments: 2
Patch Set 2 : Update comment #Patch Set 3 : Rebase #Patch Set 4 : Fix typeahead for popup menu with attributes #Patch Set 5 : Fix GMOCK warnings #Messages
Total messages: 9 (0 generated)
|