std: disable failing debug info test for self-hosted

This commit is contained in:
Jacob Young 2024-08-16 16:08:18 -04:00
parent 0ecf0cf867
commit e9df5ab7f1

View File

@ -1360,6 +1360,9 @@ test "manage resources correctly" {
return error.SkipZigTest;
}
// self-hosted debug info is still too buggy
if (builtin.zig_backend != .stage2_llvm) return error.SkipZigTest;
const writer = std.io.null_writer;
var di = try SelfInfo.open(testing.allocator);
defer di.deinit();