diff options
author | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 19:07:20 +0000 |
---|---|---|
committer | apatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-03 19:07:20 +0000 |
commit | d60ae27799252d09a2b88bc6946d39b612e7183c (patch) | |
tree | a18c4c0a71298c34c8a8b70c98c0204b259b9e36 /tools | |
parent | 978720676b6f998a7422cf7ffe5be23d98b696e0 (diff) | |
download | chromium_src-d60ae27799252d09a2b88bc6946d39b612e7183c.zip chromium_src-d60ae27799252d09a2b88bc6946d39b612e7183c.tar.gz chromium_src-d60ae27799252d09a2b88bc6946d39b612e7183c.tar.bz2 |
Made OSMesa shared library position independent on linux.
This is an attempt to fix this valgrind error:
http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20(valgrind)(2)/builds/210/steps/memory%20test:%20ui_1/logs/stdio
It appears mmap might have been trying to map libosmesa.so to a fixed address.
TEST=try
BUG=61601
Review URL: http://codereview.chromium.org/4318005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64941 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index 5088558..bf4a579f 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -53,7 +53,3 @@ NewTabUITest.NTPHasLoginName # Mac: See http://crbug.com/30661, Linux/CrOS: http://crbug.com/49576. LayoutPluginTester.NPObjectReleasedOnDestruction LayoutPluginTester.NPObjectSetException - -# Fails on valgrind -# http://crbug.com/61601 -GPUUITest.UITestLaunchedWithOSMesa |