XFAIL vg_leak the new test as the rest.
[oota-llvm.git] / test / Bindings / Ocaml / ext_exc.ml
index 79543515dfc47c78854ec0b6e799ad9bb09bb312..b4d2e6dc64141df56bc8fd1b9486bc64a8139f42 100644 (file)
@@ -1,5 +1,6 @@
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t
  * RUN: %t </dev/null
 (* RUN: %ocamlopt -warn-error A llvm.cmxa llvm_bitreader.cmxa llvm_executionengine.cmxa %s -o %t
  * RUN: %t </dev/null
+ * XFAIL: vg_leak
  *)
 let context = Llvm.global_context ()
 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we
  *)
 let context = Llvm.global_context ()
 (* this used to crash, we must not use 'external' in .mli files, but 'val' if we