Re: Supporting TAP tests with MSVC and Windows

Michael Paquier <michael.paquier@gmail.com>

From: Michael Paquier <michael.paquier@gmail.com>
To: Noah Misch <noah@leadboat.com>
Cc: PostgreSQL mailing lists <pgsql-hackers@postgresql.org>
Date: 2015-05-26T06:39:34Z
Lists: pgsql-hackers

Attachments

On Fri, Apr 24, 2015 at 11:26 AM, Michael Paquier
<michael.paquier@gmail.com> wrote:
> On Mon, Apr 20, 2015 at 9:01 PM, Michael Paquier
> <michael.paquier@gmail.com> wrote:
>> On Sun, Apr 19, 2015 at 10:01 PM, Michael Paquier
>> <michael.paquier@gmail.com> wrote:
>>> Note as well that this patch uses the following patches fixing
>>> independent issues:
>>> ...
>>
>> Attached is v4. I added a switch in config.pl to be consistent with
>> ./configure and --enable-tap-tests.
>
> Attached is v5, rebased on HEAD (2c47fe16) after conflicts with
> dcae5fac and 54a16df0.

Here is v6, a rebased version on HEAD (79f2b5d). There were some
conflicts with the indentation and some other patches related to
pg_rewind and initdb's tests.
-- 
Michael

Commits

  1. Account for IPC::Run::result() Windows behavior change.

  2. Make TAP tests work on Windows.