Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
This reverts commit0c99ba1eab, reversing changes made to5f92b070bf. This caused a CI failure when it landed in master branch due to a 128-bit `@byteSwap` in std.mem.
This commit is contained in:
@@ -2513,8 +2513,6 @@ 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) {
|
||||
|
||||
Reference in New Issue
Block a user