diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-11 13:25:36 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-11 13:25:36 +0200 |
commit | 01886e08505e3aa28b0798776284f27bc64ab9fd (patch) | |
tree | fb915e6857e1490841fca8a5648353d43717050c /test | |
parent | 3582c0812a82986ddd6959c28db520dc376e39e0 (diff) | |
download | egawk-01886e08505e3aa28b0798776284f27bc64ab9fd.tar.gz egawk-01886e08505e3aa28b0798776284f27bc64ab9fd.tar.bz2 egawk-01886e08505e3aa28b0798776284f27bc64ab9fd.zip |
37 test cases fail on MinGW; this list needs review and should eventually become shorter.
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index d39bae91..8e42c0db 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -53,6 +53,31 @@ file(APPEND ${CTestCustom} "file(COPY ${CMAKE_BINARY_DIR}/gawk${CMAKE_EXECUTABLE # Exclude test cases from execution that make no sense on a certain platform. file(APPEND ${CTestCustom} "set(CTEST_CUSTOM_TESTS_IGNORE\n") if(WIN32) + file(APPEND ${CTestCustom} " BASIC.exitval2\n") + file(APPEND ${CTestCustom} " BASIC.hsprint\n") + file(APPEND ${CTestCustom} " BASIC.longwrds\n") + file(APPEND ${CTestCustom} " BASIC.rstest4\n") + file(APPEND ${CTestCustom} " BASIC.rstest5\n") + file(APPEND ${CTestCustom} " UNIX.getlnhd\n") + file(APPEND ${CTestCustom} " UNIX.pid\n") + file(APPEND ${CTestCustom} " GAWK_EXT.beginfile1\n") + file(APPEND ${CTestCustom} " GAWK_EXT.beginfile2\n") + file(APPEND ${CTestCustom} " GAWK_EXT.charasbytes\n") + file(APPEND ${CTestCustom} " GAWK_EXT.clos1way\n") + file(APPEND ${CTestCustom} " GAWK_EXT.devfd\n") + file(APPEND ${CTestCustom} " GAWK_EXT.devfd1\n") + file(APPEND ${CTestCustom} " GAWK_EXT.devfd2\n") + file(APPEND ${CTestCustom} " GAWK_EXT.getlndir\n") + file(APPEND ${CTestCustom} " GAWK_EXT.posix\n") + file(APPEND ${CTestCustom} " GAWK_EXT.pty1\n") + file(APPEND ${CTestCustom} " INET.inetdayu\n") + file(APPEND ${CTestCustom} " INET.inetdayt\n") + file(APPEND ${CTestCustom} " INET.inetechu\n") + file(APPEND ${CTestCustom} " INET.inetecht\n") + file(APPEND ${CTestCustom} " MACHINE.double2\n") + file(APPEND ${CTestCustom} " LOCALE_CHARSET.fmttest\n") + file(APPEND ${CTestCustom} " LOCALE_CHARSET.lc_num1\n") + file(APPEND ${CTestCustom} " LOCALE_CHARSET.mbfw1\n") file(APPEND ${CTestCustom} " SHLIB.filefuncs\n") file(APPEND ${CTestCustom} " SHLIB.fnmatch\n") file(APPEND ${CTestCustom} " SHLIB.fork\n") |