diff --git a/TODO.md b/TODO.md index 011cbfd23..1f26ed927 100644 --- a/TODO.md +++ b/TODO.md @@ -1,7 +1,7 @@ Bugs: -* Something is going wrong with the vttest 1_5 test case with ghostty - (see screenshots in test folder) +* If you set the screen size to really small, vttest crashes the emulator + Zig stack traces are currently broken to debug * Underline should use freetype underline thickness hint * Any printing action forces scroll to jump to bottom, this makes it impossible to scroll up while logs are coming in or something diff --git a/test/cases/vttest/1_1.sh.ghostty.png b/test/cases/vttest/1_1.sh.ghostty.png index 48b1343de..e1b728f67 100644 Binary files a/test/cases/vttest/1_1.sh.ghostty.png and b/test/cases/vttest/1_1.sh.ghostty.png differ diff --git a/test/cases/vttest/1_2.sh.ghostty.png b/test/cases/vttest/1_2.sh.ghostty.png index 8f1d3792f..e7c72d552 100644 Binary files a/test/cases/vttest/1_2.sh.ghostty.png and b/test/cases/vttest/1_2.sh.ghostty.png differ diff --git a/test/cases/vttest/1_3.sh.ghostty.png b/test/cases/vttest/1_3.sh.ghostty.png index ac6da753d..d1009495f 100644 Binary files a/test/cases/vttest/1_3.sh.ghostty.png and b/test/cases/vttest/1_3.sh.ghostty.png differ diff --git a/test/cases/vttest/1_4.sh.ghostty.png b/test/cases/vttest/1_4.sh.ghostty.png index dc501eb80..7ca5932c3 100644 Binary files a/test/cases/vttest/1_4.sh.ghostty.png and b/test/cases/vttest/1_4.sh.ghostty.png differ diff --git a/test/cases/vttest/1_5.sh.ghostty.png b/test/cases/vttest/1_5.sh.ghostty.png index f45499309..202990f33 100644 Binary files a/test/cases/vttest/1_5.sh.ghostty.png and b/test/cases/vttest/1_5.sh.ghostty.png differ diff --git a/test/cases/vttest/1_6.sh.ghostty.png b/test/cases/vttest/1_6.sh.ghostty.png index f45499309..c21f02cc5 100644 Binary files a/test/cases/vttest/1_6.sh.ghostty.png and b/test/cases/vttest/1_6.sh.ghostty.png differ diff --git a/test/cases/vttest/launch.sh.ghostty.png b/test/cases/vttest/launch.sh.ghostty.png index 1b54c6d36..f26da6121 100644 Binary files a/test/cases/vttest/launch.sh.ghostty.png and b/test/cases/vttest/launch.sh.ghostty.png differ diff --git a/test/run-host.sh b/test/run-host.sh index 017c86f62..887f2cfc1 100755 --- a/test/run-host.sh +++ b/test/run-host.sh @@ -12,4 +12,5 @@ docker run \ -v ${DIR}:/src \ --entrypoint "xvfb-run" \ $IMAGE \ + --server-args="-screen 0, 1600x900x24" \ /entrypoint.sh $@ diff --git a/test/run.sh b/test/run.sh index e4ccd60fc..10cc6d301 100755 --- a/test/run.sh +++ b/test/run.sh @@ -132,3 +132,6 @@ else printf "${GREEN}Pass (Diff: ${WHITE}${DIFF}${GREEN})${RESET}\n" fi fi + +# Uncomment this and use run-host.sh to get logs of the terminal emulator +# cat $WM_LOG