diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2016-12-29 03:36:05 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-01-05 15:30:49 +0300 |
commit | e1837dc7da78055ab3e355c3e941a7415146c1b8 (patch) | |
tree | f11eab4c14ea9f96a608c4bc1166ce3ba0927dcd /tests/test/script/runner/status.test | |
parent | 30b7cad6fb2fc6a5d01cdc8e68c4f37f5da251b9 (diff) |
Print signal/core dump like shell/make
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 +#\ |