Merge pull request #17637 from jacobly0/x86_64-test-std

x86_64: start to enable `test-std` and `test-compiler-rt` testing
This commit is contained in:
Jacob Young
2023-10-22 08:06:47 -04:00
committed by GitHub
150 changed files with 1694 additions and 183 deletions

View File

@@ -2513,6 +2513,8 @@ pub fn dumpStackPointerAddr(prefix: []const u8) void {
}
test "manage resources correctly" {
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.os.tag == .wasi) return error.SkipZigTest;
if (builtin.os.tag == .windows) {