|
From: Dave N. <dc...@us...> - 2006-07-26 23:07:16
|
Can anyone tell me where this RPM: valgrind-callgrind-0.10.1-2.EL4 might have come from (what source tree version). I am trying to figure out a strategy for testing this tool and was hoping to find some regression tests for it. If this was built from a source tree newer than 3.1.1 then maybe I should try running the callgrind/tests regression tests from the current SVN sources. Any suggestions? |
|
From: Tom H. <to...@co...> - 2006-07-27 14:53:36
|
In message <44C...@us...>
Dave Nomura <dc...@us...> wrote:
> Can anyone tell me where this RPM: valgrind-callgrind-0.10.1-2.EL4
> might have come from (what source tree version).
Looks like a RedHat Enterprise Linux 4 package to me
Certainly valgrind-callgrind is the name RedHat used for the callgrind
package in Fedora and I assume Enterprise is the same, and the EL4 at
the end of the release usually indicates an Enterprise Linux 4 package.
Doubtless "rpm -qi" would confirm it...
> I am trying to figure out a strategy for testing this tool and was
> hoping to find some regression tests for it. If this was built from a
> source tree newer than 3.1.1 then maybe I should try running the
> callgrind/tests regression tests from the current SVN sources.
Well it's come from the callgrind 0.10.1 source tree - it predates
the point at which callgrind was included in the main valgrind source
tree.
Tom
--
Tom Hughes (to...@co...)
http://www.compton.nu/
|
|
From: Julian S. <js...@ac...> - 2006-07-27 21:11:06
|
I believe that shipped together with V 3.1.0 and 3.1.1. Then it was then merged into the main source tree and so 3.2.0 has callgrind 'built in', so to speak. There are a few regression tests for it, but more would be no bad thing. J On Thursday 27 July 2006 00:09, Dave Nomura wrote: > Can anyone tell me where this RPM: valgrind-callgrind-0.10.1-2.EL4 > might have come from (what source tree version). > > I am trying to figure out a strategy for testing this tool and was > hoping to find some regression tests for it. If this was built from a > source tree newer than 3.1.1 then maybe I should try running the > callgrind/tests regression tests from the current SVN sources. > > Any suggestions? > > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share > your opinions on IT & business topics through brief surveys -- and earn > cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > _______________________________________________ > Valgrind-developers mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-developers |
|
From: Josef W. <Jos...@gm...> - 2006-07-28 16:17:58
|
On Thursday 27 July 2006 01:09, Dave Nomura wrote: > Can anyone tell me where this RPM: valgrind-callgrind-0.10.1-2.EL4 > might have come from (what source tree version). The source can be found on kcachegrind.sf.net. This version is for Valgrind 3.1.x. In 3.2.0, callgrind was merged into Valgrind. Before merging, there was no test suite for this tool. > I am trying to figure out a strategy for testing this tool and was > hoping to find some regression tests for it. If this was built from a > source tree newer than 3.1.1 then maybe I should try running the > callgrind/tests regression tests from the current SVN sources. The tests for callgrind which come with 3.2.0 should theoretically work with callgrind 10.1, too. Josef |