Skip to content

testsuite: Disable derefnull when built with LLVM

Ben Gamari requested to merge wip/derefnull-llvm into master

Like division-by-zero (see #10332 (closed)), LLVM does not guarantee any semantics when dereferencing null-pointers. Consequently this test actually passes when built with LLVM.

Merge request reports