mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
disable failing incremental test cases due to dwarf linker logic
tracked by #24634
This commit is contained in:
parent
c49c90a42a
commit
ae67c26cab
4 changed files with 1 additions and 4 deletions
|
|
@ -2077,7 +2077,7 @@ pub const WipNav = struct {
|
|||
.generic_decl_const,
|
||||
.generic_decl_func,
|
||||
=> true,
|
||||
else => unreachable,
|
||||
else => |t| std.debug.panic("bad decl abbrev code: {t}", .{t}),
|
||||
};
|
||||
if (parent_type.getCaptures(zcu).len == 0) {
|
||||
if (was_generic_decl) try dwarf.freeCommonEntry(wip_nav.unit, decl_gop.value_ptr.*);
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#target=x86_64-linux-selfhosted
|
||||
#target=x86_64-linux-cbe
|
||||
#target=x86_64-windows-cbe
|
||||
#update=initial version
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#target=x86_64-linux-selfhosted
|
||||
#target=x86_64-linux-cbe
|
||||
#target=x86_64-windows-cbe
|
||||
#update=initial version
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
#target=x86_64-linux-selfhosted
|
||||
#target=x86_64-linux-cbe
|
||||
#target=x86_64-windows-cbe
|
||||
#target=wasm32-wasi-selfhosted
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue