Skip to content

Commit

Permalink
[Truffle] Process.setrlimit failures on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed May 28, 2015
1 parent 3a5dda7 commit 2215b6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/truffle/tags/core/process/getrlimit_tags.txt
Original file line number Diff line number Diff line change
@@ -37,3 +37,5 @@ fails:Process.getrlimit when passed a String coerces 'MSGQUEUE' into RLIMIT_MSGQ
fails:Process.getrlimit when passed a String coerces 'SIGPENDING' into RLIMIT_SIGPENDING
fails:Process.getrlimit when passed a String coerces 'RTPRIO' into RLIMIT_RTPRIO
fails:Process.getrlimit when passed a String coerces 'NICE' into RLIMIT_NICE
fails:Process.setrlimit when passed a Symbol coerces :RTTIME into RLIMIT_RTTIME
fails:Process.setrlimit when passed a String coerces 'RTTIME' into RLIMIT_RTTIME

0 comments on commit 2215b6d

Please sign in to comment.