diff options
Diffstat (limited to 'tests/test/script/runner/status.test')
-rw-r--r-- | tests/test/script/runner/status.test | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/test/script/runner/status.test b/tests/test/script/runner/status.test index fc0edff..f12cd58 100644 --- a/tests/test/script/runner/status.test +++ b/tests/test/script/runner/status.test @@ -42,3 +42,18 @@ $b 2>>~%EOE% != 0 % info: stderr: test[/\\]1[/\\]stderr% Error EOE + +#\ +: segmentation-fault +: +: Can pop up dialog boxes on Windows or produce coredump on POSIX. Note that +: under Wine some extra info is printed to STDOUT. +: +$c <'$* -t m'; +$b 2>>~%EOE% != 0 +%wine: .+%? +%testscript:1: error: \.\.[/\\]\.\.[/\\]\.\.[/\\]driver(\.exe)? terminated abnormally% +% info: .+% +% info: stdout: test\\1\\stdout%? +EOE +#\ |