pike.git/
src/
testsuite.in
Branch:
Tag:
Non-build tags
All tags
No tags
2018-07-14
2018-07-14 09:59:00 by Henrik Grubbström (Grubba) <grubba@grubba.org>
89d10894ccebb3acc5dc379e136f68db3fa53a87 (
3
lines) (+
2
/-
1
)
[
Show
|
Annotate
]
Branch:
master
Testsuite
[Cpp]
: More #line directive fall-out.
8121:
// kill, signal, getpid test_true(intp(getpid()))
-
cond([[all_constants()->kill && (cpp("__NT__")/"\n")[1]=="__NT__" ]],
+
cond([[all_constants()->kill && (cpp("__NT__")/"\n")[
-
1]=="__NT__" ]],
[[ test_do(signal(signum("SIGFPE"),lambda() { add_constant("AFJLLAF",17); })) test_do(kill(getpid(),signum("SIGFPE")))