[llvm] r259954 - Make the OCaml tests temporarily unsupported until they can be updated.
Eric Christopher via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 5 15:28:03 PST 2016
Author: echristo
Date: Fri Feb 5 17:28:03 2016
New Revision: 259954
URL: http://llvm.org/viewvc/llvm-project?rev=259954&view=rev
Log:
Make the OCaml tests temporarily unsupported until they can be updated.
Modified:
llvm/trunk/test/Bindings/OCaml/lit.local.cfg
Modified: llvm/trunk/test/Bindings/OCaml/lit.local.cfg
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/Bindings/OCaml/lit.local.cfg?rev=259954&r1=259953&r2=259954&view=diff
==============================================================================
--- llvm/trunk/test/Bindings/OCaml/lit.local.cfg (original)
+++ llvm/trunk/test/Bindings/OCaml/lit.local.cfg Fri Feb 5 17:28:03 2016
@@ -1,5 +1,8 @@
config.suffixes = ['.ml']
+# Temporarily disable the tests for the OCaml bindings until they're updated.
+config.unsupported = True
+
if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True
More information about the llvm-commits
mailing list