Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/littlefs-project/littlefs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-dir-seek-endfix-dir-seek-endChristopher Haster
2023-04-21Added ability to bump on-disk minor versionChristopher Haster
2023-04-21Added tests for forwards and backwards disk compatibilityChristopher Haster
2023-04-18Extend dir seek tests to include seeking to end of directoryChristopher Haster
2023-03-13Add missing iterations in testsSosthène Guédon
2022-12-17Cleaned up a few additional commit corner casesChristopher Haster
2022-12-17Initial implementation of forward-looking erase-state CRCsChristopher Haster
2022-12-07Added BENCH/TEST_PRNG, replacing other ad-hoc sources of randomnessChristopher Haster
2022-12-07Changed lfs_emubd_get* -> lfs_emubd_*Christopher Haster
2022-11-28Fixed test out-of-space issues with powerloss testingChristopher Haster
2022-11-15A number of small script fixes/tweaks from usageChristopher Haster
2022-11-15Added bench.py and bench_runner.c for benchmarkingChristopher Haster
2022-09-17Dropped namespacing of test casesChristopher Haster
2022-09-12Added permutations and ranges to test definesChristopher Haster
2022-08-17Added a simple test that the block device worksChristopher Haster
2022-06-06Ported tests to new frameworkChristopher Haster
2022-06-06Putting together rewritten test.py scriptChristopher Haster
2021-01-11Fixed lfs_file_truncate issue where internal state may not be flushedChristopher Haster
2020-03-29Added test case catching issues with errors during a lookahead scanChristopher Haster
2020-03-20Added "evil" tests and detecion/recovery from bad pointers and infinite loopsChristopher Haster
2020-02-23Renamed test_format -> test_superblocks, tweaked superblock testsChristopher Haster
2020-02-19Limited byte-level tests to native testing due to timeChristopher Haster
2020-02-19Fixed minor things to get CI passing againChristopher Haster
2020-02-12Updated .travis.yml and added additional geometry constraintsChristopher Haster
2020-02-09Cleaned up dependent fixes on branchChristopher Haster
2020-02-09Fixed lfs_fs_size doubling metadata-pairsChristopher Haster
2020-02-09Fixed broken wear-leveling when block_cycles = 2n-1Christopher Haster
2020-02-09Added/fixed tests for noop writes (where bd error can't be trusted)Christopher Haster
2020-02-09Fixed more bugs, mostly related to ENOSPC on different geometriesChristopher Haster
2020-01-27Cleaned up test script and directory namingChristopher Haster
2019-12-02Fixed lfs_dir_fetchmatch not understanding overwritten tagsv2.1.4Christopher Haster
2019-12-02Fixed issue with superblock breaking lfs_dir_seekChristopher Haster
2019-12-02Fixed issue with directories falling out of date after block relocationChristopher Haster
2019-09-23Fixed off-by-one null terminator in testsfix-max-null-testsChristopher Haster
2019-08-04lfs: do not reposition seek pointer on truncatePeter A. Bigot
2019-07-29Merge remote-tracking branch 'origin/master' into debug-improvementsChristopher Haster
2019-07-27Increased testing to include geometries that can't be fully testedChristopher Haster
2019-07-26Refactored a handful of things in testsChristopher Haster
2019-07-17Minor improvements to testing frameworkChristopher Haster
2019-07-01Fixed issues with reading and caching inline filesChristopher Haster
2019-07-01Fixed accidental truncate after seek on inline filesChristopher Haster
2019-06-07Mark all Python 2 scripts as Python 2Nicolas Stalder
2019-05-24Fixed issue with writes following a truncateChristopher Haster
2019-02-12Fixed several small issuesChristopher Haster
2019-01-31Fixed issue with long names causing unbounded recursionChristopher Haster
2019-01-14Changed custom attribute descriptors to used arraysChristopher Haster
2019-01-14Cleaned up tag encoding, now with clear chunk fieldChristopher Haster
2018-10-23Tweaked tag endianness to catch power-loss after <1 word is writtenChristopher Haster
2018-10-21Merge remote-tracking branch 'origin/master' into v2-rebase-part2Christopher Haster
2018-10-20Fixed issue where a rename causes a split and pushes dir out of syncChristopher Haster