aboutsummaryrefslogtreecommitdiff
path: root/test/src/StackTrace.zig
AgeCommit message (Expand)Author
2025-10-27remove all Oracle Solaris supportAlex Rønne Petersen
2025-10-25compiler: avoid using self-hosted backend on x86_64-solaris/illumosAlex Rønne Petersen
2025-10-01test: don't run error/stack trace tests on self-hosted on BSDsAlex Rønne Petersen
2025-09-30std.debug.SelfInfo: mark ARM unwinding as unsupportedmlugg
2025-09-30test-stack-traces: don't try to strip unwind tables on x86-windowsmlugg
2025-09-30tests: split up and enhance stack trace testsmlugg
2025-09-22compiler: don't use self-hosted backend on any BSD yetalexrp
2025-09-19std.Build.Step.Run: Enable passing (generated) file content as argsJustus Klausecker
2025-09-18test: skip dumpCurrentStackTrace test on architectures with no unwind supportAlex Rønne Petersen
2025-06-19Target: pass and use locals by pointer instead of by valueJacob Young
2025-02-25correct some bugsDavid Rubin
2025-01-23tests: enable stack trace tests for x86_64-selfhostedmlugg
2024-12-18test-stack-traces: migrate from deprecated std.Build APIsmlugg
2024-07-04build: fix WriteFile and addCSourceFiles not adding LazyPath depsJonathan Marler
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-06-02Replace YES_COLOR with CLICOLOR_FORCECarl Åstholm
2024-02-25test: rework how filtering worksJacob Young
2024-01-01update stack trace tests to account for new defaultsAndrew Kelley
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
2023-07-30Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...Felix (xq) Queißner
2023-06-22rename ZIG_DEBUG_COLOR env variable to YES_COLORdweiller
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-05-03std.Build: use Step.* instead of *StepVeikka Tuominen
2023-03-15test-stack-trace: set env to disable colorAndrew Kelley
2023-03-15re-integrate stack trace tests with the new std.Build APIAndrew Kelley