Skip to content

Commit

Permalink
haskellPackages.hspec-core: Disable tests on i686.
Browse files Browse the repository at this point in the history
The tests have x86_64 results hardcoded, see
hspec/hspec#431.

(cherry picked from commit 59e77d45b234162e2a6b804fe9c1462e6089afe8)
  • Loading branch information
nh2 authored and stigok committed Jun 12, 2020
1 parent e7dbc04 commit 466ec6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/haskell-modules/configuration-common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ self: super: {
hs2048 = dontCheck super.hs2048;
hsbencher = dontCheck super.hsbencher;
hsexif = dontCheck super.hsexif;
hspec-core = if pkgs.stdenv.isi686 then dontCheck super.hspec-core else super.hspec-core; # tests rely on `Int` being 64-bit; https://github.com/hspec/hspec/issues/431
hspec-server = dontCheck super.hspec-server;
HTF = dontCheck super.HTF;
htsn = dontCheck super.htsn;
Expand Down

0 comments on commit 466ec6c

Please sign in to comment.