diff --git a/pspautotests b/pspautotests index 4488741f83..5cc6ce4983 160000 --- a/pspautotests +++ b/pspautotests @@ -1 +1 @@ -Subproject commit 4488741f832cdb4e366fd57fc8caeb7295437758 +Subproject commit 5cc6ce498379ee195709d17042c2342c4c00c873 diff --git a/test.py b/test.py index d2b11c3c04..91f6b6ce86 100755 --- a/test.py +++ b/test.py @@ -88,13 +88,16 @@ tests_good = [ "hash/hash", "hle/check_not_used_uids", "intr/intr", + "intr/suspended", "intr/vblank/vblank", "io/cwd/cwd", "loader/bss/bss", "malloc/malloc", "misc/testgp", "misc/libc", + "misc/deadbeef", "misc/dcache", + "misc/timeconv", "mstick/mstick", "rtc/rtc", "string/string", @@ -217,13 +220,17 @@ tests_good = [ tests_next = [ # These are the next tests up for fixing. These run by default. + "cpu/cpu_alu/cpu_branch", + "cpu/fpu/fcr", "audio/atrac/atractest", "audio/atrac/decode", "audio/atrac/resetting", "audio/sceaudio/datalen", "audio/sceaudio/output", "audio/sceaudio/reserve", + "ctrl/vblank", "display/hcount", + "intr/waits", "threads/callbacks/cancel", "threads/callbacks/count", "threads/callbacks/notify",