diff options
author | Andrew Bartlett <abartlet@samba.org> | 2015-08-17 16:03:10 +1200 |
---|---|---|
committer | Ralph Böhme <slow@samba.org> | 2015-08-17 17:43:36 +0200 |
commit | dc2d5ccd56ff8c59f3686a652ec3082069914bb4 (patch) | |
tree | ac871025da93377095b32e7bc565e9a850ed2cca /selftest | |
parent | 8cacd5b8113fa30fb4ccaaf3193839660feb285f (diff) | |
download | samba-dc2d5ccd56ff8c59f3686a652ec3082069914bb4.tar.gz |
Revert "ldb-samba: Implement transitive extended matching"
This reverts commit 2a22ba34cd6f28950246b54c6577c922c61f4fdb.
selftest/knownfail entries are added to ensure 'make test' continues to pass
BUG: https://bugzilla.samba.org/show_bug.cgi?id=10493
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 901ed399357..b7320ade8d1 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -290,3 +290,16 @@ # This fails because it requires the tombstone_reanimation module to be enabled # ^samba4.ldap.acl.python\(.*\).__main__.AclUndeleteTests.test_undelete\(.*\) +# +# This fails because the code for transitive extended matching rule +# LDAP_MATCH_RULE_TRANSITIVE_EVAL had to be disabled +# +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_extended_dn +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_g1_member_of_g4 +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_object_dn_binary +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_one_way_links +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_u1_groups +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_u1_member_of_g4 +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_u2_groups +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_u3_groups +^samba4.ldap.match_rules.python.__main__.MatchRulesTests.test_u4_groups |