···206206 # the system-fileio tests use canonicalizePath, which fails in the sandbox
207207 system-fileio = if pkgs.stdenv.isDarwin then dontCheck super.system-fileio else super.system-fileio;
208208209209- # same as above
210210- mockery = if pkgs.stdenv.isDarwin then dontCheck super.mockery else super.mockery;
211211-212209 # Prevents needing to add security_tool as a build tool to all of x509-system's
213210 # dependencies.
214211 x509-system = if pkgs.stdenv.isDarwin && !pkgs.stdenv.cc.nativeLibc
···111111 # Test suite has stricter version bounds
112112 retry = dontCheck super.retry;
113113114114+ # test/System/Posix/Types/OrphansSpec.hs:19:13:
115115+ # Not in scope: type constructor or class ‘Int32’
116116+ base-orphans = dontCheck super.base-orphans;
117117+114118 # Test suite fails with time >= 1.5
115119 http-date = dontCheck super.http-date;
116120