Skip to content

Commit c68f9bc

Browse files
committed
test: remove some tests that are now covered well enough by test-stack-traces
The amount of cross compilation required for these tests was too time-consuming for how much value they added. test-stack-traces now cover these well enough, especially as we add more exotic machines to the CI fleet to run native tests.
1 parent b5ec75b commit c68f9bc

File tree

7 files changed

+0
-125
lines changed

7 files changed

+0
-125
lines changed

test/cases/pic_freestanding.zig

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/cases/pic_linux.zig

Lines changed: 0 additions & 14 deletions
This file was deleted.

test/cases/pie_freestanding.zig

Lines changed: 0 additions & 16 deletions
This file was deleted.

test/cases/pie_linux.zig

Lines changed: 0 additions & 10 deletions
This file was deleted.

test/standalone/build.zig.zon

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,6 @@
193193
.empty_global_error_set = .{
194194
.path = "empty_global_error_set",
195195
},
196-
.omit_cfi = .{
197-
.path = "omit_cfi",
198-
},
199196
.config_header = .{
200197
.path = "config_header",
201198
},

test/standalone/omit_cfi/build.zig

Lines changed: 0 additions & 67 deletions
This file was deleted.

test/standalone/omit_cfi/main.zig

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)