summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/bench/recursive_permissions_pledge.js
AgeCommit message (Collapse)Author
2022-04-17fix: panic when trying to pledge permissions before restoring previous ↵Bartek Iwańczuk
pledge (#14306) This commit fixes and edge case, where testing/benching code could pledge new permission set before restoring the previous pledge. Appropriate panics were added and tests that assert that process is killed in case of "recursive pledge".