From 19cd6390d57acdfcd6574a27d48721d10da20d68 Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Tue, 2 Feb 2010 13:06:45 +0100 Subject: [PATCH] Fix testsuite for the new continutation syntax using a '!' after the event count --- tests/10singlethreading_alpha.tests | 4 ++-- tests/10singlethreading_beta.tests | 4 ++-- tests/10singlethreading_release.tests | 4 ++-- tests/20multithreading_alpha.tests | 4 ++-- tests/test.sh | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/10singlethreading_alpha.tests b/tests/10singlethreading_alpha.tests index 071de4f..1a6be2a 100644 --- a/tests/10singlethreading_alpha.tests +++ b/tests/10singlethreading_alpha.tests @@ -8,8 +8,8 @@ err: callback test .* NO LOG err: callback test .*: ERR: .*: main: third log line 0x1234 err: callback test .* NO LOG 0x1234 err: callback test .*: NOTICE: .*: main: Multi 0x1234 -err: callback test .*: NOTICE: .*: main: line 0x1234 -err: callback test .*: NOTICE: .*: main: logging 0x1234 +err: callback test .*! NOTICE: .*: main: line 0x1234 +err: callback test .*! NOTICE: .*: main: logging 0x1234 err: callback test .* NO LOG 0x1234 END diff --git a/tests/10singlethreading_beta.tests b/tests/10singlethreading_beta.tests index 6dac5fc..0511cfe 100644 --- a/tests/10singlethreading_beta.tests +++ b/tests/10singlethreading_beta.tests @@ -10,8 +10,8 @@ err: callback test .* NO LOG err: callback test .*: ERR: .*: main: third log line 0x1234 err: callback test .* NO LOG 0x1234 err: callback test .*: NOTICE: .*: main: Multi 0x1234 -err: callback test .*: NOTICE: .*: main: line 0x1234 -err: callback test .*: NOTICE: .*: main: logging 0x1234 +err: callback test .*! NOTICE: .*: main: line 0x1234 +err: callback test .*! NOTICE: .*: main: logging 0x1234 err: callback test .* NO LOG 0x1234 END diff --git a/tests/10singlethreading_release.tests b/tests/10singlethreading_release.tests index 9717018..a121e3e 100644 --- a/tests/10singlethreading_release.tests +++ b/tests/10singlethreading_release.tests @@ -8,8 +8,8 @@ err: callback test .* NO LOG err: callback test .*: ERR: .*: main: third log line 0x1234 err: callback test .* NO LOG 0x1234 err: callback test .*: NOTICE: .*: main: Multi 0x1234 -err: callback test .*: NOTICE: .*: main: line 0x1234 -err: callback test .*: NOTICE: .*: main: logging 0x1234 +err: callback test .*! NOTICE: .*: main: line 0x1234 +err: callback test .*! NOTICE: .*: main: logging 0x1234 err: callback test .* NO LOG 0x1234 END diff --git a/tests/20multithreading_alpha.tests b/tests/20multithreading_alpha.tests index c3c545d..d7188e7 100644 --- a/tests/20multithreading_alpha.tests +++ b/tests/20multithreading_alpha.tests @@ -8,8 +8,8 @@ err: callback test .* NO LOG err: callback test .*: ERR: .*: main: third log line 0x1234 err: callback test .* NO LOG 0x1234 err: callback test .*: NOTICE: .*: main: Multi 0x1234 -err: callback test .*: NOTICE: .*: main: line 0x1234 -err: callback test .*: NOTICE: .*: main: logging 0x1234 +err: callback test .*! NOTICE: .*: main: line 0x1234 +err: callback test .*! NOTICE: .*: main: logging 0x1234 err: callback test .* NO LOG 0x1234 END diff --git a/tests/test.sh b/tests/test.sh index a9606ef..2b239eb 100755 --- a/tests/test.sh +++ b/tests/test.sh @@ -59,7 +59,7 @@ LC_ALL=C #config validating the output the `LOGSUPRESS` variable can be set to a regex to filter this things out. #config The default as shown above filters some NoBug annotations and non fatal logging out. #config -LOGSUPPRESS='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}: \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\):' +LOGSUPPRESS='^\(\*\*[0-9]*\*\* \)\?[0-9]\{10,\}[:!] \(TRACE\|INFO\|NOTICE\|WARNING\|ERR\):' #config PARA Resource Limits; ulimit; constrain resource limits #config It is possible to set some limits for tests to protect the system against really broken cases. -- 2.11.4.GIT