<div dir="ltr"><div>Replying somewhat belatedly,<br></div><div><br></div><div>Given how slowly PBQP runs, and how few people use it, I wasn't keen to add overhead to the generic test suites for it. I occasionally run a local tester over it, but that's about the extent of its testing. </div>
<div><br></div><div>One more reason for me to find time to fix it up I guess. </div><div class="gmail_extra"><br></div><div class="gmail_extra">- Lang.<br><br><div class="gmail_quote">On Fri, May 17, 2013 at 8:27 AM, Rafael Espíndola <span dir="ltr"><<a href="mailto:rafael.espindola@gmail.com" target="_blank">rafael.espindola@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is awesome, thanks!<br>
<br>
A problem that is quickly visible is that we have 0 tests for the pbqp<br>
register allocator :-(<br>
<div class="HOEnZb"><div class="h5"><br>
On 17 May 2013 11:09, Sylvestre Ledru <<a href="mailto:sylvestre@debian.org">sylvestre@debian.org</a>> wrote:<br>
> Hello,<br>
><br>
> Plugged in the Jenkins instance used to build Debian & Ubuntu nightly<br>
> package, I configured a code coverage tool (lcov) with all the tests of<br>
> these projects.<br>
> Results are published here:<br>
> <a href="http://buildd-clang.debian.net/coverage/" target="_blank">http://buildd-clang.debian.net/coverage/</a><br>
><br>
> This URL is updated twice a day (it might change since it is taking a<br>
> long time).<br>
><br>
><br>
> For those who would like to have their own setup, with gcc, use the<br>
> following declaration:<br>
> CXXFLAGS="-fprofile-arcs -ftest-coverage"  LDFLAGS="-coverage -lgcov"<br>
><br>
> Rebuild everything, launch the tests and run:<br>
><br>
> REPORT=reports/<a href="http://scilab-code-coverage.info" target="_blank">scilab-code-coverage.info</a><br>
> BUILD_DIR=reports/<br>
> mkdir -p $BUILD_DIR<br>
> lcov --directory $BUILD_DIR --capture --ignore-errors source<br>
> --output-file $REPORT<br>
> lcov --remove $REPORT "/usr*" -o $REPORT<br>
> lcov --remove $REPORT "$BUILD_DIR/*" -o $REPORT<br>
> genhtml -o reports/coverage --show-details --highlight --legend $REPORT<br>
><br>
> Cheers,<br>
> Sylvestre<br>
> _______________________________________________<br>
> cfe-dev mailing list<br>
> <a href="mailto:cfe-dev@cs.uiuc.edu">cfe-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev</a><br>
</div></div></blockquote></div><br></div></div>