freebsd-skq/tests/sys
ngie eda725d65a Convert some idioms over to py3k-compatible idioms
- Import print_function from __future__ and use print(..) instead of `print ..`.
- Use repr instead of backticks when the object needs to be dumped, unless
  print(..) can do it lazily. Use str instead of backticks as appropriate
  for simplification reasons.

This doesn't fully convert these modules over py3k. It just gets over some of
the trivial compatibility hurdles.
2017-09-24 00:14:48 +00:00
..
acl Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
aio MFhead@r321960 2017-08-02 22:28:12 +00:00
fifo
file Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
fs MFhead@r321967 2017-08-03 03:45:48 +00:00
geom Add supporting changes for Add limited sandbox capability to "make check" 2017-08-14 19:21:37 +00:00
kern Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
kqueue Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
mac Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
mqueue Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
netinet tests/sys/netinet/fibs_test: skip selected tests when firewalls are enabled 2017-08-08 15:37:21 +00:00
opencrypto Convert some idioms over to py3k-compatible idioms 2017-09-24 00:14:48 +00:00
pjdfstest Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that 2017-08-02 22:24:08 +00:00
posixshm
sys
vfs Make test scripts under tests/... non-executable 2017-08-08 04:59:16 +00:00
vm Revert r313565 -- :mmap__bad_arguments passes again after r313655 2017-02-11 20:31:57 +00:00
Makefile Integrate contrib/netbsd-tests/fs/tmpfs into the FreeBSD test suite 2016-10-21 05:24:08 +00:00
Makefile.depend
Makefile.inc Use MK_CHECK_USE_SANDBOX in tests/..., to deal with the fact that 2017-08-02 22:24:08 +00:00