|
1 |
| -fails:Process.getrlimit returns a two-element Array of Integers |
2 |
| -fails:Process.getrlimit when passed an Object calls #to_int to convert to an Integer |
3 |
| -fails:Process.getrlimit when passed an Object raises a TypeError if #to_int does not return an Integer |
4 |
| -fails:Process.getrlimit when passed a Symbol coerces :AS into RLIMIT_AS |
5 |
| -fails:Process.getrlimit when passed a Symbol coerces :CORE into RLIMIT_CORE |
6 |
| -fails:Process.getrlimit when passed a Symbol coerces :CPU into RLIMIT_CPU |
7 |
| -fails:Process.getrlimit when passed a Symbol coerces :DATA into RLIMIT_DATA |
8 |
| -fails:Process.getrlimit when passed a Symbol coerces :FSIZE into RLIMIT_FSIZE |
9 |
| -fails:Process.getrlimit when passed a Symbol coerces :NOFILE into RLIMIT_NOFILE |
10 |
| -fails:Process.getrlimit when passed a Symbol coerces :STACK into RLIMIT_STACK |
11 |
| -fails:Process.getrlimit when passed a Symbol coerces :MEMLOCK into RLIMIT_MEMLOCK |
12 |
| -fails:Process.getrlimit when passed a Symbol coerces :NPROC into RLIMIT_NPROC |
13 |
| -fails:Process.getrlimit when passed a Symbol coerces :RSS into RLIMIT_RSS |
14 |
| -fails:Process.getrlimit when passed a Symbol raises ArgumentError when passed an unknown resource |
15 |
| -fails:Process.getrlimit when passed a String coerces 'AS' into RLIMIT_AS |
16 |
| -fails:Process.getrlimit when passed a String coerces 'CORE' into RLIMIT_CORE |
17 |
| -fails:Process.getrlimit when passed a String coerces 'CPU' into RLIMIT_CPU |
18 |
| -fails:Process.getrlimit when passed a String coerces 'DATA' into RLIMIT_DATA |
19 |
| -fails:Process.getrlimit when passed a String coerces 'FSIZE' into RLIMIT_FSIZE |
20 |
| -fails:Process.getrlimit when passed a String coerces 'NOFILE' into RLIMIT_NOFILE |
21 |
| -fails:Process.getrlimit when passed a String coerces 'STACK' into RLIMIT_STACK |
22 |
| -fails:Process.getrlimit when passed a String coerces 'MEMLOCK' into RLIMIT_MEMLOCK |
23 |
| -fails:Process.getrlimit when passed a String coerces 'NPROC' into RLIMIT_NPROC |
24 |
| -fails:Process.getrlimit when passed a String coerces 'RSS' into RLIMIT_RSS |
25 |
| -fails:Process.getrlimit when passed a String raises ArgumentError when passed an unknown resource |
26 |
| -fails:Process.getrlimit when passed on Object calls #to_str to convert to a String |
27 |
| -fails:Process.getrlimit when passed on Object calls #to_int if #to_str does not return a String |
28 | 1 | fails:Process.getrlimit when passed a Symbol coerces :SBSIZE into RLIMIT_SBSIZE
|
29 |
| -fails:Process.getrlimit when passed a Symbol coerces :RTTIME into RLIMIT_RTTIME |
30 |
| -fails:Process.getrlimit when passed a Symbol coerces :MSGQUEUE into RLIMIT_MSGQUEUE |
31 |
| -fails:Process.getrlimit when passed a Symbol coerces :SIGPENDING into RLIMIT_SIGPENDING |
32 |
| -fails:Process.getrlimit when passed a Symbol coerces :RTPRIO into RLIMIT_RTPRIO |
33 |
| -fails:Process.getrlimit when passed a Symbol coerces :NICE into RLIMIT_NICE |
34 | 2 | fails:Process.getrlimit when passed a String coerces 'SBSIZE' into RLIMIT_SBSIZE
|
35 |
| -fails:Process.getrlimit when passed a String coerces 'RTTIME' into RLIMIT_RTTIME |
36 |
| -fails:Process.getrlimit when passed a String coerces 'MSGQUEUE' into RLIMIT_MSGQUEUE |
37 |
| -fails:Process.getrlimit when passed a String coerces 'SIGPENDING' into RLIMIT_SIGPENDING |
38 |
| -fails:Process.getrlimit when passed a String coerces 'RTPRIO' into RLIMIT_RTPRIO |
39 |
| -fails:Process.getrlimit when passed a String coerces 'NICE' into RLIMIT_NICE |
0 commit comments