test: use larger dimensions to avoid some crash

This commit is contained in:
Mitchell Hashimoto
2022-07-22 14:17:15 -07:00
parent 65c0472701
commit 12a864c3f2
10 changed files with 6 additions and 2 deletions

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 311 B

After

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -12,4 +12,5 @@ docker run \
-v ${DIR}:/src \
--entrypoint "xvfb-run" \
$IMAGE \
--server-args="-screen 0, 1600x900x24" \
/entrypoint.sh $@

View File

@ -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