Hi Peter, Could you look at the buildbot failure? Recently the Go bindings test started to fail: http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/34538/steps/test/logs/stdio Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
Peter Collingbourne via llvm-dev
2016-Feb-12 18:27 UTC
[llvm-dev] Go bindings tests broken?
This looks like the same problem as http://lists.llvm.org/pipermail/llvm-dev/2016-February/095402.html I've replied on the thread. Peter On Fri, Feb 12, 2016 at 09:22:14AM -0800, Dmitri Gribenko wrote:> Hi Peter, > > Could you look at the buildbot failure? Recently the Go bindings test > started to fail: > http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/34538/steps/test/logs/stdio > > Dmitri > > -- > main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if > (j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/ >-- Peter