projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5f8684
)
XFAIL vg_leak the new test as the rest.
author
Torok Edwin
<edwintorok@gmail.com>
Thu, 23 Dec 2010 21:22:09 +0000
(21:22 +0000)
committer
Torok Edwin
<edwintorok@gmail.com>
Thu, 23 Dec 2010 21:22:09 +0000
(21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122517
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Bindings/Ocaml/ext_exc.ml
patch
|
blob
|
history
diff --git
a/test/Bindings/Ocaml/ext_exc.ml
b/test/Bindings/Ocaml/ext_exc.ml
index
7954351
..
b4d2e6d
100644
(file)
--- a/
test/Bindings/Ocaml/ext_exc.ml
+++ b/
test/Bindings/Ocaml/ext_exc.ml
@@
-1,5
+1,6
@@
(* 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