summaryrefslogtreecommitdiff
path: root/tests/sys/vm/stack
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-24tests: Handle SIGSEGV in the vm stack mprotect exec testDmitry Chagin
To exit gracefully handle SIGSEGV and mark the test as failed. MFC after: 3 days
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-08tests: Add stack grows testsDmitry Chagin
Reviewed by: kib Differential Revision: https://reviews.freebsd.org/D41320 MFC after: 2 weeks