commit | 6cafa8782485310b99b5f9963ec5e030b0e18bad | [log] [tgz] |
---|---|---|
author | Jan Beulich <jbeulich@suse.com> | Mon Dec 19 09:35:18 2022 +0100 |
committer | Jan Beulich <jbeulich@suse.com> | Mon Dec 19 09:35:18 2022 +0100 |
tree | ac04e41e79c8301705d57cdc7e6da3d993e07163 | |
parent | ecb828308c808f10b5e8f9cbf03aebc7c70ca9fb [diff] |
gprofng/testsuite: correct names for signal handling tests The signal handling tests spend most of their time in the signal handlers, and hence for profile output to match anything in program output, the respective name fields need to hold the handler function names. This converts both respective tests from "unresolved" to actually succeeding.