From 8f1762f024861a962076532d6702dc733b68e0b0 Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Tue, 24 Sep 2013 00:58:17 -0700 Subject: [PATCH] Update tests. --- pspautotests | 2 +- test.py | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/pspautotests b/pspautotests index 596de8a28c..42bffddb5c 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit 596de8a28c62421f8dc511ebbfeb84e1786681f1 +Subproject commit 42bffddb5c133c81c88e62cfaca75c68d443f992 diff --git a/test.py b/test.py index 9ebbd0a7e8..ff40638ba7 100755 --- a/test.py +++ b/test.py @@ -82,6 +82,9 @@ tests_good = [ "display/vblankmulti", "dmac/dmactest", "gpu/callbacks/ge_callbacks", + "gpu/ge/edram", + "gpu/ge/context", + "gpu/ge/queue", "hash/hash", "hle/check_not_used_uids", "intr/intr", @@ -202,6 +205,7 @@ tests_next = [ # These are the next tests up for fixing. These run by default. "audio/atrac/atractest", "audio/atrac/decode", + "audio/atrac/resetting", "audio/sceaudio/datalen", "audio/sceaudio/output", "audio/sceaudio/reserve", @@ -225,6 +229,8 @@ tests_next = [ "gpu/commands/material", "gpu/complex/complex", "gpu/displaylist/state", + "gpu/ge/get", + "gpu/ge/break", "gpu/reflection/reflection", "gpu/rendertarget/rendertarget", "gpu/signals/jumps",