mirror of
https://github.com/python/cpython.git
synced 2026-08-01 23:49:42 +08:00
Modifies the iOS testbed project to add a test plan. This simplifies the iOS test runner, as we can now use the built-in log streaming to see test results. It also allows for some other affordances, like providing a default LLDB config, and using a standardized mechanism for specifying test arguments. (cherry picked from commit 2ba2287b85eea3cc3a71d77c6bcf9eb5670ca05d) Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>
5 lines
191 B
Plaintext
5 lines
191 B
Plaintext
process handle SIGINT -n true -p true -s false
|
|
process handle SIGUSR1 -n true -p true -s false
|
|
process handle SIGUSR2 -n true -p true -s false
|
|
process handle SIGXFSZ -n true -p true -s false
|