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
- 0001-Add-support-for-TAP-tests-on-Windows.patch (text/x-diff) patch 0001
- 0002-Prefer-IPC-s-run-to-system_or_bail-in-pg_rewind-test.patch (text/x-diff) patch 0002
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
-
Account for IPC::Run::result() Windows behavior change.
- 50bee42021b5 9.4 (unreleased) landed
- 877cfeb4fb11 9.5 (unreleased) landed
- 7298b904b885 9.6 (unreleased) landed
- ec6ba191ce5a 10 (unreleased) landed
- 791dd7579149 11.19 landed
- 36dd0074af9f 12.14 landed
- d419d391fc21 13.10 landed
- aaf28c906544 14.7 landed
- 41afaa1ed4d4 15.2 landed
- aca93b5f189a 16.0 landed
-
Make TAP tests work on Windows.
- 13d856e177e6 9.6.0 cited