From 62117cb1631805bbbf43f1fb074403be26ba27ea Mon Sep 17 00:00:00 2001 From: "Unknown W. Brackets" Date: Sat, 14 Sep 2013 03:20:15 -0700 Subject: [PATCH] Update tests, hope this doesn't kill the buildbot. --- pspautotests | 2 +- test.py | 25 +++++++++++++++++++------ 2 files changed, 20 insertions(+), 7 deletions(-) diff --git a/pspautotests b/pspautotests index 596de8a28c..aaa095c1d0 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit 596de8a28c62421f8dc511ebbfeb84e1786681f1 +Subproject commit aaa095c1d00ea392f1c9e9cfb743f0577b07f040 diff --git a/test.py b/test.py index 8d24ebcbbe..92cccf9cb5 100755 --- a/test.py +++ b/test.py @@ -69,6 +69,7 @@ tests_good = [ "cpu/fpu/fpu", "audio/atrac/ids", + "audio/atrac/setdata", "audio/mp3/mp3test", "audio/sascore/sascore", "ctrl/ctrl", @@ -78,6 +79,7 @@ tests_good = [ "display/display", "display/vblankmulti", "dmac/dmactest", + "gpu/callbacks/ge_callbacks", "hash/hash", "hle/check_not_used_uids", "intr/intr", @@ -89,14 +91,19 @@ tests_good = [ "misc/libc", "misc/dcache", "mstick/mstick", + "rtc/rtc", "string/string", "sysmem/freesize", - "gpu/callbacks/ge_callbacks", + "sysmem/sysmem", "threads/alarm/alarm", "threads/alarm/cancel/cancel", "threads/alarm/refer/refer", "threads/alarm/set/set", "threads/callbacks/callbacks", + "threads/callbacks/check", + "threads/callbacks/create", + "threads/callbacks/delete", + "threads/callbacks/refer", "threads/events/events", "threads/events/cancel/cancel", "threads/events/clear/clear", @@ -160,13 +167,17 @@ tests_good = [ "threads/semaphores/refer", "threads/semaphores/signal", "threads/semaphores/wait", + "threads/threads/change", "threads/threads/extend", + "threads/threads/refer", "threads/threads/release", "threads/threads/rotate", + "threads/threads/stackfree", "threads/threads/suspend", "threads/threads/threadend", "threads/threads/threads", "threads/wakeup/wakeup", + "threads/vpl/allocate", "threads/vpl/cancel", "threads/vpl/delete", "threads/vpl/free", @@ -188,19 +199,20 @@ tests_good = [ tests_next = [ # These are the next tests up for fixing. These run by default. "audio/atrac/atractest", + "audio/atrac/decode", "audio/sceaudio/datalen", "audio/sceaudio/output", "audio/sceaudio/reserve", "display/hcount", + "threads/callbacks/cancel", + "threads/callbacks/count", + "threads/callbacks/notify", "threads/scheduling/dispatch", "threads/scheduling/scheduling", - "threads/threads/change", "threads/threads/create", - "threads/threads/refer", "threads/threads/start", "threads/threads/terminate", "threads/vtimers/vtimer", - "threads/vpl/allocate", "threads/vpl/create", "utility/savedata/autosave", "utility/savedata/getsize", @@ -223,9 +235,10 @@ tests_next = [ "io/io/io", "io/iodrv/iodrv", "modules/loadexec/loader", - "rtc/rtc", + "rtc/arithmetic", + "rtc/convert", + "rtc/lookup", "sysmem/partition", - "sysmem/sysmem", "umd/io/umd_io", "umd/raw_access/raw_access", "video/mpeg/basic",