aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-03-06 19:22:04 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-03-15 19:52:39 +0300
commit84dd05fe654eadd755d25932fcd76d1254dc8865 (patch)
treeb2d62fe60dc14b034a1dd9f0ba2292bbe3ed7acd /tests
parent430e46f7e352b1146f289e82f614d0b68c75aab5 (diff)
Print unexpected or regex non-matching test command stdout/stderr
Diffstat (limited to 'tests')
-rw-r--r--tests/test/script/runner/redirect.test5
-rw-r--r--tests/test/script/runner/regex.test2
2 files changed, 7 insertions, 0 deletions
diff --git a/tests/test/script/runner/redirect.test b/tests/test/script/runner/redirect.test
index 4e0bc69..0535617 100644
--- a/tests/test/script/runner/redirect.test
+++ b/tests/test/script/runner/redirect.test
@@ -112,6 +112,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex.
%testscript:1: error: ../../../../../driver(.exe)? stdout doesn't match the regex%
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex
+ fooo
EOE
: portable-path-failure
@@ -127,6 +128,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex.
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex
info: stdin: test/1/stdin
+ foo
EOE
cat test/1/stdout.regex >"%bar$psr%"
@@ -137,6 +139,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex.
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex
info: stdin: test/1/stdin
+ foo
EOE
cat test/1/stdout.regex >:"%bar$psr%"
}
@@ -392,6 +395,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex.
%testscript:1: error: ../../../../../driver(.exe)? stdout doesn't match the regex%
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex
+ foo
EOE
: mismatch-icase
@@ -404,6 +408,7 @@ psr = ($cxx.target.class != 'windows' ? '/' : '\\') # Path separator in regex.
%testscript:1: error: ../../../../../driver(.exe)? stdout doesn't match the regex%
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex~i
+ foo
EOE
}
}
diff --git a/tests/test/script/runner/regex.test b/tests/test/script/runner/regex.test
index c45c3a5..e0ef1c9 100644
--- a/tests/test/script/runner/regex.test
+++ b/tests/test/script/runner/regex.test
@@ -44,6 +44,7 @@
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex
info: stdin: test/1/stdin
+ foo
EOE
}
@@ -168,6 +169,7 @@
info: stdout: test/1/stdout
info: stdout regex: test/1/stdout.regex
info: stdin: test/1/stdin
+ foo
EOE
}
}