Unverified Commit 84e67fe3 authored by Vladimír Čunát's avatar Vladimír Čunát Committed by GitHub
Browse files

haskellPackages.attoparsec-isotropic: skip problematic t_iter test (#498821)

parents cddc12f6 22e9ffac
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -468,6 +468,12 @@ with haskellLib;
      "$0!=\"tests.buf.t_iter\""
    ];
  }) super.attoparsec;
  attoparsec-isotropic = overrideCabal (drv: {
    testFlags = drv.testFlags or [ ] ++ [
      "-p"
      "$0!=\"tests.leftToRight.buf.t_iter\""
    ];
  }) super.attoparsec-isotropic;

  # These packages (and their reverse deps) cannot be built with profiling enabled.
  ghc-heap-view = lib.pipe super.ghc-heap-view [