Dmitri Gribenko via llvm-dev
2016-Jan-30 04:33 UTC
[llvm-dev] Ocaml binding tests are failing
Hi Peter, Could you take a look at this failure? http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/35168/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>*/
Eric Christopher via llvm-dev
2016-Jan-30 04:36 UTC
[llvm-dev] Ocaml binding tests are failing
It's known to be failing right now because of recent changes, but I'm curious why that bot has ocaml installed for the bindings? -eric On Fri, Jan 29, 2016 at 8:34 PM Dmitri Gribenko via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi Peter, > > Could you take a look at this failure? > > > http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/35168/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>*/ > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160130/523e12e6/attachment.html>
On 2016-01-30 07:36, Eric Christopher wrote:> It's known to be failing right now because of recent changes, but I'm > curious why that bot has ocaml installed for the bindings?I would guess because I've been asking for OCaml to be installed for quite some time :)> > -eric > > On Fri, Jan 29, 2016 at 8:34 PM Dmitri Gribenko via llvm-dev > <llvm-dev at lists.llvm.org> wrote: > >> Hi Peter, >> >> Could you take a look at this failure? >> >> > http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-debian-fast/builds/35168/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>*/ >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev-- whitequark