Commit graph

510 commits

Author SHA1 Message Date
netblue30
f9d50521f7 small fixes 2022-01-31 09:43:22 -05:00
smitsohu
9672e30b24 testing 2022-01-23 13:01:40 +01:00
netblue30
f094521fe8 fix fcopy testing 2022-01-11 20:57:49 -05:00
netblue30
121749f0ca 2022 copyright update 2022-01-07 12:23:47 -05:00
netblue30
96cec210f8 fix make test-filter 2021-12-19 13:05:16 -05:00
netblue30
3fc2b91a82 testing 2021-12-18 19:07:08 -05:00
smitsohu
c477e00ddd testing 2021-11-20 14:06:06 +01:00
Kelvin M. Klann
a7e4b9b9b2 Revert "allow/deny fbuilder"
This reverts commit 4438f14f28.

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.
2021-10-06 15:19:52 -03:00
smitsohu
921c9cc153 join: add support for rlimit options 2021-09-22 20:12:58 +02:00
startx2017
e4307b409b fix whitelist/allow in make test-utils 2021-07-29 08:07:28 -04:00
startx2017
0043826934 cleanup make test-fs 2021-07-29 07:57:27 -04:00
startx2017
b4424d9478 rework make test-fs 2021-07-29 07:47:16 -04:00
smitsohu
2b696b4d90 testing 2021-07-22 01:11:50 +02:00
Reiner Herrmann
0f0325459e Merge branch 'master' into kuesji/master 2021-06-21 23:10:09 +02:00
Reiner Herrmann
ee1ea7d226 style: grammer and codestyle improvements 2021-06-21 23:09:34 +02:00
smitsohu
1a66c8b805 testing 2021-06-21 02:00:20 +02:00
kuesji koesnu
271dc51fa6 grammar issues and fixing test cases for rlimit 2021-06-20 08:41:33 +03:00
smitsohu
41a895a4c6
Merge pull request #4302 from smitsohu/whitelist2
Whitelist2 follow-up
2021-05-23 19:04:18 +02:00
smitsohu
45919bfa5e whitelist testing (#4229, #4297, #4300) 2021-05-23 18:41:24 +02:00
netblue30
d8d016dc44 support trailing comments on profile lines 2021-05-21 08:56:45 -04:00
Reiner Herrmann
632d47c906 tests: adjust expected values of --build test 2021-05-12 23:36:49 +02:00
Reiner Herrmann
c69836c5b8 tests: adjust expected values of --build test
Fixes #4256
2021-05-10 22:17:57 +02:00
smitsohu
a22c5b0a92 make appimage mounts private to sandbox 2021-03-13 18:59:24 +01:00
Reiner Herrmann
22fd89b870
Merge pull request #4024 from kmk3/improve-makefiles
Makefile improvements
2021-03-01 21:05:06 +01:00
Reiner Herrmann
396eb2ec7c tests: also remove arguments tests which also depend on faudit 2021-03-01 20:45:28 +01:00
Reiner Herrmann
e4eada2b2f tests: drop (f)audit from tests 2021-03-01 20:21:19 +01:00
Kelvin M. Klann
2465f9248e makefiles: make all, clean and distclean PHONY
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
2021-03-01 16:07:43 -03:00
Kelvin M. Klann
7e3888c7ff makefiles: fix misc blank line consistency 2021-03-01 16:07:43 -03:00
startx2017
2609e5cf0b copyright update 2021-02-15 08:33:05 -05:00
Reiner Herrmann
c40b781481 tests: check with faudit if tests are run sandboxed 2021-02-03 18:25:11 +01:00
Reiner Herrmann
e6701a27d9 build: clean generated test/Makefile 2021-01-31 14:09:38 +01:00
Reiner Herrmann
04ce86d018 tests: increase shutdown timeout a bit
in Debian CI and during local tests I ran into the timeout
2021-01-31 13:58:15 +01:00
Reiner Herrmann
af2375300c
tests: improve check for sound capabilities (#3929)
Fixes: #3928
2021-01-30 12:44:09 +01:00
netblue30
848aac1e6d rel 0.9.64.2 testing - make test-compile 2021-01-26 09:13:39 -05:00
smitsohu
da53c4ebf0 reimplement --private-cache using --tmpfs 2020-11-20 20:04:20 +01:00
smitsohu
5465916a4d
tmpfs testing 2020-11-19 16:36:55 +01:00
smitsohu
3fa2d3ea26
tmpfs testing 2020-11-19 16:15:53 +01:00
Reiner Herrmann
b0b3fd4a04 ci: test also transmission profile 2020-11-12 23:14:09 +01:00
netblue30
9fba22c636 adding test-profiles to ci test 2020-11-08 09:50:58 -05:00
netblue30
bc068c6745 adding test-profiles to ci test 2020-11-08 09:37:22 -05:00
netblue30
26ad51d5c9 full ci test 2020-11-08 09:09:45 -05:00
netblue30
2a4eca1852 mkdir ci testing 2020-11-08 08:50:04 -05:00
netblue30
88614baf0e mkdir ci testing 2020-11-08 08:31:31 -05:00
netblue30
8352853d2d testing mkdir.exp 2020-11-08 07:59:15 -05:00
netblue30
40d8e64830 potential fix for #3690 2020-11-01 08:34:06 -05:00
Reiner Herrmann
527b680a63 increate timeout in xz.dec
for reason it seems to timeout sometimes in github CI
2020-10-25 00:19:05 +02:00
Reiner Herrmann
300efec351 let github CI run tests 2020-10-24 21:44:57 +02:00
Reiner Herrmann
cd752585e0 refactor test targets and let build fail on test errors 2020-10-24 20:15:46 +02:00
netblue30
a3bf167404 testing 2020-10-05 11:20:43 -04:00
netblue30
2357d2d129 make test-compile for disable manpages 2020-10-03 09:40:52 -04:00