diff options
| author | Koakuma <koachan@protonmail.com> | 2022-10-11 20:39:47 +0700 |
|---|---|---|
| committer | Koakuma <koachan@protonmail.com> | 2022-12-10 21:51:46 +0700 |
| commit | f9e9ba784f508e1b571a2fb64b55ad58c6ec74c8 (patch) | |
| tree | deddee21dd753a5651d630160a008a7b51355e52 /test/behavior/export.zig | |
| parent | 644593ab18a2150a5b412d586fde2fcfbb1461ea (diff) | |
| download | zig-f9e9ba784f508e1b571a2fb64b55ad58c6ec74c8.tar.gz zig-f9e9ba784f508e1b571a2fb64b55ad58c6ec74c8.zip | |
stage2: sparc64: Skip unimplemented tests
Diffstat (limited to 'test/behavior/export.zig')
| -rw-r--r-- | test/behavior/export.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/behavior/export.zig b/test/behavior/export.zig index 02d455236f..fb35fc6fc6 100644 --- a/test/behavior/export.zig +++ b/test/behavior/export.zig @@ -22,6 +22,8 @@ const PackedUnion = packed union { }; test "packed struct, enum, union parameters in extern function" { + if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO + testPackedStuff(&(PackedStruct{ .a = 1, .b = 2, |
