Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
kmod
/
6684102cd3c371c2c977ffffe8859e93f909c680
/
testsuite
aac5f45
shared: add helper function to add and check for overflow
by Lucas De Marchi
· 10 years ago
eeb6270
testsuite: port show-depends tests to module-playground
by Lucas De Marchi
· 10 years ago
d9ab7ab
testsuite: port detect-loop test to module-playground
by Lucas De Marchi
· 10 years ago
1669be8
testsuite: convert test-init function to use mod-simple.ko
by Lucas De Marchi
· 10 years ago
450c1f0
testsuite: port test-dependencies to module-playground
by Lucas De Marchi
· 10 years ago
d2db083
testsuite: make test-dependencies use DEFINE_TEST
by Lucas De Marchi
· 10 years ago
8dddac5
testsuite: use mod-simple.ko for search-order-same-prefix test
by Lucas De Marchi
· 10 years ago
4002d77
testsuite: beef up module-playground in the build system
by Lucas De Marchi
· 10 years ago
2200a44
testsuite: add tests for kmod_list
by Caio Marcelo de Oliveira Filho
· 10 years ago
211e384
testsuite: add more input cases to freadline_wrapped test
by Caio Marcelo de Oliveira Filho
· 10 years ago
22f602c
testsuite: add test for growing then shrinking a hash
by Caio Marcelo de Oliveira Filho
· 10 years ago
9c2d39c
testsuite: add test for hash_add_unique
by Caio Marcelo de Oliveira Filho
· 10 years ago
9c6084d
testsuite: improve coverage of shared/util.h
by Lucas De Marchi
· 10 years ago
2d1f8bd
testsuite: improve assert report
by Lucas De Marchi
· 10 years ago
5c42c5f
testsuite: prefer the use of streq()
by Lucas De Marchi
· 10 years ago
9b51e13
testsuite: test kmod_module_remove_module for failure
by Lucas De Marchi
· 10 years ago
af87874
testsuite: fix retcodes parsing
by Lucas De Marchi
· 10 years ago
c78066a
testsuite: add test for array_pop()
by Lucas De Marchi
· 10 years ago
8ff7f00
testsuite: do not overrid paths inside build
by Lucas De Marchi
· 10 years ago
f357866
Fix includes after change to build-sys
by Lucas De Marchi
· 10 years ago
dea2dfe
Remove FSF mailing address
by Lucas De Marchi
· 10 years ago
1315123
build-sys: Don't add libkmod subdirectory to include path
by Lucas De Marchi
· 10 years ago
48e4d18
testsuite: add tests for strbuf
by Lucas De Marchi
· 10 years ago
4328982
testsuite: remove now unused array of tests
by Lucas De Marchi
· 10 years ago
c5798fe
testsuite: use a section to put tests in instead of array
by Lucas De Marchi
· 10 years ago
f1155c1
Move static keyword to DEFINE_TEST macro
by Lucas De Marchi
· 10 years ago
f4e8c16
Move remaining functions from libkmod-util to shared
by Lucas De Marchi
· 10 years ago
2b0104f
Move alias_normalize() to shared
by Lucas De Marchi
· 10 years ago
fdafa6b
testsuite: add tests for array implementation
by Lucas De Marchi
· 10 years ago
aafd383
Rename getline_wrapped() to freadline_wrapped()
by Lucas De Marchi
· 10 years ago
c2e4286
Reorder and reorganize header files
by Lucas De Marchi
· 10 years ago
0db718e
Move hash implementation to shared directory
by Lucas De Marchi
· 10 years ago
96573a0
Move generic util functions to shared directory
by Lucas De Marchi
· 10 years ago
576dd43
Move macro.h to shared directory
by Lucas De Marchi
· 10 years ago
a5a41f8
testsuite: Fix macro missing format string
by Lucas De Marchi
· 10 years ago
5963c36
testsuite: Add basic tests for hash implementation
by Lucas De Marchi
· 10 years ago
30471c8
testsuite: Add assert_return
by Lucas De Marchi
· 10 years ago
f988e25
testsuite: separate testcases on log
by Lucas De Marchi
· 10 years ago
7a2d0e6
testsuite: check for correct error message in detect-loop
by Lucas De Marchi
· 10 years ago
d7293a1
testsuite: Fix expected_fail parsing
by Lucas De Marchi
· 10 years ago
f429113
testsuite: Add braces
by Lucas De Marchi
· 10 years ago
8183cfa
testsuite: add test to fail depmod on module loops
by Lucas De Marchi
· 10 years ago
b8b990f
Add gitignore to module playground
by Lucas De Marchi
· 11 years ago
3f8dd30
testsuite: Add module playground dir
by Lucas De Marchi
· 11 years ago
3e68b2c
testsuite: Remove duplicate test
by Lucas De Marchi
· 11 years ago
81bf88d
testsuite: Do not run tests with *.ko.gz if zlib is not enabled
by Michal Marek
· 11 years ago
73476ec
testsuite: Uncompress most modules
by Michal Marek
· 11 years ago
ad7f175
Add test for depmod using search dirs with same prefix
by Lucas De Marchi
· 11 years ago
aa0abec
Add test for simple search order in depmod
by Lucas De Marchi
· 11 years ago
632fb7b
testsuite: Fix uname() during glibc startup
by Michal Marek
· 11 years ago
06eb29e
build-sys: add small redirecting Makefiles
by Lucas De Marchi
· 11 years ago
4977662
testsuite: add test for '.' correctly parsed in param's value
by Lucas De Marchi
· 11 years ago
4214902
testsuite: add test to ignore unrelated strings in kcmdline
by Lucas De Marchi
· 11 years ago
bad84a9
testsuite: give a more suitable description to test
by Lucas De Marchi
· 11 years ago
55bcc4a
testsuite: add test for kcmdline params with no value
by Lucas De Marchi
· 11 years ago
be29c40
Add some tests for kernels without finit_module(2)
by Michal Marek
· 11 years ago
063086e
testsuite: Do not provide finit_module(2) on older kernels
by Michal Marek
· 11 years ago
2ce5de0
testsuite: Add test for modprobe --force
by Michal Marek
· 11 years ago
88ac408
testsuite: Check the list of loaded modules after a test
by Michal Marek
· 11 years ago
d96ca9c
Use C11's noreturn
by Lucas De Marchi
· 11 years ago
1dda626
testsuite: add basic test for getline_wrapped
by Lucas De Marchi
· 11 years ago
807c601
testsuite: Move test-alias to test-util
by Lucas De Marchi
· 11 years ago
bd4e734
testsuite: fix usage of reserved names
by John Spencer
· 11 years ago
ea225b9
testsuite: Add test for parameter with no value in kcmdline
by Lucas De Marchi
· 11 years ago
c493b93
util: Add len arg to mkdir_p()
by Lucas De Marchi
· 11 years ago
85d02eb
util: Add mkdir_p implementation from testsuite
by Lucas De Marchi
· 11 years ago
7980eaf
testsuite: Fix mkdir_p corner cases
by Lucas De Marchi
· 11 years ago
83b855a
Use "-internal" suffix instead of "-private"
by Lucas De Marchi
· 11 years ago
b6adccd
tools: Do not link dynamically with libkmod
by Lucas De Marchi
· 11 years ago
9de9e07
tools: Use test/kmod instead of kmod-nolib
by Lucas De Marchi
· 11 years ago
2ad09cc
testsuite: errno is a positive number
by Lucas De Marchi
· 12 years ago
8e00db9
testsuite: Fix checking __sysno
by Lucas De Marchi
· 12 years ago
0ae5860
testsuite: Wrap syscall() to get calls to finit_module()
by Lucas De Marchi
· 12 years ago
55112d1
libkmod: Move finit_module() definition to missing.h
by Lucas De Marchi
· 12 years ago
ace742f
modprobe: Fix assertion on --show-depends with bogus config file
by Lucas De Marchi
· 12 years ago
5278396
testsuite: Add test to check if modprobe explodes on bogus config
by Lucas De Marchi
· 12 years ago
489c04d
testsuite: Exit with success on signal if test has expected_fail=true
by Lucas De Marchi
· 12 years ago
e87352d
testsuite: handle finit_module
by Kees Cook
· 12 years ago
709b863
testsuite: Add modinfo test for module signatures
by Michal Marek
· 12 years ago
e6b0e49
Update copyright notices
by Lucas De Marchi
· 12 years ago
4111bc0
gitignore: ignore files generated by Automake's testsuite
by Lucas De Marchi
· 12 years ago
b0c9fc8
testsuite: add depmod test for modules.alias
by Lucas De Marchi
· 12 years ago
3e451bf
testsuite: allow to check generated files
by Lucas De Marchi
· 12 years ago
d642341
testsuite: Fix double definition of 64-bits variant
by Lucas De Marchi
· 12 years ago
123e827
testsuite preload: Factorize into macros, add more stat and open variants
by Martin Pitt
· 12 years ago
e8fd8fe
Use #pragma once instead of #ifndef
by Lucas De Marchi
· 12 years ago
e1b1ab2
testsuite: re-license under LGPL
by Lucas De Marchi
· 12 years ago
4281cee
testsuite: path wrapper: Fix open() with 3 arguments
by Martin Pitt
· 12 years ago
fca5b9b
testsuite: use right offset for module name
by Lucas De Marchi
· 12 years ago
33202e8
build-sys: Make dirs writable on rootfs creation
by Lucas De Marchi
· 12 years ago
9b01fd2
testsuite: Fix test description
by Lucas De Marchi
· 12 years ago
01d9ee6
testsuite: add test for install-commands loop
by Lucas De Marchi
· 12 years ago
34db3f2
testsuite: allow to export custom env vars
by Lucas De Marchi
· 12 years ago
b8e344a
testsuite: add timeout for each test
by Lucas De Marchi
· 12 years ago
ed8e93f
testsuite: create additional pipe to monitor child
by Lucas De Marchi
· 12 years ago
a6976f8
testsuite: add test for softdep loops
by Lucas De Marchi
· 12 years ago
a655370
testsuite: check if module is in kernel for return code
by Lucas De Marchi
· 12 years ago
ddf1e7a
testsuite: set default init_module behavior to mimic kernel's
by Lucas De Marchi
· 12 years ago
5a2949c
testsuite: create initstate file upon fake init_module()
by Lucas De Marchi
· 12 years ago
44e5466
testsuite: add mkdir_p implementation
by Lucas De Marchi
· 12 years ago
Next »