From 49eb100d1ab85c677fa199d3beb565d6c4265ee2 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 15 Oct 2022 12:16:34 -0700 Subject: [PATCH] headless: Update tests. --- pspautotests | 2 +- test.py | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/pspautotests b/pspautotests index dd16bcad59..2a607edab7 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit dd16bcad59dbd098a66b87048184e70debb22d6f +Subproject commit 2a607edab7c3f50d9597c3a2b77082c3be871b55 diff --git a/test.py b/test.py index 0a8896b2b7..2ae8d9237d 100755 --- a/test.py +++ b/test.py @@ -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",