[llvm] r185819 - Convert an OCaml binding grep test to FileCheck

Reid Kleckner rnk at google.com
Wed Jul 10 11:57:17 PDT 2013


Thanks, r186027.


On Wed, Jul 10, 2013 at 2:45 PM, Ulrich Weigand
<Ulrich.Weigand at de.ibm.com>wrote:

>
> Reid Kleckner wrote:
>
> > (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_analysis.cmxa
> llvm_bitwriter.cmxa %s -o %t
> >  * RUN: %t %t.bc
> >- * RUN: llvm-dis < %t.bc > %t.ll
> >+ * RUN: llvm-dis < %t.bc > t.ll
> >+ * RUN: FileCheck %s < t.ll
> >+ * Do a second pass for things that shouldn't be anywhere.
> >+ * RUN: FileCheck -check-prefix=CHECK-NOWHERE %s < t.ll
> >  * XFAIL: vg_leak
> >  *)
>
> This seems to leave a spurious "t.ll" file in the source directory, which
> causes subsequent failures in the ppc64 build bot:
>
>
> http://lab.llvm.org:8011/builders/llvm-ppc64-linux1/builds/6837/steps/test-llvm/logs/LLVM%3A%3At.ll
>
> ******************** TEST 'LLVM :: Bindings/Ocaml/t.ll' FAILED
> ********************
> Test has no run line!
> ********************
>
> I guess this should be %t.ll everywhere?
>
> Bye,
> Ulrich
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130710/921a338f/attachment.html>


More information about the llvm-commits mailing list