diff options
author | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 11:19:28 +0000 |
---|---|---|
committer | glider@chromium.org <glider@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-24 11:19:28 +0000 |
commit | 12b626b4a7f274f2e52e0b271309e2e2cb524d96 (patch) | |
tree | 5f5101842c327d5266662c7b0c913f23a1148cad | |
parent | 484893f3e5ed917340d429365a538ec281f43fb9 (diff) | |
download | chromium_src-12b626b4a7f274f2e52e0b271309e2e2cb524d96.zip chromium_src-12b626b4a7f274f2e52e0b271309e2e2cb524d96.tar.gz chromium_src-12b626b4a7f274f2e52e0b271309e2e2cb524d96.tar.bz2 |
Disable BrowserTest.PosixSessionEnd on both Mac and Linux.
BUG=42105
TBR=timurrrr
Review URL: http://codereview.chromium.org/5341003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67247 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest.txt | 5 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt index f0b2527..c6ba174 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt @@ -57,3 +57,8 @@ LayoutPluginTester.NPObjectSetException # Fails on valgrind # http://crbug.com/61601 GPUUITest.UITestCanLaunchWithOSMesa + +# This doesn't pass under valgrind, because the valgrind helper prevents us +# from properly SIGTERMing the browser process. +# See http://crbug.com/42105 +BrowserTest.PosixSessionEnd diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt index 0587711..1f356a4 100644 --- a/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt +++ b/tools/valgrind/gtest_exclude/ui_tests.gtest_linux.txt @@ -5,10 +5,6 @@ ChromeMainTest.AppLaunch MetricsServiceTest.CrashRenderers # See http://crbug.com/40584 ExtensionProxyUITest.* -# This doesn't pass under valgrind, because the valgrind helper prevents us -# from properly SIGTERMing the browser process. -# See http://crbug.com/42105 -BrowserTest.PosixSessionEnd # 4GB of RAM is not enough. See http://crbug.com/42921 ResourceDispatcherTest.CrossSiteAfterCrash NewTabUITest.NTPHasThumbnails |