Comment #13 on issue 10031 by [email protected]: SignatureVerifierTest.BasicTest times out purify bot http://code.google.com/p/chromium/issues/detail?id=10031
I can't reproduce this test timeout on my machine. I tried both running base_unittests.exe from Purify, and running an instrumented version of base_unittests.exe. So I am out of things to try now. For future reference, I attached the "stdio" output log of base_unittests.exe for build 4841 from the "Modules XP (purify)" buildbot slave. The original link for this file is http://build.chromium.org/buildbot/waterfall/builders/Modules%20XP%20(purify)/builds/ 4841/steps/purify%20test%3A%20base/logs/stdio This file contains the command lines used to instrument base_unittests.exe with Purify, and to run the instrumented version of base_unittests.exe. I adapted the command lines and ran them on my machine as follows: C:\chrome1\src\base\Release>"C:\Program Files\Rational\common\purify.exe" /Cache Dir=C:\tmp\instrumentation_cache /Run=no /Replace=yes c:\chrome1\src\base\Releas e\base_unittests.exe Purify for Windows, (C) Copyright IBM Corporation. 1992, 2008. All Rights Reserved. Version 7.0.0.0-007.C; Build: 6913; WinNT 5.1 2600 Service Pack 2 Multiprocessor Free Instrumenting: base_unittests.exe 2891776 bytes Purify: While processing file c:\chrome1\src\base\Release\base_unittests.exe: Note: Instrumentation repeating with 15 additional entry points. NTDLL.DLL 708096 bytes ADVAPI32.DLL 616960 bytes ADVAPI32.DLL 616960 bytes KERNEL32.DLL 984576 bytes USER32.DLL 577536 bytes USER32.DLL 577536 bytes OLE32.DLL 1285120 bytes OLEAUT32.DLL 550912 bytes WINMM.DLL 176128 bytes CRYPT32.DLL 597504 bytes CRYPT32.DLL 597504 bytes VERSION.DLL 18944 bytes VERSION.DLL 18944 bytes GDI32.DLL 283648 bytes GDI32.DLL 283648 bytes SHELL32.DLL 8460800 bytes RPCRT4.DLL 584192 bytes RPCRT4.DLL 584192 bytes MSVCRT.DLL 343040 bytes Purify: While processing file C:\WINDOWS\system32\MSVCRT.DLL: Note: Instrumentation repeating with 12 additional entry points. MSASN1.DLL 57344 bytes MSASN1.DLL 57344 bytes SHLWAPI.DLL 474112 bytes SHLWAPI.DLL 474112 bytes SECUR32.DLL 55808 bytes SECUR32.DLL 55808 bytes C:\chrome1\src\base\Release>set path=C:\tmp\instrumentation_cache;%path% C:\chrome1\src\base\Release>.\base_unittests.exe --gtest_filter=-StatsTableTest. MultipleProcesses:StatsTableTest.MultipleThreads:TimeTicks.Rollover:TimeTicks.Wi nRollover:ConditionVariableTest.LargeFastTaskTest:MessageLoopTest.Crasher*:WMIUt ilTest.*:ScopedTempDir.*:ObserverListThreadSafeTest.CrossThreadObserver:Observer ListThreadSafeTest.CrossThreadNotifications --gtest_print_time Attachments: base_unittests-stdio.txt 45.8 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
