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-09-12Added a couple mixed/unknown block_count testsChristopher Haster
2023-09-12Adopted erase_size/erase_count config in test block-devices/runnersChristopher Haster
2023-08-21remove previous block_count detection from lfs_formatBrian Pugh
2023-08-18forgot to unmount lfs in test; leaking memoryBrian Pugh
2023-08-18test for failure when interpretting block count when formatting without super...Brian Pugh
2023-08-18Add test_superblocks_mount_unknown_block_countBrian Pugh
2023-08-17Add a unit test; currently hanging on final permutation.Brian Pugh
2023-06-29Added support for writing on-disk version lfs2.0Christopher Haster
2023-06-29Removed fsinfo.block_usage for nowfs-statChristopher Haster
2023-06-07Changed fsinfo.minor_version -> fsinfo.disk_versionChristopher Haster
2023-06-07Removed previous-version lfsp_fs_stat checks in test_compatChristopher Haster
2023-06-06Removed use of LFS_VERSION in test_compatChristopher Haster
2023-06-06Added lfs_fs_stat for access to filesystem status/configurationChristopher Haster
2023-04-27Added lfs_fs_mkconsistentmkconsistentChristopher Haster
2023-04-27Fixed issue where lfs_fs_deorphan may run more than neededfix-deorphan-repeatedlyChristopher Haster
2023-04-26Merge pull request #805 from littlefs-project/fix-dir-seek-endChristopher Haster
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-dir-seek-endfix-dir-seek-endChristopher Haster
2023-04-26Merge remote-tracking branch 'origin/devel' into fix-boundary-truncatesfix-boundary-truncatesChristopher 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-04-17Expanded truncate tests to test more corner casesChristopher Haster
2023-03-13Add missing iterations in testsSosthène Guédon
2023-01-26Add test scenario for truncating to a block sizeColin Foster
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