summaryrefslogtreecommitdiff
path: root/KNOWNBUGS.rb
blob: 1b170b6712eefbeb00e7761ec1582fcb6aeffe9f (plain)
1
2
3
4
5
6
7
8
9
#
# This test file concludes tests which point out known bugs.
# So all tests will cause failure.
#

assert_normal_exit(<<'End', '[ruby-dev:37934]')
  Process.setrlimit(:NPROC, 1)
  system("ls")
End