mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
headless: Update tests.
This commit is contained in:
parent
d33986a5ad
commit
49eb100d1a
2 changed files with 14 additions and 1 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit dd16bcad59dbd098a66b87048184e70debb22d6f
|
Subproject commit 2a607edab7c3f50d9597c3a2b77082c3be871b55
|
13
test.py
13
test.py
|
@ -139,6 +139,7 @@ tests_good = [
|
||||||
"font/resolution",
|
"font/resolution",
|
||||||
"font/shadowimagerect",
|
"font/shadowimagerect",
|
||||||
"gpu/callbacks/ge_callbacks",
|
"gpu/callbacks/ge_callbacks",
|
||||||
|
"gpu/clipping/homogeneous",
|
||||||
"gpu/clut/address",
|
"gpu/clut/address",
|
||||||
"gpu/clut/masks",
|
"gpu/clut/masks",
|
||||||
"gpu/clut/offset",
|
"gpu/clut/offset",
|
||||||
|
@ -192,6 +193,10 @@ tests_good = [
|
||||||
"intr/suspended",
|
"intr/suspended",
|
||||||
"intr/vblank/vblank",
|
"intr/vblank/vblank",
|
||||||
"io/cwd/cwd",
|
"io/cwd/cwd",
|
||||||
|
"jpeg/create",
|
||||||
|
"jpeg/delete",
|
||||||
|
"jpeg/finish",
|
||||||
|
"jpeg/init",
|
||||||
"loader/bss/bss",
|
"loader/bss/bss",
|
||||||
"malloc/malloc",
|
"malloc/malloc",
|
||||||
"misc/dcache",
|
"misc/dcache",
|
||||||
|
@ -400,6 +405,7 @@ tests_next = [
|
||||||
"gpu/filtering/precisionlinear3d",
|
"gpu/filtering/precisionlinear3d",
|
||||||
"gpu/filtering/precisionnearest2d",
|
"gpu/filtering/precisionnearest2d",
|
||||||
"gpu/filtering/precisionnearest3d",
|
"gpu/filtering/precisionnearest3d",
|
||||||
|
"gpu/ge/edramswizzle",
|
||||||
"gpu/ge/get",
|
"gpu/ge/get",
|
||||||
"gpu/primitives/bezier",
|
"gpu/primitives/bezier",
|
||||||
"gpu/primitives/continue",
|
"gpu/primitives/continue",
|
||||||
|
@ -430,6 +436,13 @@ tests_next = [
|
||||||
"io/io/io",
|
"io/io/io",
|
||||||
"io/iodrv/iodrv",
|
"io/iodrv/iodrv",
|
||||||
"io/open/tty0",
|
"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.
|
# Doesn't work on a PSP for security reasons, hangs in PPSSPP currently.
|
||||||
# Commented out to make tests run much faster.
|
# Commented out to make tests run much faster.
|
||||||
#"modules/loadexec/loader",
|
#"modules/loadexec/loader",
|
||||||
|
|
Loading…
Add table
Reference in a new issue