Skip to content

Commit 8c15322

Browse files
committed
wasm: disable division test
Seems that bit integers are not properly supported
1 parent faad97e commit 8c15322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/behavior/math.zig

+1
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@ test "division" {
413413
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
414414
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
415415
if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
416+
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
416417
if (builtin.zig_backend == .stage2_x86_64 and builtin.target.ofmt != .elf) return error.SkipZigTest;
417418

418419
if (builtin.zig_backend == .stage2_llvm and builtin.cpu.arch.isMIPS()) {

0 commit comments

Comments
 (0)