I believe you have to edit Applications/Client/CMakeLists.txt and add a new option that disables them. Grep for BUILD_TESTING there. You want the new variable to disable all the test scripts that live under Applications/Client/Testing/[XML|Python], because both types use the Qt testing infrastructure.
David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Fri, Jun 12, 2009 at 11:46 AM, Michael Jackson<[email protected]> wrote: > Here are the errors: > > http://www.cdash.org/CDash/viewTest.php?onlyfailed&buildid=354150 > > As far as the Qt versions go. I need 64 bit on OS X. Period. This is the > only way to get it. So how do I turn off the Qt based tests? > > > Mike > > On Jun 12, 2009, at 11:39 AM, David E DeMarle wrote: > >> This is the culprit: >> >>> Couldn't find object "pqClientMainWindow/ServerStartupBrowser/addServer" >>> Found up to "pqClientMainWindow" >> >> It means something is going wrong with ParaView's homegrown Qt testing >> infrastructure. The test is trying to do something to a particular Qt >> widget. In this case press the addServer button. But it can not find a >> widget by that name for some reason. >> >> You are using a Qt that is more current that the "officially >> supported" 4.3.5 right? My guess is that the testing infrastructure >> might need a change for the newer Qt versions. >> >> David E DeMarle >> Kitware, Inc. >> R&D Engineer >> 28 Corporate Drive >> Clifton Park, NY 12065-8662 >> Phone: 518-371-3971 x109 > > _______________________________________________ > Powered by www.kitware.com > > Visit other Kitware open-source projects at > http://www.kitware.com/opensource/opensource.html > > Please keep messages on-topic and check the ParaView Wiki at: > http://paraview.org/Wiki/ParaView > > Follow this link to subscribe/unsubscribe: > http://www.paraview.org/mailman/listinfo/paraview > _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
