log tests/test-profile.t @ 51378:82131be5258e

age author description
Mon, 26 Jun 2023 14:34:58 +0200 Mads Kiilerich tests: use grep -E instead of obsolescent egrep stable
Sun, 20 Feb 2022 15:28:44 -0700 Gregory Szorc tests: remove from __future__ from inline Python in tests
Thu, 24 Jun 2021 12:54:55 +0200 Raphaël Gomès windows: use cpu-intensive task instead of real time in test
Thu, 24 Jun 2021 12:51:53 +0200 Raphaël Gomès windows: use shell function instead of variable substitution
Wed, 02 Dec 2020 12:33:51 -0800 Kyle Lippincott statprof: separate functions and "line", assume 4 digit line numbers
Wed, 02 Dec 2020 15:38:05 -0800 Kyle Lippincott statprof: fix off-by-one-line error in output
Fri, 02 Oct 2020 10:29:22 +0200 Pierre-Yves David test: try to unflaky test-profile.t
Thu, 15 Nov 2018 20:20:31 +0900 Yuya Nishihara merge with stable
Wed, 14 Nov 2018 11:52:13 -0500 Augie Fackler tests: allow for 100% of profiled time in sleep in test-profile.t stable
Thu, 01 Nov 2018 17:09:55 -0400 Augie Fackler tests: add some helpful `|| cat` bits to test-profile.t
Fri, 19 Oct 2018 23:30:56 +0300 Pulkit Goyal statprof: update the name as the i increases (issue6003)
Fri, 19 Oct 2018 23:18:29 +0300 Pulkit Goyal test: show more profile lines in test-profile.t
Wed, 17 Oct 2018 23:33:43 -0400 Matt Harbison py3: fix module imports in tests, as flagged by test-check-module-imports.t
Fri, 12 Oct 2018 19:17:22 +0200 Gregory Szorc py3: flush stdout
Tue, 18 Sep 2018 23:47:21 -0400 Matt Harbison tests: quote PYTHON usage