headless: Update tests.

This commit is contained in:
Unknown W. Brackets 2022-10-15 12:16:34 -07:00
parent d33986a5ad
commit 49eb100d1a
2 changed files with 14 additions and 1 deletions

@ -1 +1 @@
Subproject commit dd16bcad59dbd098a66b87048184e70debb22d6f
Subproject commit 2a607edab7c3f50d9597c3a2b77082c3be871b55

13
test.py
View File

@ -139,6 +139,7 @@ tests_good = [
"font/resolution",
"font/shadowimagerect",
"gpu/callbacks/ge_callbacks",
"gpu/clipping/homogeneous",
"gpu/clut/address",
"gpu/clut/masks",
"gpu/clut/offset",
@ -192,6 +193,10 @@ tests_good = [
"intr/suspended",
"intr/vblank/vblank",
"io/cwd/cwd",
"jpeg/create",
"jpeg/delete",
"jpeg/finish",
"jpeg/init",
"loader/bss/bss",
"malloc/malloc",
"misc/dcache",
@ -400,6 +405,7 @@ tests_next = [
"gpu/filtering/precisionlinear3d",
"gpu/filtering/precisionnearest2d",
"gpu/filtering/precisionnearest3d",
"gpu/ge/edramswizzle",
"gpu/ge/get",
"gpu/primitives/bezier",
"gpu/primitives/continue",
@ -430,6 +436,13 @@ tests_next = [
"io/io/io",
"io/iodrv/iodrv",
"io/open/tty0",
"jpeg/csc",
"jpeg/decode",
"jpeg/decodes",
"jpeg/decodeycbcr",
"jpeg/decodeycbcrs",
"jpeg/getoutputinfo",
"jpeg/mjpegcsc",
# Doesn't work on a PSP for security reasons, hangs in PPSSPP currently.
# Commented out to make tests run much faster.
#"modules/loadexec/loader",