summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-09-29mtd: tests: Fix endian issue with CRC generation algorithmPaul McGougan1-0/+2
2015-07-06mtd-utils: fix 'new blank line at EOF' problemsDongsheng Yang8-32/+0
2015-07-06mtd-utils: fix the trailing whitespace problemsDongsheng Yang1-4/+4
2015-07-06mtd-utils: ubi-tests: fix a some overflowsDongsheng Yang3-3/+3
2015-07-06mtd-utils: fs-tests: pass TEST_DIR to integck in run_all.shDongsheng Yang1-1/+1
2014-04-15mtd-utils: integck: Use $(CC) and $(AR) instead of 'gcc' and 'ar' consistentlyMats Kärrman1-2/+2
2013-03-11integck: fix identation a bitArtem Bityutskiy1-9/+9
2013-03-11integck.c: Fix buffer overflow in save_fileElie De Brauwer1-6/+13
2013-03-11integck.c: rework file_check_data to immediately dump the buffer containing t...Elie De Brauwer1-12/+24
2013-03-11integck.c: Only verify the operation after all datastructures have been updatedElie De Brauwer1-3/+3
2012-12-03ubi-tests: fix pthreads linkingBrian Norris1-1/+2
2012-11-16ubi-tests: switch to using common.h from the top levelArtem Bityutskiy12-122/+124
2012-11-16ubi-tests: rename common.[ch] to helpers.[ch]Artem Bityutskiy13-15/+15
2012-11-16ubi-tests: ubi_leb_change_start() no longer uses 'dtype'.Bill Pringlemeir1-2/+1
2012-09-25consistency between u_int32_t / off_t / off64_tRichard Genoud2-21/+21
2012-09-25tests: io_update correct lseek parameters orderRichard Genoud1-1/+1
2012-08-23ubiattach: introduce max_beb_per1024 in UBI_IOCATTRichard Genoud1-0/+1
2012-08-22UBI: sync ubi-user.h with kernel v3.6-rc1Richard Genoud1-1/+1
2012-08-03stress-test.sh: remove a warningArtem Bityutskiy1-4/+6
2012-08-03stress-test.sh: add mtdram testsArtem Bityutskiy1-56/+73
2012-08-03stress-test.sh: support testing without sub-pagesArtem Bityutskiy1-46/+61
2012-08-03stress-test.sh: develop the test furtherArtem Bityutskiy1-29/+112
2012-08-03runtests.sh: print more consistent messagesArtem Bityutskiy1-0/+1
2012-08-03stress-test.sh: do not use pipe unnecessarilyArtem Bityutskiy1-2/+2
2012-08-02tests: ubi: add stress-test.shArtem Bityutskiy1-0/+95
2012-08-02tests: ubi: clean-up runtests.sh some moreArtem Bityutskiy1-5/+15
2012-08-02tests: ubi: clean-up the runtests.sh scriptArtem Bityutskiy1-28/+14
2011-10-14tests: checkfs: remove unused codeAndy Shevchenko1-7/+0
2011-08-23mtd-utils: use __func__ instead of __FUNCTION__Brian Norris1-5/+5
2011-06-29mtd-utils: update .gitignore filesBrian Norris6-0/+22
2011-06-29mtd-utils: remove whitespace at end of linesBrian Norris3-23/+23
2011-06-29mtd-tests: io_paral: build error, "variable length strings"Brian Norris1-1/+1
2011-06-29mtd-tests: checkfs: fix size_t related warningBrian Norris1-1/+1
2011-06-27rewrite build system to avoid recursionMike Frysinger2-10/+7
2011-06-25integck: fix build error (MS_DIRSYNC, MS_RELATIME)Brian Norris1-0/+1
2011-05-27fs-tests: integck: add some more error messagesArtem Bityutskiy1-2/+5
2011-05-27fs-tests: integck: print error message on errorArtem Bityutskiy1-16/+11
2011-05-27fs-tests: integck: close files after creationArtem Bityutskiy1-3/+3
2011-05-27fs-tests: integck: make directory checking workArtem Bityutskiy1-56/+45
2011-05-27fs-tests: integck: add verbose reportingArtem Bityutskiy1-4/+56
2011-05-27fs-tests: integck: always check clean dataArtem Bityutskiy1-12/+33
2011-05-27fs-tests: integck: introduce a helper function for dir syncArtem Bityutskiy1-18/+25
2011-05-27fs-tests: integck: print name of directory which we cannot openArtem Bityutskiy1-1/+4
2011-05-27fs-tests: integck: EIO can also be return in power-cut testingArtem Bityutskiy1-2/+8
2011-05-27fs-tests: integck: implement MTD reattachingArtem Bityutskiy2-6/+74
2011-05-20fs-tests: integck: read all files in power cut modeArtem Bityutskiy1-5/+71
2011-05-20fs-tests: integck: verify truncation only if -v option was givenArtem Bityutskiy1-1/+2
2011-05-20fs-tests: integck: fsync directories as wellArtem Bityutskiy1-1/+35
2011-05-20fs-tests: integck: return error if fsync failsArtem Bityutskiy1-0/+2
2011-05-20fs-tests: integck: fsync more oftenArtem Bityutskiy1-1/+1
2011-05-20fs-tests: integck: verify clean filesArtem Bityutskiy1-2/+7
2011-05-20fs-tests: integck: make -v work -eArtem Bityutskiy1-13/+13
2011-05-20fs-tests: integck: check direntries in power cut modeArtem Bityutskiy1-29/+11
2011-05-20fs-tests: integck: check errno in pvc macroArtem Bityutskiy1-2/+8
2011-05-20fs-tests: integck: fix segfaultArtem Bityutskiy1-7/+21
2011-05-20fs-tests: integck: introduce the clean flagArtem Bityutskiy1-1/+5
2011-04-29fs-tests: integck: print error number in pcv messagesArtem Bityutskiy1-1/+2
2011-04-29fs-tests: integck: re-structure file_write a littleArtem Bityutskiy1-55/+63
2011-04-29fs-tests: integck: limit the recursion depthArtem Bityutskiy1-1/+12
2011-04-29fs-tests: integck: fail loudly on unexpected EROFSArtem Bityutskiy1-4/+8
2011-04-25fs-tests: integck: fix falures with SIGBUSArtem Bityutskiy1-3/+17
2011-04-25fs-tests: integck: ignore -e if in power cut modeArtem Bityutskiy1-14/+24
2011-04-25fs-tests: integck: fix line number in CHECK() outputArtem Bityutskiy1-1/+1
2011-04-25fs-tests: integck: do not run checking when in power cut modeArtem Bityutskiy1-11/+26
2011-04-25fs-tests: integck: introduce a helper for checkingArtem Bityutskiy1-6/+9
2011-04-24fs-tests: integck: print a bit less if in power cut modeArtem Bityutskiy1-13/+12
2011-04-24fs-tests: integck: improve remountability logicArtem Bityutskiy1-11/+35
2011-04-24fs-tests: integck: re-mount always if not root fsArtem Bityutskiy1-1/+1
2011-04-24fs-tests: integck: make -v switch workArtem Bityutskiy1-1/+1
2011-04-24fs-tests: integck: use rand_r everywhereArtem Bityutskiy1-24/+20
2011-04-24fs-tests: use independent random generators for ops and dataArtem Bityutskiy1-2/+6
2011-04-24fs-tests: integck: add debug compilation targetArtem Bityutskiy2-0/+15
2011-04-24fs-tests: integck: implement holes verificationArtem Bityutskiy1-35/+42
2011-04-24fs-tests: integck: implement data verificationArtem Bityutskiy1-12/+24
2011-04-24fs-tests: integck: add -e option to verify operationsArtem Bityutskiy1-11/+127
2011-04-24fs-tests: integck: print backtrace in case of failureArtem Bityutskiy1-10/+29
2011-04-24fs-tests: integck: do not inlcude lib directoryArtem Bityutskiy1-1/+1
2011-04-24fs-tests: integck: improve help messageArtem Bityutskiy1-16/+19
2011-04-22fs-tests: integck: make power cut mode workArtem Bityutskiy1-62/+52
2011-04-22fs-tests: integck: remove unneeded \nArtem Bityutskiy1-3/+3
2011-04-22fs-tests: integck: do not assume the FS is mounted after failureArtem Bityutskiy1-21/+38
2011-04-22fs-tests: integck: add recovery remounting functionArtem Bityutskiy1-12/+137
2011-04-22fs-tests: integck: simplify dirent manipulationArtem Bityutskiy1-62/+62
2011-04-22fs-tests: integck: do not forget to free mount_optsArtem Bityutskiy1-2/+2
2011-04-22fs-tests: integck: iterate for ever in case of power cut testingArtem Bityutskiy1-1/+21
2011-04-22fs-tests: integck: refuse R/O file-systemArtem Bityutskiy1-3/+9
2011-04-22fs-tests: integck: free all allocated memory on exitArtem Bityutskiy1-6/+53
2011-04-22fs-tests: integck: assume that the parent is present in new_dirArtem Bityutskiy1-2/+3
2011-04-22fs-tests: integck: lessen memory consumption even moreArtem Bityutskiy1-11/+6
2011-04-22fs-tests: integck: lessen memory consumptionArtem Bityutskiy1-10/+8
2011-04-22fs-tests: integck: clean up add_dir_entry usageArtem Bityutskiy1-3/+1
2011-04-22fs-tests: integck: remove symlinks memory leaksArtem Bityutskiy1-0/+2
2011-04-22fs-tests: integck: free raw write informationArtem Bityutskiy1-0/+7
2011-04-22fs-tests: integck: introduce free_writes_info helperArtem Bityutskiy1-26/+24
2011-04-22fs-tests: integck: fix memory leak in dir_newArtem Bityutskiy1-1/+0
2011-04-22fs-tests: integck: fix memory lead in dir_removeArtem Bityutskiy1-0/+1
2011-04-22fs-tests: integck: make file_truncate_file return errorArtem Bityutskiy1-11/+24
2011-04-22fs-tests: integck: make file_open return error on failureArtem Bityutskiy1-15/+15
2011-04-22fs-tests: integck: make operate_on_entry handle all errorsArtem Bityutskiy1-21/+23
2011-04-22fs-tests: integck: teach file_unlink_file return an errorArtem Bityutskiy1-11/+7
2011-04-22fs-tests: integck: teach dir_remove return error and fix a memory leakArtem Bityutskiy1-12/+21
2011-04-22fs-tests: integck: teach symlink_remove return error on removal failureArtem Bityutskiy1-5/+9
2011-04-22fs-tests: integck: make rename_entry return error on failureArtem Bityutskiy1-10/+13
2011-04-22fs-tests: integck: make operate_on_dir propagate errors upArtem Bityutskiy1-12/+14
2011-04-22fs-tests: integck: teach link_new to return error on creation failureArtem Bityutskiy1-8/+13
2011-04-22fs-tests: integck: teach symlink_new to return error on creation failureArtem Bityutskiy1-6/+17
2011-04-22fs-tests: integck: teach dir_new return error on creation failureArtem Bityutskiy1-12/+18
2011-04-22fs-tests: integck: make file_new return error on create failureArtem Bityutskiy1-10/+12
2011-04-22fs-tests: integck: fix placeholders when printingArtem Bityutskiy1-20/+20
2011-04-22fs-tests: integck: use unsigned int everywhereArtem Bityutskiy1-23/+21
2011-04-22fs-tests: integck: rename BUFFER_SIZEArtem Bityutskiy1-30/+29
2011-04-22fs-tests: integck: teach file_write_data return an errorArtem Bityutskiy1-12/+21
2011-04-22fs-tests: integck: handle errors in file_mmap_writeArtem Bityutskiy1-14/+23
2011-04-22fs-tests: integck: handle all failures in operate_on_open_fileArtem Bityutskiy1-10/+17
2011-04-22fs-tests: integck: handle errors in file_deleteArtem Bityutskiy1-23/+54
2011-04-22fs-tests: integck: teach file_truncate return error codeArtem Bityutskiy1-13/+31
2011-04-22fs-tests: integck: make more functions propogate error upArtem Bityutskiy1-57/+69
2011-04-22fs-tests: integck: handle errors when creating test dataArtem Bityutskiy1-43/+71
2011-04-22fs-tests: integck: handle errors in remount_tested_fsArtem Bityutskiy1-11/+24
2011-04-22fs-tests: integck: handle write failures in dir_newArtem Bityutskiy1-16/+16
2011-04-22fs-tests: integck: check deletion errors in rm_minus_rf_dirArtem Bityutskiy1-14/+40
2011-04-22fs-tests: integck: introduce power cut testing argumentsArtem Bityutskiy1-6/+25
2011-04-18fs-tests: integck: do not expect max name length to be 256Artem Bityutskiy1-7/+14
2011-04-18fs-tests: integck: implement own version of CHECKArtem Bityutskiy2-8/+16
2011-04-18fs-tests: integck: do not use tests_random_noArtem Bityutskiy1-54/+65
2011-04-18fs-tests: integck: do not use global common variablesArtem Bityutskiy1-4/+0
2011-04-18fs-tests: integck: do not use tests_get_total_spaceArtem Bityutskiy1-8/+10
2011-04-18fs-tests: integck: do not use tests_remountArtem Bityutskiy1-2/+165
2011-04-18fs-tests: integck: do not use tests_fs_is_rootfsArtem Bityutskiy1-2/+10
2011-04-18fs-tests: integck: prefer to check for successArtem Bityutskiy1-24/+24
2011-04-18fs-tests: integck: do not use space after castArtem Bityutskiy1-18/+18
2011-04-18fs-tests: integck: do not use tests_clear_dirArtem Bityutskiy1-9/+45
2011-04-18fs-tests: integck: clean up test directory creationArtem Bityutskiy1-12/+22
2011-04-18fs-tests: integck: do not use tests_cat_pidArtem Bityutskiy1-3/+3
2011-04-18fs-tests: integck: remove trailing backslashes from mount pointArtem Bityutskiy1-5/+14
2011-04-18fs-tests: integck: move log10_initial_free to fsinfoArtem Bityutskiy1-11/+8
2011-04-18fs-tests: integck: add own get_free_space functionArtem Bityutskiy1-4/+16
2011-04-18fs-tests: integck: move more variables to fsinfoArtem Bityutskiy1-20/+25
2011-04-18fs-tests: integck: move mem_page_size to fsinfoArtem Bityutskiy1-6/+7
2011-04-18fs-tests: integck: make integck function return errorArtem Bityutskiy1-4/+9
2011-04-18fs-tests: integck: get rid of tests_check_test_file_systemArtem Bityutskiy1-6/+64
2011-04-18fs-tests: integck: clean-up copy_stringArtem Bityutskiy1-22/+24
2011-04-18fs-tests: integck: implement own parameters parsingArtem Bityutskiy1-31/+81
2011-04-18fs-tests: integck: change tests defaultsArtem Bityutskiy1-7/+10
2011-04-18fs-tests: integck: shrink write_info even moreArtem Bityutskiy1-7/+18
2011-04-18fs-tests: integck: abuse random_offset field nicerArtem Bityutskiy1-3/+6
2011-04-18fs-tests: integck: srink file_info structure even moreArtem Bityutskiy1-2/+2
2011-04-18fs-tests: integck: shrink file_info structure sizeArtem Bityutskiy1-3/+3
2011-04-18fs-tests: integck: shrink dir_entry_info structure sizeArtem Bityutskiy1-2/+2
2011-04-14tests: ubi-tests: clean libubi.a and *.oAndy Shevchenko1-1/+1
2011-04-14tests: checkfs: adjust MakefileAndy Shevchenko2-12/+4
2011-04-14tests: fs-tests: read() returns ssize_t valueAndy Shevchenko1-1/+1
2011-04-11fs-tests: integck: use common printing macrosArtem Bityutskiy1-50/+39
2011-04-11fs-tests: integck: include the common mtd-utils headerArtem Bityutskiy2-2/+6
2011-04-11fs-tests: integck: remove unnecessary checkArtem Bityutskiy1-2/+0
2011-04-11fs-tests: integck: simplify dir_entry_info fieldsArtem Bityutskiy1-30/+29
2011-04-11fs-tests: integck: do not cast void pointersArtem Bityutskiy1-4/+4
2011-04-11fs-tests: integck: introduce zallocArtem Bityutskiy1-45/+22
2011-04-09fs_tests: make the test-suite finish fasterArtem Bityutskiy1-2/+2
2011-04-07Makefile: introduce new target tests in MakefileAndy Shevchenko1-0/+8
2011-04-05tests: jittertest: fix set of compiler warningsAndy Shevchenko1-3/+10
2011-04-05tests: ubi-tests: seed_random_generator() was used w/o prototypeAndy Shevchenko1-2/+3
2011-04-05tests: fs-tests: check return value of functionsAndy Shevchenko2-2/+6
2011-04-05tests: checkfs: fix linker warningsAndy Shevchenko1-3/+3
2011-04-05tests: checkfs: fix compiler warningsAndy Shevchenko2-5/+2
2011-04-05tests: make jittertest buildableAndy Shevchenko2-4/+4
2011-03-24fs-tests: integck: improve re-mounting test coverageArtem Bityutskiy1-8/+76
2011-03-24fs-tests: perf: fix compilation warningArtem Bityutskiy1-1/+2
2011-03-24fs-tests: test_1: fix compilation warningsArtem Bityutskiy1-2/+2
2010-08-30mtd-utils: fix spelling errorBrian Norris1-2/+2
2010-06-15ubi-test: seed the random genrator in testsArtem Bityutskiy5-14/+47
2010-06-15ubi-tests: use rand instead of random in io_paralArtem Bityutskiy1-7/+7
2010-06-15ubi-tests: remove some junk from the integ testArtem Bityutskiy1-8/+0
2010-06-14ubi-tests: add normsgArtem Bityutskiy1-0/+6
2010-06-14ubi-tests: teach errmsg and failed return error codeArtem Bityutskiy1-4/+8
2010-06-14ubi-tests: rename err_msg to errmsgArtem Bityutskiy9-119/+119
2009-05-11ubi-tests: add .gitignore fileArtem Bityutskiy1-0/+10
2009-05-08ubi-tests: improve io_paral testArtem Bityutskiy1-20/+98
2009-05-08ubi-tests: various changesArtem Bityutskiy2-135/+142
2009-05-07ubi-tests: make tests compile againArtem Bityutskiy12-17/+17
2009-01-16ubi-tests: fix build and some warningsArtem Bityutskiy7-48/+24
2009-01-14fs-tests: fix remounting in integckArtem Bityutskiy1-24/+87
2008-09-08fs-tests: also preserve mount options when mounting againAdrian Hunter1-1/+7
2008-08-13fs-tests: allow for symlink name too long in integrity testAdrian Hunter1-2/+3
2008-08-13fs-tests: fix max file name length in integrity testAdrian Hunter3-1/+8
2008-08-13fs-tests: fix symlink bug in integrity testAdrian Hunter1-7/+16
2008-07-14ubi-tests: fix run scriptArtem Bityutskiy1-1/+1
2008-07-14ubi-tests: fix makefileArtem Bityutskiy1-4/+1
2008-06-17fs-tests: fix rename bug in integrity testAdrian Hunter1-0/+4
2008-06-16fs-tests: add symlinks to integrity testAdrian Hunter1-5/+192
2008-06-16fs-tests: check link count in integrity testAdrian Hunter1-3/+12
2008-06-16fs-tests: add rename to integrity testAdrian Hunter1-0/+146
2008-06-16fs-tests: add linking/unlinking to integrity testAdrian Hunter1-125/+265
2008-06-16fs-tests: make integrity test shrink fasterAdrian Hunter1-0/+2
2008-06-16fs-tests: add mmapping to integrity test for ubifsAdrian Hunter1-20/+131
2008-06-16fs-tests: preserve mount options when mounting againAdrian Hunter1-1/+7
2008-06-16fs-tests: stop integrity test looping foreverAdrian Hunter1-6/+10
2008-06-16fs-tests: fix bug in integrity testAdrian Hunter1-2/+3
2008-06-16fs-tests: add simple performance testAdrian Hunter4-1/+246
2008-06-16fs-tests: make integrity test record truncationsAdrian Hunter1-7/+24