mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Temporarily disable the gpu/vertices/texcoords test that is not quite working 100% on ARM
This commit is contained in:
parent
0e57cf30c7
commit
168afab263
2 changed files with 3 additions and 4 deletions
|
@ -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:
|
||||
|
||||
|
|
2
test.py
2
test.py
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue