diff options
| author | Andrew Dunstan <andrew@dunslane.net> | 2011-04-09 17:59:27 -0400 |
|---|---|---|
| committer | Andrew Dunstan <andrew@dunslane.net> | 2011-04-09 17:59:27 -0400 |
| commit | 2ea865de5660f75f44f6b1ba78090e41e070cb4c (patch) | |
| tree | 6eb67948302b7235400b04fb2a85790005498c8b /src/test | |
| parent | 00bf707113a297aa85c38beda8fb1247fe4bd304 (diff) | |
Backport changes to allow building with MinGW 64 bit compiler.
These changes have been in HEAD for some time with no ill effect. They
are only being backported to 9.0, as the required WINNT version was not
high enough before that.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/resultmap | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 7bfcee29b48..d02d221d56f 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -1,11 +1,14 @@ float4:out:i.86-pc-mingw32=float4-exp-three-digits.out +float4:out:x86_64-w64-mingw32=float4-exp-three-digits.out float4:out:i.86-pc-win32vc=float4-exp-three-digits.out float8:out:i.86-.*-freebsd=float8-small-is-zero.out float8:out:i.86-.*-openbsd=float8-small-is-zero.out float8:out:i.86-.*-netbsd=float8-small-is-zero.out float8:out:m68k-.*-netbsd=float8-small-is-zero.out float8:out:i.86-pc-mingw32=float8-exp-three-digits-win32.out +float8:out:x86_64-w64-mingw32=float8-exp-three-digits-win32.out float8:out:i.86-pc-win32vc=float8-exp-three-digits-win32.out float8:out:i.86-pc-cygwin=float8-small-is-zero.out int8:out:i.86-pc-mingw32=int8-exp-three-digits.out +int8:out:x86_64-w64-mingw32=int8-exp-three-digits.out int8:out:i.86-pc-win32vc=int8-exp-three-digits.out |
