mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Update tests.
This commit is contained in:
parent
a2ee736793
commit
f8629c5144
1 changed files with 10 additions and 5 deletions
15
test.py
15
test.py
|
@ -55,14 +55,19 @@ tests_good = [
|
|||
"misc/testgp",
|
||||
"string/string",
|
||||
"gpu/callbacks/ge_callbacks",
|
||||
"threads/lwmutex/create/create",
|
||||
"threads/lwmutex/delete/delete",
|
||||
"threads/mbx/mbx",
|
||||
"threads/mutex/mutex",
|
||||
"threads/mutex/create/create",
|
||||
"threads/mutex/delete/delete",
|
||||
"threads/semaphores/semaphores",
|
||||
"threads/semaphores/cancel/cancel",
|
||||
"threads/semaphores/create/create",
|
||||
"threads/semaphores/delete/delete",
|
||||
"threads/semaphores/poll/poll",
|
||||
"threads/semaphores/refer/refer",
|
||||
"threads/semaphores/signal/signal",
|
||||
"threads/semaphores/wait/wait",
|
||||
"power/power",
|
||||
"umd/callbacks/umd",
|
||||
"io/directory/directory",
|
||||
|
@ -74,18 +79,18 @@ tests_next = [
|
|||
# These are the next tests up for fixing. These run by default.
|
||||
"threads/fpl/fpl",
|
||||
"threads/k0/k0",
|
||||
"threads/lwmutex/lock/lock",
|
||||
"threads/lwmutex/try/try",
|
||||
"threads/lwmutex/try600/try600",
|
||||
"threads/lwmutex/unlock/unlock",
|
||||
"threads/msgpipe/msgpipe",
|
||||
"threads/mutex/mutex",
|
||||
"threads/mutex/create/create",
|
||||
"threads/mutex/lock/lock",
|
||||
"threads/mutex/priority/priority",
|
||||
"threads/mutex/try/try",
|
||||
"threads/mutex/unlock/unlock",
|
||||
"threads/scheduling/scheduling",
|
||||
"threads/semaphores/cancel/cancel",
|
||||
"threads/semaphores/create/create",
|
||||
"threads/semaphores/priority/priority",
|
||||
"threads/semaphores/wait/wait",
|
||||
"threads/threads/threads",
|
||||
"threads/vpl/vpl",
|
||||
"threads/vtimers/vtimer",
|
||||
|
|
Loading…
Add table
Reference in a new issue