~ubuntu-branches/ubuntu/vivid/samba/vivid

« back to all changes in this revision

Viewing changes to source4/selftest/skip

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2011-12-21 13:18:04 UTC
  • mfrom: (0.39.21 sid)
  • Revision ID: package-import@ubuntu.com-20111221131804-xtlr39wx6njehxxr
Tags: 2:3.6.1-3ubuntu1
* Merge from Debian testing.  Remaining changes:
  + debian/patches/VERSION.patch:
    - set SAMBA_VERSION_SUFFIX to Ubuntu.
  + debian/patches/error-trans.fix-276472:
    - Add the translation of Unix Error code -ENOTSUP to NT Error Code
    - NT_STATUS_NOT_SUPPORTED to prevent the Permission denied error.
  + debian/smb.conf:
    - add "(Samba, Ubuntu)" to server string.
    - comment out the default [homes] share, and add a comment about
      "valid users = %S" to show users how to restrict access to
      \\server\username to only username.
    - Set 'usershare allow guests', so that usershare admins are 
      allowed to create public shares in addition to authenticated
      ones.
    - add map to guest = Bad user, maps bad username to guest access.
  + debian/samba-common.config:
    - Do not change priority to high if dhclient3 is installed.
    - Use priority medium instead of high for the workgroup question.
  + debian/control:
    - Don't build against or suggest ctdb.
    - Add dependency on samba-common-bin to samba.
  + Add ufw integration:
    - Created debian/samba.ufw.profile
    - debian/rules, debian/samba.dirs, debian/samba.files: install
      profile
    - debian/control: have samba suggest ufw
  + Add apport hook:
    - Created debian/source_samba.py.
    - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install
  + Switch to upstart:
    - Add debian/samba.{nmbd,smbd}.upstart.
  + debian/samba.logrotate, debian/samba-common.dhcp, debian/samba.if-up:
    - Make them upstart compatible
  + debian/samba.postinst: 
    - Avoid scary pdbedit warnings on first import.
  + debian/samba-common.postinst: Add more informative error message for
    the case where smb.conf was manually deleted
  + debian/patches/fix-debuglevel-name-conflict.patch: don't use 'debug_level'
    as a global variable name in an NSS module 
  + Dropped:
    - debian/patches/error-trans.fix-276472
    - debian/patches/fix-debuglevel-name-conflict.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
#
11
11
# If a testsuite is partially succeeding, please list the failing bits 
12
12
# in the selftest/knownfail file rather than disabling the testsuite completely.
 
13
# That way those tests that do succeed still get run and we will be notified
 
14
# if a known failing test suddenly starts succeeding.
13
15
#
14
16
# If a testsuite is very slow, please add it to selftest/slow instead.
 
17
# This way it will still get run in "make slowtest"
15
18
#
16
 
# Please add a comment for each testsuite you disable explaining why 
 
19
# Please add a comment for each testsuite you disable explaining why
17
20
# it is being skipped.
18
21
raw.composite
19
22
base.iometer
20
23
base.casetable
21
24
base.nttrans
22
25
base.scan.maxfid
23
 
raw.hold.oplock         # Not a test, but a way to block other clients for a test
 
26
hold.oplock             # Not a test, but a way to block other clients for a test
24
27
raw.ping.pong           # Needs second server to test
25
28
rpc.samr.accessmask
26
29
raw.scan.eamax
29
32
smb2.scan
30
33
smb2.lease
31
34
smb2.durable.open
 
35
smb2.dir
32
36
ntvfs.cifs.base.charset
33
37
ntvfs.cifs.base.iometer
34
38
ntvfs.cifs.base.casetable
41
45
ntvfs.cifs.raw.scan-eamax
42
46
ntvfs.cifs.raw.context
43
47
ntvfs.cifs.raw.qfileinfo.ipc
44
 
rpc.dssync
45
48
rpc.samsync
46
49
rpc.remact                                                      # Not provided by Samba 4
47
50
rpc.oxidresolve                                         # Not provided by Samba 4
48
51
rpc.eventlog                                            # Not provided by Samba 4
49
52
rpc.initshutdown                                        # Not provided by Samba 4
 
53
rpc.spoolss                                             # Not provided by Samba 4
50
54
rpc.svcctl                                                      # Not provided by Samba 4
51
55
rpc.atsvc                                                       # Not provided by Samba 4
52
56
rpc.frsapi                                                      # Not provided by Samba 4
53
57
rpc.ntsvcs                                                      # Not provided by Samba 4
 
58
rpc.dfs                                                         # Not provided by Samba 4
 
59
rpc.lsa.forest                                                  # Not provided by Samba 4
54
60
^samba4.base.samba3.*                                           # Samba3-specific test
55
61
^samba4.ntvfs.cifs.base.samba3.*                                # Samba3-specific test
56
62
^samba4.raw.samba3.*                                            # Samba3-specific test
57
63
^samba4.ntvfs.cifs.raw.samba3.*                                 # Samba3-specific test
58
64
samba4.ntvfs.cifs.raw.
59
65
^samba4.rpc..*samba3.*                                          # Samba3-specific test
60
 
^samba4.net.domopen.*$                          # Hangs for some reason
61
 
^samba4.net.api.become.dc.*$                    # Fails
 
66
^samba4.samba-tool.domopen.*$                           # Hangs for some reason
62
67
nss.test                                                # Fails
63
68
raw.offline                     # Samba 4 doesn't have much offline support yet
64
69
rpc.autoidl  # this one just generates a lot of noise, and is no longer useful
65
70
samba4.rpc.countcalls # this is not useful now we have full IDL
66
71
samba4.rap.scan # same thing here - we have docs now
 
72
samba4.rap.printing # Not provided by Samba 4
 
73
samba4.rap.sam # Not provided by Samba 4
 
74
samba4.gensec.python # not finished
 
75
bench # don't run benchmarks in our selftest
 
76
trans2.scan # uses huge number of file descriptors
 
77
base.scan.ioctl # bad idea in make test
 
78
base.scan.pipe_number # bad idea in make test
 
79
base.secleak # no point on build farm
 
80
base.delaywrite # This is randomly failing, depending on timing and filesystem features
 
81
base.winattr
 
82
base.birthtime
 
83
smb2.acls # new test which doesn't pass yet
 
84
# ktutil might not be installed or from mit...
 
85
# we should build a samba4ktutil and use that instead
 
86
samba4.blackbox.ktpass # this test isn't portable ...