-
Notifications
You must be signed in to change notification settings - Fork 66
testsuite: complete sharness framework conversion #158
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1eb3281
testsuite: drop duplicate statfs test
garlick c335d42
testsuite: migrate pathwalk test to sharness
garlick c895daa
testsuite: drop duplicate stat test
garlick e5111ab
testsuite: drop unused suppl groups test program
garlick e3acbbb
testsuite: migrate sgid dir test to sharness
garlick de0f09f
testsuite: drop duplicate rename test
garlick 2e00434
testsuite: migrate flock tests to sharness
garlick 7514217
testsuite: migrate xattr tests to sharness
garlick 2ac320c
testsuite: migrate create test to sharness
garlick 1f53fb1
testsuite: migrate atomic create test to sharness
garlick 0ad5a8a
testsuite: drop duplicate fsync test
garlick f24b4ae
testsuite: drop duplicate mode test
garlick 32117dd
testsuite: drop third party tests
garlick 840ae1c
.gitignore: remove ancient paths
garlick 9597b2d
git: drop check in tests/kern
garlick a7032c1
diodcli: fix compliation issue on aarch64
garlick b2e5c85
testsuite: temporarily disable security XATTR test
garlick File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -49,6 +49,10 @@ check_PROGRAMS = \ | |
| test_tflush \ | ||
| test_tattach \ | ||
| test_loadgen \ | ||
| test_pathwalk \ | ||
| test_flock \ | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Commit message typo: 'the ... test live' -> ' the ... tests live' |
||
| test_flock_single \ | ||
| test_atomic_create \ | ||
| $(TESTS) | ||
|
|
||
| TEST_EXTENSIONS = .t | ||
|
|
@@ -76,3 +80,19 @@ test_tattach_LDADD = \ | |
| test_loadgen_SOURCES = test/loadgen.c $(common_sources) | ||
| test_loadgen_LDADD = \ | ||
| $(common_ldadd) | ||
|
|
||
| test_pathwalk_SOURCES = test/pathwalk.c $(common_sources) | ||
| test_pathwalk_LDADD = \ | ||
| $(common_ldadd) | ||
|
|
||
| test_flock_SOURCES = test/flock.c $(common_sources) | ||
| test_flock_LDADD = \ | ||
| $(common_ldadd) | ||
|
|
||
| test_flock_single_SOURCES = test/flock_single.c $(common_sources) | ||
| test_flock_single_LDADD = \ | ||
| $(common_ldadd) | ||
|
|
||
| test_atomic_create_SOURCES = test/atomic_create.c $(common_sources) | ||
| test_atomic_create_LDADD = \ | ||
| $(common_ldadd) | ||
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
File renamed without changes.
File renamed without changes.
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message typo: expicit