diff options
author | Andrew Bartlett <abartlet@samba.org> | 2011-12-07 14:38:56 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2011-12-12 12:57:07 +0100 |
commit | e42e1ac089b3eca988848f3763ba54820192cb24 (patch) | |
tree | 6490efb982a3466baeaaaef5ca173e93762c6315 /selftest | |
parent | 3d7521c8abb4080dbff9f687257d05f5f4e45a51 (diff) | |
download | samba-e42e1ac089b3eca988848f3763ba54820192cb24.tar.gz samba-e42e1ac089b3eca988848f3763ba54820192cb24.tar.bz2 samba-e42e1ac089b3eca988848f3763ba54820192cb24.zip |
s4-lsarpc Fix segfaults found by the samba4.rpc.lsa.forest test
This allows us to move this test to knownfail from skip
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 1 | ||||
-rw-r--r-- | selftest/skip | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 754ffb30c1..589a784298 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -106,3 +106,4 @@ ^samba4.ldap.acl.*.AclSearchTests.test_search4$ # ACL search behaviour not enabled by default ^samba4.ldap.acl.*.AclSearchTests.test_search5$ # ACL search behaviour not enabled by default ^samba4.ldap.acl.*.AclSearchTests.test_search6$ # ACL search behaviour not enabled by default +^samba4.rpc.lsa.forest # Not fully provided by Samba 4 diff --git a/selftest/skip b/selftest/skip index 8771b676d3..8ff2e60511 100644 --- a/selftest/skip +++ b/selftest/skip @@ -75,7 +75,6 @@ ^samba4.rpc.frsapi # Not provided by Samba 4 ^samba4.rpc.ntsvcs # Not provided by Samba 4 ^samba4.rpc.dfs # Not provided by Samba 4 -^samba4.rpc.lsa.forest # Not provided by Samba 4 ^samba4.*.base.samba3.* # Samba3-specific test ^samba4.*.raw.samba3.* # Samba3-specific test ^samba4.rpc..*samba3.* # Samba3-specific test |