Skip to content

testsuite: Disable divByZero on non-NCG targets

Ben Gamari requested to merge wip/disable-divbyzero into master

The LLVM backend does not guarantee any particular semantics for division by zero, making this test unreliable across platforms.

Closes #10332 (closed).

Edited by Ben Gamari

Merge request reports