From 210f95f1cd59c6fdfe0f84b922c19d8498ac377d Mon Sep 17 00:00:00 2001 From: Andrew Dunstan Date: Sun, 10 Apr 2011 16:57:42 -0400 Subject: Adjust regression tests on cube and ECPG for MinGW 64 bit compiler. Backport to 9.0, we're not supporting this compiler on earlier releases. --- src/interfaces/ecpg/test/resultmap | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/interfaces/ecpg/test/resultmap b/src/interfaces/ecpg/test/resultmap index 8fa66f9d7b5..95ea5831ccb 100644 --- a/src/interfaces/ecpg/test/resultmap +++ b/src/interfaces/ecpg/test/resultmap @@ -1,6 +1,9 @@ compat_informix/dec_test:stdout:i.86-pc-win32vc=compat_informix-dec_test-MinGW32.stdout compat_informix/dec_test:stdout:i.86-pc-mingw32=compat_informix-dec_test-MinGW32.stdout +compat_informix/dec_test:stdout:x86_64-w64-mingw32=compat_informix-dec_test-MinGW32.stdout pgtypeslib/num_test:stdout:i.86-pc-win32vc=pgtypeslib-num_test-MinGW32.stdout pgtypeslib/num_test:stdout:i.86-pc-mingw32=pgtypeslib-num_test-MinGW32.stdout +pgtypeslib/num_test:stdout:x86_64-w64-mingw32=pgtypeslib-num_test-MinGW32.stdout pgtypeslib/num_test2:stdout:i.86-pc-win32vc=pgtypeslib-num_test2-MinGW32.stdout pgtypeslib/num_test2:stdout:i.86-pc-mingw32=pgtypeslib-num_test2-MinGW32.stdout +pgtypeslib/num_test2:stdout:x86_64-w64-mingw32=pgtypeslib-num_test2-MinGW32.stdout -- cgit v1.2.3