aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAge
* testingLibravatar smitsohu2022-01-23
|
* fix fcopy testingLibravatar netblue302022-01-11
|
* 2022 copyright updateLibravatar netblue302022-01-07
|
* fix make test-filterLibravatar netblue302021-12-19
|
* testingLibravatar netblue302021-12-18
|
* testingLibravatar smitsohu2021-11-20
|
* Revert "allow/deny fbuilder"Libravatar Kelvin M. Klann2021-10-06
| | | | | | | | | | | | | | | | This reverts commit 4438f14f2892b5c88d158ae8fad0a80a2eebfd44. Also, partially revert related commit e4307b409 ("fix whitelist/allow in make test-utils") to keep the tests working. The profiles are being generated using aliases, which are not used on the profiles in the repository. So generate them using the normal commands for consistency. See also commit dd13595b8 ("Revert "allow/deny help and man pages"") / PR #4502. Relates to #4410. Misc: I noticed this on issue #4592.
* join: add support for rlimit optionsLibravatar smitsohu2021-09-22
|
* fix whitelist/allow in make test-utilsLibravatar startx20172021-07-29
|
* cleanup make test-fsLibravatar startx20172021-07-29
|
* rework make test-fsLibravatar startx20172021-07-29
|
* testingLibravatar smitsohu2021-07-22
|
* Merge branch 'master' into kuesji/masterLibravatar Reiner Herrmann2021-06-21
|\
| * testingLibravatar smitsohu2021-06-21
| |
* | style: grammer and codestyle improvementsLibravatar Reiner Herrmann2021-06-21
| |
* | grammar issues and fixing test cases for rlimitLibravatar kuesji koesnu2021-06-20
|/
* Merge pull request #4302 from smitsohu/whitelist2Libravatar smitsohu2021-05-23
|\ | | | | Whitelist2 follow-up
| * whitelist testing (#4229, #4297, #4300)Libravatar smitsohu2021-05-23
| |
* | support trailing comments on profile linesLibravatar netblue302021-05-21
| |
* | tests: adjust expected values of --build testLibravatar Reiner Herrmann2021-05-12
| |
* | tests: adjust expected values of --build testLibravatar Reiner Herrmann2021-05-10
|/ | | | Fixes #4256
* make appimage mounts private to sandboxLibravatar smitsohu2021-03-13
|
* Merge pull request #4024 from kmk3/improve-makefilesLibravatar Reiner Herrmann2021-03-01
|\ | | | | Makefile improvements
| * makefiles: make all, clean and distclean PHONYLibravatar Kelvin M. Klann2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid a stat() call for each affected target and also potentially speed up parallel builds. From the GNU make manual[1]: > Phony targets are also useful in conjunction with recursive > invocations of make (see Recursive Use of make). In this situation > the makefile will often contain a variable which lists a number of > sub-directories to be built. [...] > The implicit rule search (see Implicit Rules) is skipped for .PHONY > targets. This is why declaring a target as .PHONY is good for > performance, even if you are not worried about the actual file > existing. Commands used to search, replace and cleanup: $ find -type f -name '*Makefile.in' -exec sed -i.bak \ -e 's/^all:/.PHONY: all\nall:/' \ -e 's/^clean:/.PHONY: clean\nclean:/' \ -e 's/^distclean:/.PHONY: distclean\ndistclean:/' '{}' + $ find -type f -name '*Makefile.in.bak' -exec rm '{}' + [1]: https://www.gnu.org/software/make/manual/html_node/Phony-Targets.html
| * makefiles: fix misc blank line consistencyLibravatar Kelvin M. Klann2021-03-01
| |
* | tests: also remove arguments tests which also depend on fauditLibravatar Reiner Herrmann2021-03-01
| |
* | tests: drop (f)audit from testsLibravatar Reiner Herrmann2021-03-01
|/
* copyright updateLibravatar startx20172021-02-15
|
* tests: check with faudit if tests are run sandboxedLibravatar Reiner Herrmann2021-02-03
|
* build: clean generated test/MakefileLibravatar Reiner Herrmann2021-01-31
|
* tests: increase shutdown timeout a bitLibravatar Reiner Herrmann2021-01-31
| | | | in Debian CI and during local tests I ran into the timeout
* tests: improve check for sound capabilities (#3929)Libravatar Reiner Herrmann2021-01-30
| | | Fixes: #3928
* rel 0.9.64.2 testing - make test-compileLibravatar netblue302021-01-26
|
* reimplement --private-cache using --tmpfsLibravatar smitsohu2020-11-20
|
* tmpfs testingLibravatar smitsohu2020-11-19
|
* tmpfs testingLibravatar smitsohu2020-11-19
|
* ci: test also transmission profileLibravatar Reiner Herrmann2020-11-12
|
* adding test-profiles to ci testLibravatar netblue302020-11-08
|
* adding test-profiles to ci testLibravatar netblue302020-11-08
|
* full ci testLibravatar netblue302020-11-08
|
* mkdir ci testingLibravatar netblue302020-11-08
|
* mkdir ci testingLibravatar netblue302020-11-08
|
* testing mkdir.expLibravatar netblue302020-11-08
|
* potential fix for #3690Libravatar netblue302020-11-01
|
* increate timeout in xz.decLibravatar Reiner Herrmann2020-10-25
| | | | for reason it seems to timeout sometimes in github CI
* let github CI run testsLibravatar Reiner Herrmann2020-10-24
|
* refactor test targets and let build fail on test errorsLibravatar Reiner Herrmann2020-10-24
|
* testingLibravatar netblue302020-10-05
|
* make test-compile for disable manpagesLibravatar netblue302020-10-03
|
* some dbus testsLibravatar netblue302020-09-12
|