From ee39fb8cd7b9a32678c6911b63d1d28b26d9c08f Mon Sep 17 00:00:00 2001 From: nick black Date: Sun, 4 Apr 2021 00:04:56 -0400 Subject: [PATCH] testing: add battery of bitmap tests --- doc/testing-checklist.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/testing-checklist.md b/doc/testing-checklist.md index 238a0ca9e..b03073118 100644 --- a/doc/testing-checklist.md +++ b/doc/testing-checklist.md @@ -21,3 +21,11 @@ Run, using `valgrind --tool=memcheck --leak-check=full`: * `notcurses-demo` with FPS plot and HUD up * Play a game of `nctetris` * Run each PoC binary, including `ncpp_build` and `ncpp_build_exceptions` + +Bitmap tests; all must be done in both Sixel and Kitty environments: +* `ncplayer -bpixel`, make sure frame count/time is always visible +* `ncplayer -bpixel`, make sure we can switch to cells and back +* `ncplayer`, make sure we can switch into pixel and back +* `notcurses-demo k`, make sure bitmaps are deleted +* `notcurses-demo y`, make sure yield is always visible +All of these need to work without flicker.