Skip to content
Snippets Groups Projects
Commit 856e0180 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Added a sleep(2).

Rev: src/testsuite.in:1.44
parent 5ff09e08
No related branches found
No related tags found
No related merge requests found
test_true([["$Id: testsuite.in,v 1.43 1997/05/22 23:27:33 hubbe Exp $"]]) test_true([["$Id: testsuite.in,v 1.44 1997/06/12 23:08:10 grubba Exp $"]])
test_eq(1e1,10.0) test_eq(1e1,10.0)
test_eq(1E1,10.0) test_eq(1E1,10.0)
test_eq(1e+1,10.0) test_eq(1e+1,10.0)
...@@ -368,6 +368,7 @@ test_eq(signame(2),"SIGINT") ...@@ -368,6 +368,7 @@ test_eq(signame(2),"SIGINT")
test_true(intp(getpid())) test_true(intp(getpid()))
test_do(signal(signum("SIGFPE"),lambda() { add_constant("AFJLLAF",17); })) test_do(signal(signum("SIGFPE"),lambda() { add_constant("AFJLLAF",17); }))
test_do(kill(getpid(),signum("SIGFPE"))) test_do(kill(getpid(),signum("SIGFPE")))
test_do(sleep(2))
test_eq(AFJLLAF,17) test_eq(AFJLLAF,17)
test_do(add_constant("AFJLLAF")) test_do(add_constant("AFJLLAF"))
test_do(signal(signum("SIGFPE",0))) test_do(signal(signum("SIGFPE",0)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment