blob: 9fe4c29cf56d082645a16895b42e017ef48a6a2e (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#
assert_normal_exit(<<'End', '[ruby-dev:37934]')
Thread.new { sleep 1; Thread.kill Thread.main }
Process.setrlimit(:NPROC, 1)
fork {}
End
|