diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/CMakeLists.txt | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index eb3ddcef..d92897d8 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -54,32 +54,6 @@ foreach(testgroup ${ALL_GROUPS} ) ${testcase} STREQUAL uninit4 OR ${testcase} STREQUAL uninit5 OR ${testcase} STREQUAL uninitialized) set(options "--lint") - # 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. - elseif( - ${testcase} STREQUAL argtest OR - ${testcase} STREQUAL badargs OR ${testcase} STREQUAL beginfile2 OR - ${testcase} STREQUAL binmode1 OR ${testcase} STREQUAL charasbytes OR - ${testcase} STREQUAL colonwarn OR - ${testcase} STREQUAL devfd OR ${testcase} STREQUAL devfd1 OR - ${testcase} STREQUAL devfd2 OR ${testcase} STREQUAL dumpvars OR - ${testcase} STREQUAL exit OR - ${testcase} STREQUAL fmtspcl OR - ${testcase} STREQUAL incdupe OR - ${testcase} STREQUAL incdupe2 OR ${testcase} STREQUAL incdupe3 OR - ${testcase} STREQUAL incdupe4 OR ${testcase} STREQUAL incdupe5 OR - ${testcase} STREQUAL incdupe6 OR ${testcase} STREQUAL incdupe7 OR - ${testcase} STREQUAL include2 OR - ${testcase} STREQUAL next OR - ${testcase} STREQUAL nondec2 OR - ${testcase} STREQUAL printfbad2 OR - ${testcase} STREQUAL profile1 OR ${testcase} STREQUAL profile2 OR - ${testcase} STREQUAL profile3 OR - ${testcase} STREQUAL rsstart3 OR - ${testcase} STREQUAL symtab6 OR ${testcase} STREQUAL symtab8 - ) - set(file_suffix "_FAILS") endif() if ("${file_suffix}" STREQUAL "") |