summaryrefslogtreecommitdiff
path: root/source4/pidl/tests/ndr_fullptr.pl
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-21 02:48:46 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:34 -0500
commitc8a5f304c6de43b5f0d56dbff315ac193bb12f9b (patch)
tree8ce7119a4ed3bc1764a37841e9e10ad48f6480b2 /source4/pidl/tests/ndr_fullptr.pl
parent253c1bec462de467a923f7a8951598f7abbe163e (diff)
downloadsamba-c8a5f304c6de43b5f0d56dbff315ac193bb12f9b.tar.gz
samba-c8a5f304c6de43b5f0d56dbff315ac193bb12f9b.tar.bz2
samba-c8a5f304c6de43b5f0d56dbff315ac193bb12f9b.zip
r20299: Disable two new tests that are apparently broken.
(This used to be commit b3f64869fc4590850203a231ecf6810ae9f1d8cf)
Diffstat (limited to 'source4/pidl/tests/ndr_fullptr.pl')
-rwxr-xr-xsource4/pidl/tests/ndr_fullptr.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/pidl/tests/ndr_fullptr.pl b/source4/pidl/tests/ndr_fullptr.pl
index 569f0060a3..dabbc6f5b6 100755
--- a/source4/pidl/tests/ndr_fullptr.pl
+++ b/source4/pidl/tests/ndr_fullptr.pl
@@ -10,6 +10,9 @@ use lib "$RealBin/../lib";
use lib "$RealBin";
use Util qw(test_samba4_ndr);
+SKIP: {
+ skip "full pointers not supported yet", 8;
+
test_samba4_ndr("fullptr-push-dup",
'
[public] uint16 echo_TestFull([in,ptr] uint32 *x, [in,ptr] uint32 *y);
@@ -39,3 +42,4 @@ test_samba4_ndr("fullptr-push-dup",
return 3;
}
');
+}