diff options
author | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 22:56:48 +0000 |
---|---|---|
committer | skerner@chromium.org <skerner@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-09 22:56:48 +0000 |
commit | 6f5f4322d6688abd29d0253a6a8201fb7b1c103d (patch) | |
tree | 1ceb35e4715990b18b9f7f6327c5072f7a699fe4 /base/data | |
parent | a53bb6f7db58fa59fb2dd3b6508b6acc0d1d44ad (diff) | |
download | chromium_src-6f5f4322d6688abd29d0253a6a8201fb7b1c103d.zip chromium_src-6f5f4322d6688abd29d0253a6a8201fb7b1c103d.tar.gz chromium_src-6f5f4322d6688abd29d0253a6a8201fb7b1c103d.tar.bz2 |
Give the extension unpacker process a junction/symlink free path to the unpack directory.
BUG=35198,13044
TEST=FileUtilTest.NormalizeFilePathBasic,FileUtilTest. NormalizeFilePathReparsePoints,FileUtilTest.NormalizeFilePathSymlinks
Review URL: http://codereview.chromium.org/2088006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49337 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/data')
-rw-r--r-- | base/data/valgrind/base_unittests.gtest_mac.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/base/data/valgrind/base_unittests.gtest_mac.txt b/base/data/valgrind/base_unittests.gtest_mac.txt index 6c7baa4..d78c20d 100644 --- a/base/data/valgrind/base_unittests.gtest_mac.txt +++ b/base/data/valgrind/base_unittests.gtest_mac.txt @@ -1,6 +1,6 @@ # Fails on Valgrind/Mac, see http://crbug.com/43972 ConditionVariableTest.LargeFastTaskTest -# Fails on Valgrind/Mac due to missing syscall wrapper. -# See http://crbug.com/44001 -FileUtilTest.RealPath +# Fails on Valgrind/Mac due to missing syscall wrapper +# for the symlink() syscall. See http://crbug.com/44001 +FileUtilTest.NormalizeFilePathSymlinks |