[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-gsl] [Help-gsl] test release 1.99.91
From: |
David Binderman |
Subject: |
Re: [Bug-gsl] [Help-gsl] test release 1.99.91 |
Date: |
Thu, 29 Oct 2015 11:27:06 +0000 |
Hello there,
________________________________
> Does make check pass at -O2? 3? If not 2, 1?
Not sure. I tried trunk development gcc with -O3 -march=native and got the
following
$ egrep "PASS|FAIL" check.2.out | sort | uniq -c | sort -rn
49 # XPASS: 0
49 # XFAIL: 0
49 # FAIL: 0
48 PASS: test
46 # PASS: 1
3 # PASS: 2
2 PASS: test_static
1 PASS: test_gsl_histogram.sh
1 PASS: pkgconfig.test
$
That looks like 52 passes and no failures to me. I have no information
on test case coverage, however.
Regards
David Binderman