* [gentoo-qa] testing gentoo
@ 2005-08-05 11:39 Marc Doerflinger
2005-08-05 12:34 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Marc Doerflinger @ 2005-08-05 11:39 UTC (permalink / raw
To: gentoo-qa
hello folks!
i work for a swiss software company and we are developing a framework
for automated software testing. therefor we are looking for demo data,
which we could use for testing and demo purposes of the testing
framework. we thought we could take some open source project and run
their tests.
so now to my question, are there tests for gentoo? i suppose the release
process for gentoo involves testing. are there any automated tests, that
are accessible somewhere? we would also publish the test results if the
whole thing works, maybe we would even be able to do this on a daily
basis (nightly builds), but that depends on the number of tests and the
hardware we have available here, which we dont know in detail yet.
thanks
cheers
marc
--
+----------------------------------+-----------------------------+
| Marc Doerflinger | Software Echo AG |
| mdoerflinger@software-echo.com | www.software-echo.com |
| | Technoparkstrasse 1 |
| | 8005 Zuerich, Schweiz |
+----------------------------------+-----------------------------+
--
gentoo-qa@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-qa] testing gentoo
2005-08-05 11:39 [gentoo-qa] testing gentoo Marc Doerflinger
@ 2005-08-05 12:34 ` Mike Frysinger
2005-08-05 12:44 ` Marc Doerflinger
0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2005-08-05 12:34 UTC (permalink / raw
To: gentoo-qa; +Cc: Marc Doerflinger
On Friday 05 August 2005 07:39 am, Marc Doerflinger wrote:
> so now to my question, are there tests for gentoo?
Gentoo does not have any automated tests itself ... we've started adding
support for tests which come with packages though ...
so if you add the appropriate config option to your make.conf (FEATURES=test),
then portage will run the bundled test which comes with each package (if the
package has a test)
-mike
--
gentoo-qa@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-qa] testing gentoo
2005-08-05 12:34 ` Mike Frysinger
@ 2005-08-05 12:44 ` Marc Doerflinger
2005-08-05 12:47 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Marc Doerflinger @ 2005-08-05 12:44 UTC (permalink / raw
To: gentoo-qa
> Gentoo does not have any automated tests itself ... we've started adding
> support for tests which come with packages though ...
>
> so if you add the appropriate config option to your make.conf (FEATURES=test),
> then portage will run the bundled test which comes with each package (if the
> package has a test)
i know about the features=test option. i just though there are maybe
some more tests for the whole base system to see if it works all together.
do you maybe know any good open source project that supplies lots of
tests with it (we need demo data :-) ). eclipse seems to be quite good,
there seem to be lots of tests in the cvs, im just checking it out.
marc
--
+----------------------------------+-----------------------------+
| Marc Doerflinger | Software Echo AG |
| mdoerflinger@software-echo.com | www.software-echo.com |
| | Technoparkstrasse 1 |
| | 8005 Zuerich, Schweiz |
+----------------------------------+-----------------------------+
--
gentoo-qa@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-qa] testing gentoo
2005-08-05 12:44 ` Marc Doerflinger
@ 2005-08-05 12:47 ` Mike Frysinger
2005-08-05 12:55 ` Marc Doerflinger
2005-08-05 13:28 ` Martin Schlemmer
0 siblings, 2 replies; 6+ messages in thread
From: Mike Frysinger @ 2005-08-05 12:47 UTC (permalink / raw
To: gentoo-qa; +Cc: Marc Doerflinger
On Friday 05 August 2005 08:44 am, Marc Doerflinger wrote:
> > Gentoo does not have any automated tests itself ... we've started adding
> > support for tests which come with packages though ...
> >
> > so if you add the appropriate config option to your make.conf
> > (FEATURES=test), then portage will run the bundled test which comes with
> > each package (if the package has a test)
>
> i know about the features=test option. i just though there are maybe
> some more tests for the whole base system to see if it works all together.
nope, no such thing exists afaik
> do you maybe know any good open source project that supplies lots of
> tests with it (we need demo data :-) ). eclipse seems to be quite good,
> there seem to be lots of tests in the cvs, im just checking it out.
http://ltp.sf.net/
-mike
--
gentoo-qa@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-qa] testing gentoo
2005-08-05 12:47 ` Mike Frysinger
@ 2005-08-05 12:55 ` Marc Doerflinger
2005-08-05 13:28 ` Martin Schlemmer
1 sibling, 0 replies; 6+ messages in thread
From: Marc Doerflinger @ 2005-08-05 12:55 UTC (permalink / raw
To: gentoo-qa
Mike Frysinger wrote:
> On Friday 05 August 2005 08:44 am, Marc Doerflinger wrote:
>
>>>Gentoo does not have any automated tests itself ... we've started adding
>>>support for tests which come with packages though ...
>>>
>>>so if you add the appropriate config option to your make.conf
>>>(FEATURES=test), then portage will run the bundled test which comes with
>>>each package (if the package has a test)
>>
>>i know about the features=test option. i just though there are maybe
>>some more tests for the whole base system to see if it works all together.
>
>
> nope, no such thing exists afaik
>
>
>>do you maybe know any good open source project that supplies lots of
>>tests with it (we need demo data :-) ). eclipse seems to be quite good,
>>there seem to be lots of tests in the cvs, im just checking it out.
>
>
> http://ltp.sf.net/
> -mike
thanks a lot for the quick response.
marc
--
+----------------------------------+-----------------------------+
| Marc Doerflinger | Software Echo AG |
| mdoerflinger@software-echo.com | www.software-echo.com |
| | Technoparkstrasse 1 |
| | 8005 Zuerich, Schweiz |
+----------------------------------+-----------------------------+
--
gentoo-qa@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-qa] testing gentoo
2005-08-05 12:47 ` Mike Frysinger
2005-08-05 12:55 ` Marc Doerflinger
@ 2005-08-05 13:28 ` Martin Schlemmer
1 sibling, 0 replies; 6+ messages in thread
From: Martin Schlemmer @ 2005-08-05 13:28 UTC (permalink / raw
To: gentoo-qa
[-- Attachment #1: Type: text/plain, Size: 488 bytes --]
On Fri, 2005-08-05 at 08:47 -0400, Mike Frysinger wrote:
> On Friday 05 August 2005 08:44 am, Marc Doerflinger wrote:
> > do you maybe know any good open source project that supplies lots of
> > tests with it (we need demo data :-) ). eclipse seems to be quite good,
> > there seem to be lots of tests in the cvs, im just checking it out.
>
> http://ltp.sf.net/
I see we have the ebuild in portage (app-benchmarks/ltp), but its a bit
outdated ...
--
Martin Schlemmer
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-08-05 13:28 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-05 11:39 [gentoo-qa] testing gentoo Marc Doerflinger
2005-08-05 12:34 ` Mike Frysinger
2005-08-05 12:44 ` Marc Doerflinger
2005-08-05 12:47 ` Mike Frysinger
2005-08-05 12:55 ` Marc Doerflinger
2005-08-05 13:28 ` Martin Schlemmer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox