summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 23:09:56 +0000
committerapatrick@chromium.org <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-03 23:09:56 +0000
commit87f5988d0494dad30ffca4a0bda3d9118e8eedbe (patch)
treed619cb8989f3bb8b1355dd65651cced7cc7bb752 /tools
parentcf8fdf93589a5e2b90c7b5b5911baeca71348fcd (diff)
downloadchromium_src-87f5988d0494dad30ffca4a0bda3d9118e8eedbe.zip
chromium_src-87f5988d0494dad30ffca4a0bda3d9118e8eedbe.tar.gz
chromium_src-87f5988d0494dad30ffca4a0bda3d9118e8eedbe.tar.bz2
Disabling GPUUITest.UITestLaunchedWithOSMesa valgrind.
Compiling 32-bit mesa shared libraries with -fPIC did not help. http://build.chromium.org/p/chromium.memory/builders/Linux%20Tests%20%28valgrind%29%282%29/builds/232/steps/memory%20test%3A%20ui_1/logs/stdio [----------] 1 test from GPUUITest [ RUN ] GPUUITest.UITestLaunchedWithOSMesa Started Valgrind wrapper for this test, PID=6448 [6449:6449:1270472640591:ERROR:master_preferences.cc(137)] Failed to parse /mnt/data/build/slave/chromium-rel-linux-valgrind-tests-2/build/src/sconsbuild/Release/master_preferences valgrind: mmap(0x38000000, 2039808) failed in UME with error 22 (Invalid argument). valgrind: this can be caused by executables with very large text, data or bss segments. [6397:6397:1103/142706:1270745403157:ERROR:automation_proxy.cc(461)] Disconnecting channel after error! chrome/test/ui/ui_test.cc:444: Failure Value of: tab_proxy->NavigateToURLBlockUntilNavigationsComplete( url, number_of_navigations) Actual: 0 Expected: AUTOMATION_MSG_NAVIGATION_SUCCESS Which is: 1 file:///mnt/data/build/slave/chromium-rel-linux-valgrind-tests-2/build/src/chrome/test/data/gpu/webgl.html [6397:6397:1103/142706:1270745404805:ERROR:automation_proxy.cc(448)] Automation channel has been closed; dropping message! chrome/test/ui/ui_test.cc:380: Failure Value of: automation()->GetBrowserWindowCount(&window_count) Actual: false Expected: true chrome/test/ui/ui_test.cc:495: Failure Value of: tab_proxy.get() Actual: false Expected: true chrome/test/ui/gpu_uitest.cc:37: Failure Value of: GetActiveTabTitle() Actual: L"" Expected: std::wstring(L"SUCCESS: Mesa OffScreen") Which is: L"SUCCESS: Mesa OffScreen" [6397:6397:1103/142706:1270745405095:ERROR:automation_proxy.cc(448)] Automation channel has been closed; dropping message! chrome/test/ui/ui_test.cc:263: Failure Value of: automation()->SetFilteredInet(false) Actual: false Expected: true [6397:6397:1103/142706:1270745405175:ERROR:automation_proxy.cc(448)] Automation channel has been closed; dropping message! chrome/test/ui/ui_test.cc:267: Failure Value of: automation()->GetBrowserWindowCount(&window_count) Actual: false Expected: true [6397:6397:1103/142706:1270745405232:ERROR:automation_proxy.cc(448)] Automation channel has been closed; dropping message! chrome/test/ui/ui_test.cc:288: Failure Value of: browser_proxy.get() Actual: false Expected: true [ FAILED ] GPUUITest.UITestLaunchedWithOSMesa (305498 ms) [----------] 1 test from GPUUITest (305498 ms total) TEST=none BUG=61601 Review URL: http://codereview.chromium.org/4437001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64983 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r--tools/valgrind/gtest_exclude/ui_tests.gtest.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
index bf4a579f..5088558 100644
--- a/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
+++ b/tools/valgrind/gtest_exclude/ui_tests.gtest.txt
@@ -53,3 +53,7 @@ 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