disable failing incremental test cases due to dwarf linker logic
tracked by #24634
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user