From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34698) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbJIn-0003Tx-19 for qemu-devel@nongnu.org; Sat, 20 Aug 2016 23:20:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bbJIi-0002zM-LZ for qemu-devel@nongnu.org; Sat, 20 Aug 2016 23:19:59 -0400 Received: from mail-pa0-x244.google.com ([2607:f8b0:400e:c03::244]:35211) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bbJIi-0002yh-EC for qemu-devel@nongnu.org; Sat, 20 Aug 2016 23:19:56 -0400 Received: by mail-pa0-x244.google.com with SMTP id cf3so5745687pad.2 for ; Sat, 20 Aug 2016 20:19:55 -0700 (PDT) Sender: Richard Henderson References: <20160819170025.22345-1-bobby.prani@gmail.com> From: Richard Henderson Message-ID: <6167fa7a-2037-abdf-986e-be33747b51e4@twiddle.net> Date: Sat, 20 Aug 2016 20:19:52 -0700 MIME-Version: 1.0 In-Reply-To: <20160819170025.22345-1-bobby.prani@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC PATCH 0/4] Clean up TCG tests List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar , qemu-devel@nongnu.org Cc: alex.bennee@linaro.org, pbonzini@redhat.com, peter.maydell@linaro.org On 08/19/2016 10:00 AM, Pranith Kumar wrote: > This RFC patch series cleans up the tcg tests in tests/tcg folder. > > The tests have bit-rotten and were not compiling or running. I fixed > the Makefiles to make them compile though there are tests which do not > pass. I plan to fix them if you think this approach is reasonable. > > The motivation is to add litmus tests to each arch and have them run > using the 'make check' target to test consistency on TCG. > > There are no maintainers listed for this test folder. So I am cc'ing > people who I think might be interested. By what mechanism are these tests to be run? I can't see that they're run with "make check" after this patchset... r~