diff options
-rw-r--r-- | third_party/mesa/mesa.gyp | 5 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/third_party/mesa/mesa.gyp b/third_party/mesa/mesa.gyp index 3725736..e177ad55 100644 --- a/third_party/mesa/mesa.gyp +++ b/third_party/mesa/mesa.gyp @@ -19,6 +19,11 @@ 'HAVE_STRNLEN', ], }], + ['OS=="linux"', { + 'cflags': [ + '-fPIC', + ], + }], ], 'defines': [ # For Mesa 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 |