Galina Kistanova
2011-Apr-08 20:49 UTC
[LLVMdev] RFC: Enable Lit testing on Windows buildbot
Hello, I am going to add this step in the nearest time. Thanks Galina 2011/4/08 NAKAMURA Takumi <geek4civic at gmail.com>:>Hello, > >Shall we enable "make check" on msys-mingw hosts? >(I suggest llvm-gcc-native-mingw32-win7 could do) > >(it is llvm+clang's "make check-all") > >Testing Time: 146.64s>Expected Passes : 8297 >Expected Failures : 69 >Unsupported Tests : 557> >Thank you, ...Takumi > > >ps. I am using a script to kill zombie processes on msys; > >#!/usr/bin/perl >open($h, "/bin/ps |") || die; >while (<$h>) { > next unless m=[^0-9]+(\d+).+/mingw/bin/make=; > system("kill -KILL $1"); >} >_______________________________________________ >LLVM Developers mailing list >LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev