mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Update tests.
This commit is contained in:
parent
ead70f56d9
commit
eaeeb86f1b
@ -1 +1 @@
|
||||
Subproject commit 8063a43c71d8c937705e7d88959521b16724fde3
|
||||
Subproject commit 35e00795c6c0150d4a70f9cab6a4254b820fed03
|
18
test.py
18
test.py
@ -128,14 +128,15 @@ tests_good = [
|
||||
"threads/mutex/try",
|
||||
"threads/mutex/unlock",
|
||||
"threads/semaphores/semaphores",
|
||||
"threads/semaphores/cancel/cancel",
|
||||
"threads/semaphores/create/create",
|
||||
"threads/semaphores/delete/delete",
|
||||
"threads/semaphores/poll/poll",
|
||||
"threads/semaphores/priority/priority",
|
||||
"threads/semaphores/refer/refer",
|
||||
"threads/semaphores/signal/signal",
|
||||
"threads/semaphores/wait/wait",
|
||||
"threads/semaphores/cancel",
|
||||
"threads/semaphores/create",
|
||||
"threads/semaphores/delete",
|
||||
"threads/semaphores/poll",
|
||||
"threads/semaphores/priority",
|
||||
"threads/semaphores/refer",
|
||||
"threads/semaphores/signal",
|
||||
"threads/semaphores/wait",
|
||||
"threads/threads/extend",
|
||||
"threads/threads/release",
|
||||
"threads/threads/rotate",
|
||||
"threads/threads/threadend",
|
||||
@ -162,6 +163,7 @@ tests_next = [
|
||||
"audio/sascore/sascore",
|
||||
"threads/fpl/fpl",
|
||||
"threads/msgpipe/msgpipe",
|
||||
"threads/mutex/cancel",
|
||||
"threads/scheduling/dispatch",
|
||||
"threads/scheduling/scheduling",
|
||||
"threads/threads/create",
|
||||
|
Loading…
Reference in New Issue
Block a user