summaryrefslogtreecommitdiffstats
path: root/selftest/skip.opath-required
blob: 9c6ba481cdfe77346cb9fdff96ce93f702a8117f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Opening O_RDONLY screws kernel oplocks which is not a problem
# as only Linux has kernel oplocks and as Linux has O_PATH, we
# don't need O_RDONLY in the first place.
^samba3.smb2.kernel-oplocks.*
^samba3.smbtorture_s3.plain.OPLOCK5.*
#
# These fail because become_root() doesn't work in make test
^samba3.blackbox.dropbox.*
^samba3.raw.samba3hide.*

# samba.tests.smb1posix.samba.tests.smb1posix.Smb1PosixTests.test_mknod
# creates a socket and posix stat() gives an error because opening the
# socket from filename_covert_dirfsp() returns ENXIO. With O_PATH
# available this works fine. So for now restrict testing posix
# extensions to environments where we have O_PATH around
^samba.tests.smb1posix

# These don't work without /proc/fd support
^samba3.blackbox.shadow_copy_torture.*\(fileserver\)
^samba3.blackbox.virus_scanner.*\(fileserver:local\)