On Wednesday 12 May 2010 19:50, Rob Landley wrote: > > I fixed all false positives and two real bugs which I found. > > Now, this runs for 300 iterations without exiting on build > > or testsuite error: > > > > busybox.git/scripts/randomtest.loop busybox.git > > > > (assuming busybox.git is a pristine git tree). > > > > You wouldn't want to use randomtest.loop directly in your nightly > > test builds, I suppose. Just take a look at its code, and write > > something along those lines which suits your environment. > > For the cross-architecture stuff, I suspect defconfig or allyesconfig are the > best things to test. What randconfig is really testing is that all the > config > options line up properly, which isn't really a platform-specific thing.
There was one bug which was only triggering on CONFIG_NOMMU, and another similarly was happening only with specifig CONFIG_FOO being off. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
