aboutsummaryrefslogtreecommitdiff
path: root/test/src/CompareOutput.zig
AgeCommit message (Collapse)Author
2023-05-24Fixes `WriteFile.getFileSource` failure on Windows (#15730)Mason Remaley
2023-04-10std.Build.CompileStep: remove run() and install()Andrew Kelley
These functions are problematic in light of dependencies because they run and install, respectively, for the *owner* package rather than for the *user* package. By removing these functions, the build script is forced to provide the *Build object to associate the new step with, making everything less surprising. Unfortunately, this is a widely breaking change. see #15079
2023-03-15re-enable asm-and-link testsAndrew Kelley
These already looked pretty good. I deleted two unnecessary calls to expectStdErrEqual.
2023-03-15re-enable compare-output test casesAndrew Kelley