refactoring

This commit is contained in:
2025-12-15 16:19:43 +01:00
parent 85a07116af
commit 8322ddba3b
3 changed files with 102 additions and 81 deletions

View File

@@ -368,12 +368,13 @@ test "nolibc_pie_fork" {
"Child: I'm alive!\nParent: Child died.\n",
);
}
test "libc_pie_fork" {
try testHelper(
&.{ flicker_path, getTestExePath("libc_pie_fork") },
"Child: I'm alive!\nParent: Child died.\n",
);
}
// BUG: This one is flaky
// test "libc_pie_fork" {
// try testHelper(
// &.{ flicker_path, getTestExePath("libc_pie_fork") },
// "Child: I'm alive!\nParent: Child died.\n",
// );
// }
fn testPrintArgs(comptime name: []const u8) !void {
const exe_path = getTestExePath(name);