diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-04 16:37:29 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-04 16:37:29 +0200 |
commit | e081fb5a615104d2ac8ec6b193ce3106950a3bbb (patch) | |
tree | fea4759fb838f30836fcc0f4d42e93be01b64472 /test | |
parent | 582c08d3795cec69eae28f9513c65d21ad0a13e8 (diff) | |
download | egawk-e081fb5a615104d2ac8ec6b193ce3106950a3bbb.tar.gz egawk-e081fb5a615104d2ac8ec6b193ce3106950a3bbb.tar.bz2 egawk-e081fb5a615104d2ac8ec6b193ce3106950a3bbb.zip |
All SHLIB test cases are implemented now and pass on Linux. With MinGW only 6 of them pass.
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 6b085e08..0c99de79 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -60,8 +60,7 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL getline2 OR ${testcase} STREQUAL litoct OR ${testcase} STREQUAL nonl OR ${testcase} STREQUAL poundbang OR ${testcase} STREQUAL beginfile1 OR ${testcase} STREQUAL manyfiles OR - ${testcase} STREQUAL rsstart2 OR ${testcase} STREQUAL strftime OR - ${testcase} STREQUAL readdir + ${testcase} STREQUAL rsstart2 OR ${testcase} STREQUAL strftime ) set(file_suffix "_HANGS") # These are the test cases that fail. @@ -77,7 +76,7 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL devfd2 OR ${testcase} STREQUAL dumpvars OR ${testcase} STREQUAL exit OR ${testcase} STREQUAL exitval1 OR ${testcase} STREQUAL fflush OR ${testcase} STREQUAL fmtspcl OR - ${testcase} STREQUAL fsspcoln OR ${testcase} STREQUAL fts OR + ${testcase} STREQUAL fsspcoln OR ${testcase} STREQUAL gsubtst3 OR ${testcase} STREQUAL incdupe OR ${testcase} STREQUAL incdupe2 OR ${testcase} STREQUAL incdupe3 OR ${testcase} STREQUAL incdupe4 OR ${testcase} STREQUAL incdupe5 OR @@ -85,8 +84,7 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL include2 OR ${testcase} STREQUAL inetdayt OR ${testcase} STREQUAL inetdayu OR ${testcase} STREQUAL inetecht OR ${testcase} STREQUAL inetechu OR ${testcase} STREQUAL inftest OR - ${testcase} STREQUAL inplace1 OR ${testcase} STREQUAL inplace2 OR - ${testcase} STREQUAL inplace3 OR ${testcase} STREQUAL jarebug OR + ${testcase} STREQUAL jarebug OR ${testcase} STREQUAL leaddig OR ${testcase} STREQUAL localenl OR ${testcase} STREQUAL mbfw1 OR ${testcase} STREQUAL mbprintf1 OR ${testcase} STREQUAL messages OR ${testcase} STREQUAL mmap8k OR @@ -94,11 +92,11 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL mpfrnr OR ${testcase} STREQUAL mpfrrnd OR ${testcase} STREQUAL next OR ${testcase} STREQUAL nofile OR ${testcase} STREQUAL nondec2 OR ${testcase} STREQUAL nors OR - ${testcase} STREQUAL ordchr2 OR ${testcase} STREQUAL pid OR + ${testcase} STREQUAL pid OR ${testcase} STREQUAL pipeio2 OR ${testcase} STREQUAL posix2008sub OR ${testcase} STREQUAL printf0 OR ${testcase} STREQUAL printfbad2 OR ${testcase} STREQUAL profile1 OR ${testcase} STREQUAL profile2 OR - ${testcase} STREQUAL profile3 OR ${testcase} STREQUAL readfile OR + ${testcase} STREQUAL profile3 OR ${testcase} STREQUAL redfilnm OR ${testcase} STREQUAL regtest OR ${testcase} STREQUAL rsnulbig OR ${testcase} STREQUAL rsnulbig2 OR ${testcase} STREQUAL rsstart3 OR ${testcase} STREQUAL rtlen OR |