Temporarily disable the gpu/vertices/texcoords test that is not quite working 100% on ARM

This commit is contained in:
Henrik Rydgård 2024-04-29 11:42:58 +02:00
parent 0e57cf30c7
commit 168afab263
2 changed files with 3 additions and 4 deletions

View File

@ -1,7 +1,6 @@
Plan:
TODO: This documentation is outdated and needs updating.
This is intended to be a port that does not have graphics, it just starts up the system without a display, prints all debug output (as configured) to the console using printf(), and exits when the emulated binary exits.
This is a build of PPSSPP that does not have graphics, it just starts up the system without a display, prints all debug output (as configured) to the console using printf(), and exits when the emulated binary exits.
Usage:

View File

@ -196,7 +196,7 @@ tests_good = [
"gpu/transfer/overlap",
"gpu/vertices/colors",
"gpu/vertices/morph",
"gpu/vertices/texcoords",
# "gpu/vertices/texcoords", # See issue #19093
"hash/hash",
"hle/check_not_used_uids",
"intr/intr",