From 263bd7ca867fdb26241a8681075f99d97c33c4d0 Mon Sep 17 00:00:00 2001 From: Juergen Kahrs Date: Mon, 6 May 2013 17:46:17 +0200 Subject: All 377 test cases are in now. Only mbfw1 and mbprintf1 fail on Linux. --- test/CMakeLists.txt | 26 -------------------------- 1 file changed, 26 deletions(-) (limited to 'test') 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 "") -- cgit v1.2.3