|
From: | Dan Kegel |
Subject: | Re: precompiled tests |
Date: | Wed, 15 Oct 2003 14:44:22 -0700 |
User-agent: | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030617 |
Ben Elliston wrote:
George Kraft <address@hidden> writes:I am looking at the GCC 3.3.4 libstc++v3 tests and I'm trying to figure out how to build the tests once, then run the one set of binary images on multiple systems. Currently, DejaGnu recompiles the libstc++v3 tests each time.Unless the machines are all identical, you cannot be sure that the compilation would not proceed differently, leading to different results. If the machines are all identical, I'm not sure why you'd want to do this. What problem are you trying to solve?
I have often wanted to do what George describes. We have racks and racks and racks of identical machines, and I'd like to run the tests in parallel on all of them, to catch bugs that only happen rarely. (e.g. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7383, which takes about 2000 cpu-minutes to show up). - Dan
[Prev in Thread] | Current Thread | [Next in Thread] |