From bbbdcd5cec911cdef6e8e82c6000b10dabafacae Mon Sep 17 00:00:00 2001 From: Juergen Kahrs Date: Sat, 4 May 2013 19:48:44 +0200 Subject: All non-standard test cases that caused a hang are now in and pass; (altogether 309 out of 377 pass). --- test/CMakeLists.txt | 9 --------- 1 file changed, 9 deletions(-) (limited to 'test') 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. -- cgit v1.2.3