-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pull in changes needed to fix tests for -CURRENT #1
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Some testcases assume that the user has root privileges (use mdconfig -a / mount, etc). 2. Linux support exists at one degree or another. Submitted as misc/161915. Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
1. Add an all target 2. Conditionalize CC 3. Add LDLIBS/LDFLAGS Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
This is required (at least) when dealing with jails on FreeBSD Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
New versions print out messages in the format... $ echo foo | openssl md5 -hex (stdin)= d3b07384d113edec49eaa6238ad5ff00 Trim the '(stdin)= ' part Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
It really only needs to be checked once at the start of the script Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Signed-off-by: Garrett Cooper <yanegomi@gmail.com>
Garrett, I had some changes that I forgot to merge from FreeBSD. I just did that, could you update your tree and generate pull request again? Thanks! |
- Recognize 'none' or '0' as no flags. - Allow to separate flags with |.
Add support for bindat(2) and connectat(2).
Add support for the chflagsat(2) syscall.
Uh, I guess I can try this again.. |
Conflicts: Makefile
The important points to note is that __FreeBSD_version is now being used to pick out when features were added with appropriate HAS_* macros in the .c file. Sponsored-by: EMC Isilon
Sponsored-by: EMC Isilon
Do the same for the "unsupported OS" message
and from that help determine whether or not exec/suid is possible Sponsored-by: EMC Isilon
and from that help determine whether or not exec/suid is possible Sponsored-by: EMC Isilon
Shove the FreeBSD bits under a FreeBSD-specific check Sponsored-by: EMC Isilon
Sponsored-by: EMC Isilon
Sponsored-by: EMC Isilon
Conflicts: tests/misc.sh
Conflicts: Makefile
Reported-by: Casey Peel @isilon.com
Change the memory disk size to 512kB to newfs failures in select cases Also, die quickly on mount failures Sponsored-by: EMC / Isilon Submitted-by: Casey Peel @ isilon.com
ngie-eign
changed the title
Pull in changes needed to fix tests for 10-CURRENT
Pull in changes needed to fix tests for -CURRENT
Apr 10, 2014
This is being done to avoid sed hacks to misc.sh and make the installation a little more flexible to avoid an extra directory element (tests/) in the install.
pjd@: ping? |
Key HAS_CHFLAGSAT off __FreeBSD_version__
pjd
added a commit
that referenced
this pull request
Sep 7, 2015
Pull in changes needed to fix tests for -CURRENT
asomers
pushed a commit
to asomers/pjdfstest
that referenced
this pull request
Jul 9, 2022
Improves the case declaration by adding support for file types. For each specified file type, a new test case structure is created. It also automatically declare root requirement for privileged file types. This will allow future parallelization for these tests. Closes pjd#1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This fixes some of the initial items needed in order to make the tests pass a bit more cleanly on CURRENT with UFS, in particular:
__FreeBSD_version__
as a guide for what functionality should/shouldn't be enabled syscall wise.Testing done:
UFS:
ZFS: