mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
std: disable failing debug info test for self-hosted
This commit is contained in:
parent
0ecf0cf867
commit
e9df5ab7f1
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user