Skip to content

Commit

Permalink
behaviortest: Skip 'align(N) on functions' on sparc64 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
koachan committed Jun 6, 2022
1 parent ec7f2a1 commit 97d35a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/behavior/align.zig
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ test "align(N) on functions" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO

// function alignment is a compile error on wasm32/wasm64
if (native_arch == .wasm32 or native_arch == .wasm64) return error.SkipZigTest;
Expand Down

0 comments on commit 97d35a5

Please sign in to comment.