diff options
author | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-04 19:48:44 +0200 |
---|---|---|
committer | Juergen Kahrs <Juergen.Kahrs@googlemail.com> | 2013-05-04 19:48:44 +0200 |
commit | bbbdcd5cec911cdef6e8e82c6000b10dabafacae (patch) | |
tree | 474d5e95c95d062d49585c7f4056860fbfe0202f /test | |
parent | e081fb5a615104d2ac8ec6b193ce3106950a3bbb (diff) | |
download | egawk-bbbdcd5cec911cdef6e8e82c6000b10dabafacae.tar.gz egawk-bbbdcd5cec911cdef6e8e82c6000b10dabafacae.tar.bz2 egawk-bbbdcd5cec911cdef6e8e82c6000b10dabafacae.zip |
All non-standard test cases that caused a hang are now in and pass; (altogether 309 out of 377 pass).
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 0c99de79..9f1c751b 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -54,15 +54,6 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL uninit4 OR ${testcase} STREQUAL uninit5 OR ${testcase} STREQUAL uninitialized) set(options "--lint") - # Check for test cases that cause a "hang" in test case execution. - # Each of them has to be analysed until all of them disappear from this list. - elseif( - ${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 - ) - set(file_suffix "_HANGS") # These are the test cases that fail. # Some of them may reveal genuine bugs. # Most of them fail because they need to be invoked with a special parameter. |