From 02ccef7684b0e0ec7c0e9435393f24b0c6b417f4 Mon Sep 17 00:00:00 2001 From: Matthew Booth Date: Thu, 19 Jan 2012 16:43:20 +0000 Subject: bindtests: Test optargs in test0 Note that this change disables compiling and running the haskell bindtests. The haskell bindings do not implement optargs, and adding optargs to test0 causes that method not to be bound in the haskell bindings. This prevents the haskell bindtests from compiling. These should be re-enabled when optargs are implemented. --- bindtests | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'bindtests') diff --git a/bindtests b/bindtests index 23da1655..c42fedac 100644 --- a/bindtests +++ b/bindtests @@ -7,6 +7,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: true +oint: 1 +oint64: unset +ostring: unset abc null [] @@ -16,6 +20,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: 1 +ostring: string def [] @@ -25,6 +33,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: false +oint: unset +oint64: unset +ostring: unset [] @@ -34,6 +46,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -43,6 +59,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1", "2"] @@ -52,6 +72,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -61,6 +85,10 @@ true 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -70,6 +98,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -79,6 +111,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -88,6 +124,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -97,6 +137,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -106,6 +150,10 @@ false 123 456 <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset abc def ["1"] @@ -115,4 +163,8 @@ false <61><62><63><00><61><62><63> +obool: unset +oint: unset +oint64: unset +ostring: unset EOF -- cgit