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
779171e8d5
commit
83caa7d31e
2 changed files with 10 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 4f047eb8c76c6388a63a87ec72e98c64670152d5
|
||||
Subproject commit c4427bd55d57af2484f5ccd4ec1bed2bcf674395
|
10
test.py
10
test.py
|
@ -109,6 +109,12 @@ tests_good = [
|
|||
"threads/semaphores/refer/refer",
|
||||
"threads/semaphores/signal/signal",
|
||||
"threads/semaphores/wait/wait",
|
||||
"threads/vpl/vpl",
|
||||
"threads/vpl/delete",
|
||||
"threads/vpl/free",
|
||||
"threads/vpl/priority",
|
||||
"threads/vpl/refer",
|
||||
"threads/vpl/try",
|
||||
"power/power",
|
||||
"umd/callbacks/umd",
|
||||
"umd/wait/wait",
|
||||
|
@ -124,11 +130,13 @@ tests_next = [
|
|||
"threads/msgpipe/msgpipe",
|
||||
"threads/scheduling/scheduling",
|
||||
"threads/threads/threads",
|
||||
"threads/vpl/vpl",
|
||||
"threads/vtimers/vtimer",
|
||||
"threads/vpl/allocate",
|
||||
"threads/vpl/create",
|
||||
"threads/wakeup/wakeup",
|
||||
"gpu/simple/simple",
|
||||
"gpu/triangle/triangle",
|
||||
"gpu/commands/basic",
|
||||
"hle/check_not_used_uids",
|
||||
"font/fonttest",
|
||||
"io/cwd/cwd",
|
||||
|
|
Loading…
Add table
Reference in a new issue