Lines Matching full:test

75 - ci(dropdown): fix test [`5fc488a`](https://github.com/lvgl/lvgl/commit/5fc488a088639dbfb5eb44f65b…
81 - demo(sress): fix issues when the stress test is opened/clsoed multiple times [`1c5df6c`](https://…
233 - fix(ci): set Ubuntu version for MicroPython test [`3865`](https://github.com/lvgl/lvgl/pull/3865)
316 - ci: protect test.c with #if LV_BUILD_TEST [`be485d7`](https://github.com/lvgl/lvgl/commit/be485d7…
518 - fix(fs): fix cached read and add unit test for lv_fs [`98660a8`](https://github.com/lvgl/lvgl/com…
616 - ci(slider): add unit test [`3198`](https://github.com/lvgl/lvgl/pull/3198)
617 - test(line): add unit tests for line widget [`3104`](https://github.com/lvgl/lvgl/pull/3104)
618 - test(table): replicate issue when reducing table cells [`3121`](https://github.com/lvgl/lvgl/pull…
619 - test(textarea): add unit test [`3074`](https://github.com/lvgl/lvgl/pull/3074)
620 - test(table): add unit tests [`3040`](https://github.com/lvgl/lvgl/pull/3040)
622 - ci add Makefile test [`ea79cee`](https://github.com/lvgl/lvgl/commit/ea79cee01a6bec9b3ce5b6c232dd…
623 - test(mem) add test for #3324 [`9700664`](https://github.com/lvgl/lvgl/commit/97006647d8ed3af65fd2…
624 - test(img): fix image error diff handler [`48d87e1`](https://github.com/lvgl/lvgl/commit/48d87e1ed…
629 - ci bump test timeout to 30 seconds [skip ci] [`85e3e23`](https://github.com/lvgl/lvgl/commit/85e3…
632 - ci(switch): fix mem leak test [`8481e3a`](https://github.com/lvgl/lvgl/commit/8481e3a33bc3313b679…
648 - Add "monkey test"
684 - feat(others) add monkey test [`2885`](https://github.com/littlevgl/lvgl/pull/2885)
864 - test(bar): add unit tests [`2845`](https://github.com/littlevgl/lvgl/pull/2845)
865 - test(switch): add initial unit test [`2794`](https://github.com/littlevgl/lvgl/pull/2794)
866 - test(demo) add tests for widget and stress demos [`3bd6ad8`](https://github.com/littlevgl/lvgl/co…
867 - test(dropdown) fix to pass again [`918b3de`](https://github.com/littlevgl/lvgl/commit/918b3defd78…
868 - test add support for using system heap [`446b1eb`](https://github.com/littlevgl/lvgl/commit/446b1…
872 - test(style) add test for gradient [`da8f345`](https://github.com/littlevgl/lvgl/commit/da8f34566b…
873 - test(event) add test for #2886 [`51ef9c2`](https://github.com/littlevgl/lvgl/commit/51ef9c242ccff…
883 - test(style) fix compile error [`ba083df`](https://github.com/littlevgl/lvgl/commit/ba083dfd6dc31d…
884 - test(template) simplify _test_template.c [`b279f63`](https://github.com/littlevgl/lvgl/commit/b27…
898 - ci test formatting action [`065d821`](https://github.com/littlevgl/lvgl/commit/065d821c7050af6ad9…
944 - feat(tests): Include debug information to test builds [`2568`](https://github.com/lvgl/lvgl/pull/…
972 - feat(test) add assert for screenshot compare [`2f7a005`](https://github.com/lvgl/lvgl/commit/2f7a…
1122 - fix(test) do not including anything in test files when not running tests [`9043860`](https://gith…
1151 - fix(test) silence make [`7610d38`](https://github.com/lvgl/lvgl/commit/7610d38bb044b1bd95dd68ab57…
1152 - fix(test) silence make [`37fd9d8`](https://github.com/lvgl/lvgl/commit/37fd9d8a24c276079ed26b5d67…
1165 - fix(test) add #if guard to exclude test related files from the build [`c12a22e`](https://github.c…
1166 - fix(test) add #if guard to exclude test related files from the build [`fc364a4`](https://github.c…
1225 - fix(tick) minor optimization on lv_tick_inc call test [`b4305df`](https://github.com/lvgl/lvgl/co…
1310 - fix(example) revert test code [`77e2c1f`](https://github.com/lvgl/lvgl/commit/77e2c1ff3d3ff035a36…
1400 - test(txt) initial unit tests and general code cleanup/fixes [`2623`](https://github.com/lvgl/lvgl…
1401 - test add setUp and tearDown to test template [`2648`](https://github.com/lvgl/lvgl/pull/2648)
1402 - test(arc) add initial unit tests [`2617`](https://github.com/lvgl/lvgl/pull/2617)
1404 - test(checkbox) add initial tests [`2551`](https://github.com/lvgl/lvgl/pull/2551)
1405 - test(ci) build and run tests in parallel. [`2515`](https://github.com/lvgl/lvgl/pull/2515)
1409 - test convert Makefile to CMake [`2495`](https://github.com/lvgl/lvgl/pull/2495)
1410 - test Refactor unit test scripts. [`2473`](https://github.com/lvgl/lvgl/pull/2473)
1412 - test(font_loader) migrate the existing font loader test [`bc5b3be`](https://github.com/lvgl/lvgl/…
1413 - test add build test again, add dropdown test, integrate gcov and gvocr [`e35b1d0`](https://github…
1414 - test(dropdown) add tess for keypad and encoder [`4143b80`](https://github.com/lvgl/lvgl/commit/41…
1415 - test add keypad and encoder emulators [`e536bb6`](https://github.com/lvgl/lvgl/commit/e536bb63257…
1418 - test add move tests to test_cases and test_runners directories [`e9e010a`](https://github.com/lvg…
1419 - test fix CI build error [`c38cae2`](https://github.com/lvgl/lvgl/commit/c38cae22fbf6cef7564fbebe2…
1421 - test move more source files to src folder [`3672f87`](https://github.com/lvgl/lvgl/commit/3672f87…
1422 - test update CI for the new tests [`a3898b9`](https://github.com/lvgl/lvgl/commit/a3898b931e81860a…
1423 - test cleaned up report folder [`b9b4ba5`](https://github.com/lvgl/lvgl/commit/b9b4ba5b2608f570967…
1424 - test fix build error [`61cda59`](https://github.com/lvgl/lvgl/commit/61cda59cbe8569326ef9d366c520…
1425 - test(font_loader) migrate the existing font loader test [`d6dbbaa`](https://github.com/lvgl/lvgl/…
1426 - test add move tests to test_cases and test_runners directories [`d2e735e`](https://github.com/lvg…
1427 - test add 3rd party libs to all tests and also fix them [`7a95fa9`](https://github.com/lvgl/lvgl/c…
1428 - test(arc): add test case for adv_hittest [`e83df6f`](https://github.com/lvgl/lvgl/commit/e83df6f1…
1430 - test fix warning and docs build error [`d908f31`](https://github.com/lvgl/lvgl/commit/d908f31f8f5…
1432 - test(dropdown) remove dummy test case [`9fb98da`](https://github.com/lvgl/lvgl/commit/9fb98da8a28…
1435 - test fix LV_USE_LOG_LEVEL -> LV_LOG_LEVEL typo [`80f0b09`](https://github.com/lvgl/lvgl/commit…
1438 - test convert Makefile to CMake (#2495) [`9c846ee`](https://github.com/lvgl/lvgl/commit/9c846ee493…
1480 - make test run on master and release/v8.* [`227402a`](https://github.com/lvgl/lvgl/commit/227402a8…
1485 - remove temporary test file [`a958c29`](https://github.com/lvgl/lvgl/commit/a958c29af7df66f8452003…
1492 - chore(test) improve prints [`ea8bed3`](https://github.com/lvgl/lvgl/commit/ea8bed34b49343a4e881bd…
1493 - chore(test) improve prints [`0c4bca0`](https://github.com/lvgl/lvgl/commit/0c4bca0f9cbeefaf20fd41…
1575 - fix(tick) minor optimization on lv_tick_inc call test <a href="https://github.com/lvgl/lvgl/commi…
1599 - fix(example) revert test code <a href="https://github.com/lvgl/lvgl/commit/77e2c1ff">77e2c1ff</a>
1950 - In `lv_init` test if the strings are UTF-8 encoded.
1987 - `img`: improve hit test for transformed images