Discussion:
How do I produce (or find) the model or ideal test results for posting?
David Bernier
2014-07-27 18:48:01 UTC
Permalink
I built successfully the GCC snapshot of about July 20, 2014
for language=c.

Then, I ran the testsuite.

It seems 106,573 GCC tests were passed.

in gcc/testsuite/gcc/,
there's the large file named gcc.sum :


$ more gcc.sum | grep PASS|wc
106573 734696 8219369 // 106,573 lines with PASS



How do I produce (or find) the model (ideal)
test results, as posted by H.J. Lu and others to the
testresults mailing list?

Thanks,

David Bernier
Bryan Hundven
2014-07-27 19:47:40 UTC
Permalink
Hi David,
Post by David Bernier
I built successfully the GCC snapshot of about July 20, 2014
for language=c.
Then, I ran the testsuite.
It seems 106,573 GCC tests were passed.
in gcc/testsuite/gcc/,
$ more gcc.sum | grep PASS|wc
106573 734696 8219369 // 106,573 lines with PASS
How do I produce (or find) the model (ideal)
test results, as posted by H.J. Lu and others to the
testresults mailing list?
Thanks,
David Bernier
https://gcc.gnu.org/install/test.html

I'd recommend reading the other install docs as well:
https://gcc.gnu.org/install/index.html

-Bryan
David Bernier
2014-07-28 00:25:45 UTC
Permalink
Hello,
Post by Bryan Hundven
Hi David,
Post by David Bernier
I built successfully the GCC snapshot of about July 20, 2014
for language=c.
Then, I ran the testsuite.
It seems 106,573 GCC tests were passed.
in gcc/testsuite/gcc/,
$ more gcc.sum | grep PASS|wc
106573 734696 8219369 // 106,573 lines with PASS
How do I produce (or find) the model (ideal)
test results, as posted by H.J. Lu and others to the
testresults mailing list?
Thanks,
David Bernier
https://gcc.gnu.org/install/test.html
I tried many things, includind installing sendmail and
mailutils (I think).

Even local area network mail seems to yield nothing:

$ /home/david/scratch4/gcc-4.10-20140720/contrib/test_summary -m david | sh

I'm david.

mail:
mailx:

nothing new.

So, I'm puzzled.
Post by Bryan Hundven
https://gcc.gnu.org/install/index.html
-Bryan
David Bernier

Loading...