aboutsummaryrefslogtreecommitdiffstats
path: root/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Add test for depmod using search dirs with same prefixLucas De Marchi9-0/+59
2014-03-19Add test for simple search order in depmodLucas De Marchi5-0/+29
2014-03-06testsuite: Fix uname() during glibc startupMichal Marek1-8/+16
2014-03-06build-sys: add small redirecting MakefilesLucas De Marchi1-0/+15
2014-03-06testsuite: add test for '.' correctly parsed in param's valueLucas De Marchi3-0/+30
2014-03-06testsuite: add test to ignore unrelated strings in kcmdlineLucas De Marchi3-0/+31
2014-03-06testsuite: give a more suitable description to testLucas De Marchi1-1/+1
2014-03-06testsuite: add test for kcmdline params with no valueLucas De Marchi3-0/+31
2014-03-05Add some tests for kernels without finit_module(2)Michal Marek23-0/+62
2014-03-05testsuite: Do not provide finit_module(2) on older kernelsMichal Marek1-0/+24
2014-03-05testsuite: Add test for modprobe --forceMichal Marek12-0/+31
2014-03-05testsuite: Check the list of loaded modules after a testMichal Marek4-6/+199
2013-12-17Use C11's noreturnLucas De Marchi6-14/+22
2013-11-18testsuite: add basic test for getline_wrappedLucas De Marchi3-0/+43
2013-11-18testsuite: Move test-alias to test-utilLucas De Marchi3-5/+5
2013-08-29testsuite: fix usage of reserved namesJohn Spencer7-26/+26
2013-08-13testsuite: Add test for parameter with no value in kcmdlineLucas De Marchi14-0/+33
2013-07-15util: Add len arg to mkdir_p()Lucas De Marchi1-1/+1
2013-07-15util: Add mkdir_p implementation from testsuiteLucas De Marchi3-108/+0
2013-07-15testsuite: Fix mkdir_p corner casesLucas De Marchi1-19/+32
2013-07-04Use "-internal" suffix instead of "-private"Lucas De Marchi2-2/+2
2013-07-04tools: Do not link dynamically with libkmodLucas De Marchi3-9/+9
2013-07-02tools: Use test/kmod instead of kmod-nolibLucas De Marchi3-9/+9
2013-04-12testsuite: errno is a positive numberLucas De Marchi1-1/+1
2013-04-09testsuite: Fix checking __sysnoLucas De Marchi1-5/+5
2013-04-09testsuite: Wrap syscall() to get calls to finit_module()Lucas De Marchi1-0/+36
2013-04-09libkmod: Move finit_module() definition to missing.hLucas De Marchi1-0/+4
2013-03-21modprobe: Fix assertion on --show-depends with bogus config fileLucas De Marchi1-1/+0
2013-03-21testsuite: Add test to check if modprobe explodes on bogus configLucas De Marchi14-0/+36
2013-03-21testsuite: Exit with success on signal if test has expected_fail=trueLucas De Marchi1-1/+1
2013-02-19testsuite: handle finit_moduleKees Cook1-0/+24
2013-01-17testsuite: Add modinfo test for module signaturesMichal Marek4-1/+26
2013-01-16Update copyright noticesLucas De Marchi16-16/+16
2013-01-15gitignore: ignore files generated by Automake's testsuiteLucas De Marchi1-0/+20
2012-10-04testsuite: add depmod test for modules.aliasLucas De Marchi8-0/+108
2012-10-04testsuite: allow to check generated filesLucas De Marchi2-0/+106
2012-09-07testsuite: Fix double definition of 64-bits variantLucas De Marchi1-3/+7
2012-08-01testsuite preload: Factorize into macros, add more stat and open variantsMartin Pitt1-124/+90
2012-07-18Use #pragma once instead of #ifndefLucas De Marchi3-12/+3
2012-07-10testsuite: re-license under LGPLLucas De Marchi18-137/+657
2012-07-10testsuite: path wrapper: Fix open() with 3 argumentsMartin Pitt1-1/+1
2012-06-21testsuite: use right offset for module nameLucas De Marchi2-5/+23
2012-06-19build-sys: Make dirs writable on rootfs creationLucas De Marchi1-1/+1
2012-06-11testsuite: Fix test descriptionLucas De Marchi1-1/+1
2012-06-06testsuite: add test for install-commands loopLucas De Marchi12-0/+167
2012-06-06testsuite: allow to export custom env varsLucas De Marchi2-0/+9
2012-06-06testsuite: add timeout for each testLucas De Marchi1-6/+36
2012-06-06testsuite: create additional pipe to monitor childLucas De Marchi1-12/+34
2012-06-05testsuite: add test for softdep loopsLucas De Marchi13-0/+94
2012-06-05testsuite: check if module is in kernel for return codeLucas De Marchi1-3/+32
2012-06-05testsuite: set default init_module behavior to mimic kernel'sLucas De Marchi1-7/+17
2012-06-05testsuite: create initstate file upon fake init_module()Lucas De Marchi1-3/+53
2012-06-05testsuite: add mkdir_p implementationLucas De Marchi2-0/+96
2012-06-05testsuite: trap calls to mkdirLucas De Marchi1-0/+17
2012-06-05testsuite: check if rootfs dir is dirty before runningLucas De Marchi2-0/+25
2012-06-05testsuite: separate insert and delete rootfs from modinfoLucas De Marchi11-2/+58
2012-06-05testsuite: rename rootfs dirLucas De Marchi146-1/+1
2012-06-05testsuite: fix find_module() finding wrong moduleLucas De Marchi1-1/+1
2012-05-11test-conversion: convert test-get-dependencies to new infrastructureDan McGee16-0/+166
2012-05-11test-conversion: convert test-blacklist to new infrastructureDan McGee3-0/+111
2012-05-11build-sys: copy rootfs to another directoryLucas De Marchi1-0/+1
2012-05-11testsuite: ship testsuite/rootfs unzippedDan McGee132-1/+237
2012-02-18Add missing newlinesLucas De Marchi1-3/+3
2012-02-16testsuite: fix color of unexpected failureLucas De Marchi1-1/+1
2012-02-16kmod-module: lookup: search modules.builtin file tooLucas De Marchi1-1/+0
2012-02-16testsuite: add test for builtins with modprobeLucas De Marchi2-0/+22
2012-02-16testsuite: add .path member to test structDave Reisner2-0/+29
2012-02-16Fix path.c's function pointer defenitions.Wouter van Kesteren1-4/+4
2012-02-08Mark functions with attribute noreturnLucas De Marchi5-7/+9
2012-02-08Check if libc has __xstatLucas De Marchi1-0/+2
2012-02-08build-sys: add rule to pack rootfsLucas De Marchi1-1/+1
2012-02-08testsuite: add tests to modprobe --show-dependsLucas De Marchi3-0/+78
2012-02-07testsuite: update README fileLucas De Marchi1-13/+15
2012-02-07testsuite: macronify test definitionsLucas De Marchi7-68/+29
2012-02-07testsuite: macronify main functionLucas De Marchi7-162/+35
2012-02-06Add WARNING file for test dir and improve testsuite READMELucas De Marchi1-0/+3
2012-02-06testsuite: add READMELucas De Marchi2-0/+89
2012-02-05Update .gitignore filesDan McGee1-8/+8
2012-01-31testsuite: allow for expected failure of testsDave Reisner2-14/+34
2012-01-30testsuite: check if dots are allowed in aliasesLucas De Marchi2-0/+50
2012-01-30testsuite: add test for kmod_module_new_from_name()Lucas De Marchi3-0/+107
2012-01-30Partially fix parsing of alias with dotsLucas De Marchi1-0/+0
2012-01-30testsuite: let stat.h take care of stat64Lucas De Marchi1-18/+0
2012-01-30Use %zu for size_tLucas De Marchi1-1/+1
2012-01-28testsuite: remove unneeded call to memset()Lucas De Marchi1-1/+0
2012-01-28testsuite: add test for function alias_normalizePedro Pedruzzi3-0/+105
2012-01-26testsuite: add GPL licenseLucas De Marchi10-0/+170
2012-01-26testsuite: trap calls to delete_module() including simple testLucas De Marchi4-0/+182
2012-01-26build-sys: autotoolify build of check librariesLucas De Marchi1-3/+5
2012-01-26testsuite: add trap to init_module() including simple testLucas De Marchi5-5/+242
2012-01-26testsuite: add test for modinfoLucas De Marchi4-1/+69
2012-01-26testsuite: remind users to build toolsLucas De Marchi1-2/+3
2012-01-26testsuite: add colors to test outputLucas De Marchi1-4/+19
2012-01-26testsuite: add simple test for list of loaded modulesLucas De Marchi3-2/+110
2012-01-26testsuite: match outputs of test with a known correct oneLucas De Marchi2-7/+223
2012-01-26testsuite: separate child from parentLucas De Marchi1-25/+36
2012-01-26testsuite: allow to run tests outside of top_buildirLucas De Marchi1-2/+2
2012-01-26testsuite: add trap to opendir() including testsLucas De Marchi3-0/+44
2012-01-26testsuite: add trap to stat() and friends including testsLucas De Marchi2-0/+103
2012-01-26testsuite: add trap to open() including testsLucas De Marchi2-0/+68
2012-01-26testsuite: add trap to fopen() including testsLucas De Marchi5-0/+122
2012-01-26testsuite: fake kernel 4.0.20-kmod is outLucas De Marchi1-0/+72
2012-01-26testsuite: export environment with flags and LD_PRELOADLucas De Marchi1-0/+47
2012-01-26testsuite: move oneshot to inside the test structLucas De Marchi2-10/+19
2012-01-26testsuite: trap calls to unameLucas De Marchi2-0/+52
2012-01-26testsuite: test libkmod initializationLucas De Marchi2-0/+62
2012-01-26testsuite: add skeletonLucas De Marchi3-0/+199