aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-05-06 17:46:17 +0200
committerJuergen Kahrs <Juergen.Kahrs@googlemail.com>2013-05-06 17:46:17 +0200
commit263bd7ca867fdb26241a8681075f99d97c33c4d0 (patch)
tree79c75bd582df797dc23d4edb9b5b8062150b5a2f /test
parentbfebb6547fb331a87820be10d9c91efd274ea399 (diff)
downloadegawk-263bd7ca867fdb26241a8681075f99d97c33c4d0.tar.gz
egawk-263bd7ca867fdb26241a8681075f99d97c33c4d0.tar.bz2
egawk-263bd7ca867fdb26241a8681075f99d97c33c4d0.zip
All 377 test cases are in now. Only mbfw1 and mbprintf1 fail on Linux.
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt26
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 "")