From c10f90dcef42092a96007fed7e77f9d470e5bb76 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Mon, 11 Jul 2016 20:32:12 +0530 Subject: Revert "Add pretty printers for the NPTL lock types" This reverts commit 62ce266b0b261def2c6329be9814ffdcc11964d6. The change is not mature enough because it needs the following fixes: 1. Redirect test output to a file like other tests 2. Eliminate the need to use a .gdbinit because distributions will break without it. I should have caught that but I was in too much of a hurry to get the patch in :/ 3. Feature checking during configure to determine things like minimum required gdb version, python-pexpect version, etc. to make sure that tests work correctly. --- Rules | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Rules') diff --git a/Rules b/Rules index cd3e764d1d..8306d36a07 100644 --- a/Rules +++ b/Rules @@ -98,11 +98,6 @@ tests: $(tests:%=$(objpfx)%.out) $(tests-special) xtests: tests $(xtests:%=$(objpfx)%.out) $(xtests-special) endif -# Generate constant files for Python pretty printers if required. -ifdef py-const -others: $(py-const) -endif - tests-special-notdir = $(patsubst $(objpfx)%, %, $(tests-special)) xtests-special-notdir = $(patsubst $(objpfx)%, %, $(xtests-special)) tests: -- cgit 1.4.1