Remove generated file
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Jan 3 2018
Summary of changes: https://github.com/shivansh/smoketestsuite/compare/28ba84e...90006f3
Dec 16 2017
Address changes requested by @asomers.
Dec 9 2017
Address changes requested by @asomers
Dec 8 2017
Dec 7 2017
Add "batch mode" for test generation
Dec 6 2017
Some more fixes and updates -
Dec 5 2017
Address changes requested by @asomers -
Dec 1 2017
Some more fixes -
- Fix (mysterious) segmentation fault encountered for some utilities -- turns out I made a blunder (hah!). Lesson learnt: NULL and "" are not equivalent.
- Add logging functionality for perror() -- messages produced by perror() are now only available in debug mode, otherwise it disrupts the (rather good-looking) tabular format.
Some more fixes and updates -
Some more fixes -
Nov 27 2017
Address changes requested by @asomers:
Address changes requested by @asomers:
Nov 25 2017
Remove test for chflags(1) -- already submitted in r323275.
Oct 4 2017
Add .include <src.opts.mk> to every Makefile that references MK_TESTS
Oct 2 2017
A few more changes/updates:
- Generate a tabular-like format for the overall progress during execution.
- Avoid hardcoding section numbers.
- When select() fails and returns -1, cleanup and exit.
- Makefile: update clean recipe.
Sep 29 2017
Remove boost libs and header files which are no longer required
- Add functionality to kill (child) process when stuck on a blocking read.
Sep 26 2017
Sep 25 2017
Sep 21 2017
Close stdin where required in the tests
Sep 20 2017
[FIX] Avoid adding variable "usage_output" in case of an empty output
A brief summary of changes [1] -
- Skip processing the directory entries for "." and ".."
- Increase the timeout value to 2
- Perform a case-insensitive match with "usage:"
- Remove the logic for checking if test scripts to be generated already exist. The current implementation for this functionality was incomplete, and will be reintroduced once fully implemented.
- Remove local groff scripts and tests as a part of "clean" recipe
- Remove bogus license file as it is prepended to all the files
Sep 19 2017
- Update scripts according to style(9)
- Minor fixes concerning directory locations
Update directory structure in README
Address changes pointed by @asomers -
Sep 9 2017
Sep 8 2017
Sep 6 2017
Minor updates:
- Remove bogus files.
- Update README.
Aug 25 2017
Address requested changes-
- Avoid hardcoding usage string
- Use "not-exit:0" for non-zero exit status
Aug 24 2017
Oh no! I totally missed this diff, sorry ; Will update it today itself!
Aug 15 2017
Update etc/mtree/BSD.tests.dist
Jul 12 2017
- Improve the check for confirming POSIX.1e ACLs (sorry for the spam! :sigh:)
- Remove redundant check
- Update "check_acl()" to confirm if POSIX.1e ACLs are enabled
- atf_set "require.user" "root" added to enable execution of tunefs(8)
Jul 8 2017
Jun 23 2017
- Refactor test-case names
- Update commit message
Remove nop call for setting umask (shodowed by setfacl(1))
Jun 20 2017
Update comment
Jun 13 2017
Update comment
Jun 12 2017
Fix as per instructed by @asomers
Oh, right! We can simply modify the if clause to skip it -
if (!Fflag && (isdir || (lstat(target, &sb) == 0 && S_ISDIR(sb.st_mode)) || (!hflag && stat(target, &sb) == 0 && S_ISDIR(sb.st_mode)))) {
Will wait for others to comment before updating.
Address changes pointed by @ngie -
Jun 8 2017
- Update position of ln in BSD.tests.dist
Address changes pointed by @asomers. Thanks for pointing these out!
- Update the tests for '-shf', '-snf' and '-w' options
- Check file types instead of modes
Jun 7 2017
Address changes pointed by @ngie
Jun 6 2017
- Revert unrequired changes
Revert changes done to the test-case se_output
Address comment by @ngie -
Address changes pointed by @ngie
Jun 3 2017
Jun 2 2017
Update the introduced changes pertaining to guidelines stated by @ngie
I was advised by @asomers not to make any updates in contrib/netbsd-tests/bin/cat and that they should be made in bin/cat/tests.
If it is advisable to make updates in the former, I'll do so accordingly.
Jun 1 2017
Address changes mentioned by @asomers