Ignore:
Timestamp:
Nov 14, 2012, 12:59:34 PM (13 years ago)
Author:
Silvan Scherrer
Message:

Samba Server: update vendor to 3.6.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/current/source4/selftest/skip

    r414 r740  
    1111# If a testsuite is partially succeeding, please list the failing bits
    1212# 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.
    1315#
    1416# If a testsuite is very slow, please add it to selftest/slow instead.
     17# This way it will still get run in "make slowtest"
    1518#
    16 # Please add a comment for each testsuite you disable explaining why 
     19# Please add a comment for each testsuite you disable explaining why
    1720# it is being skipped.
    1821raw.composite
     
    2124base.nttrans
    2225base.scan.maxfid
    23 raw.hold.oplock         # Not a test, but a way to block other clients for a test
     26hold.oplock             # Not a test, but a way to block other clients for a test
    2427raw.ping.pong           # Needs second server to test
    2528rpc.samr.accessmask
     
    3033smb2.lease
    3134smb2.durable.open
     35smb2.dir
    3236ntvfs.cifs.base.charset
    3337ntvfs.cifs.base.iometer
     
    4246ntvfs.cifs.raw.context
    4347ntvfs.cifs.raw.qfileinfo.ipc
    44 rpc.dssync
    4548rpc.samsync
    4649rpc.remact                                                      # Not provided by Samba 4
     
    4851rpc.eventlog                                            # Not provided by Samba 4
    4952rpc.initshutdown                                        # Not provided by Samba 4
     53rpc.spoolss                                             # Not provided by Samba 4
    5054rpc.svcctl                                                      # Not provided by Samba 4
    5155rpc.atsvc                                                       # Not provided by Samba 4
    5256rpc.frsapi                                                      # Not provided by Samba 4
    5357rpc.ntsvcs                                                      # Not provided by Samba 4
     58rpc.dfs                                                         # Not provided by Samba 4
     59rpc.lsa.forest                                                  # Not provided by Samba 4
    5460^samba4.base.samba3.*                                           # Samba3-specific test
    5561^samba4.ntvfs.cifs.base.samba3.*                                # Samba3-specific test
     
    5864samba4.ntvfs.cifs.raw.
    5965^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
    6267nss.test                                                # Fails
    6368raw.offline                     # Samba 4 doesn't have much offline support yet
     
    6570samba4.rpc.countcalls # this is not useful now we have full IDL
    6671samba4.rap.scan # same thing here - we have docs now
     72samba4.rap.printing # Not provided by Samba 4
     73samba4.rap.sam # Not provided by Samba 4
     74samba4.gensec.python # not finished
     75bench # don't run benchmarks in our selftest
     76trans2.scan # uses huge number of file descriptors
     77base.scan.ioctl # bad idea in make test
     78base.scan.pipe_number # bad idea in make test
     79base.secleak # no point on build farm
     80base.delaywrite # This is randomly failing, depending on timing and filesystem features
     81base.winattr
     82base.birthtime
     83smb2.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
     86samba4.blackbox.ktpass # this test isn't portable ...
Note: See TracChangeset for help on using the changeset viewer.