Skip this performance regression test. The test measures things on the order of 20ms. On a loaded machine, we have seen enough variation that the test would fail. --- grep-2.22/tests/long-pattern-perf 2016-01-03 12:52:38.491575007 +0100 +++ grep-2.22/tests/long-pattern-perf 2016-01-03 12:53:39.768464687 +0100 @@ -16,6 +16,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +exit 77 . "${srcdir=.}/init.sh"; path_prepend_ ../src fail=0 td>
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/tests/upstream.scm
AgeCommit message (Expand)Author
2022-01-05tests: Add failing tests for changed-inputs on new style inputs....* tests/upstream.scm ("changed-inputs returns changes to plain input list", "changed-inputs returns changes to all plain input lists"): New tests. Ricardo Wurmus
2022-01-05tests: Add tests for changed-inputs on old-style inputs....All these tests pass, because they only test the old-style input alists with labels. * tests/upstream.scm ("changed-inputs returns no changes", "changed-inputs returns changes to labelled input list", "changed-inputs returns changes to all labelled input lists"): New tests. Ricardo Wurmus