Skip to content

Commit

Permalink
[Truffle] Adding tags for new failures after adding RbConfig::CONFIG[…
Browse files Browse the repository at this point in the history
…"host_os"]
  • Loading branch information
bjfish committed May 5, 2015
1 parent 3ebe3c9 commit 6c80587
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/truffle/tags/core/file/lchmod_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
fails:File.lchmod changes the file mode of the link and not of the file
fails(linux/openbsd, not supposed to impl):File.lchmod returns false from #respond_to?
fails(linux/openbsd, not supposed to impl):File.lchmod raises a NotImplementedError when called

1 change: 1 addition & 0 deletions spec/truffle/tags/core/io/ioctl_tags.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
fails:IO#ioctl raises IOError on closed stream
fails(linux):IO#ioctl raises an Errno error when ioctl fails
1 change: 1 addition & 0 deletions spec/truffle/tags/core/process/constants_tags.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
fails:Process::Constants has the correct constant values on BSD-like systems
fails:Process::Constants has the correct constant values on Darwin
fails:Process::Constants has the correct constant values on Linux
9 changes: 9 additions & 0 deletions spec/truffle/tags/core/process/setrlimit_tags.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,12 @@ fails:Process.setrlimit when passed a String coerces 'RSS' into RLIMIT_RSS
fails:Process.setrlimit when passed a String raises ArgumentError when passed an unknown resource
fails:Process.setrlimit when passed on Object calls #to_str to convert to a String
fails:Process.setrlimit when passed on Object calls #to_int if #to_str does not return a String
fails:Process.setrlimit when passed a Symbol coerces :RTPRIO into RLIMIT_RTPRIO
fails:Process.setrlimit when passed a Symbol coerces :SIGPENDING into RLIMIT_SIGPENDING
fails:Process.setrlimit when passed a Symbol coerces :MSGQUEUE into RLIMIT_MSGQUEUE
fails:Process.setrlimit when passed a Symbol coerces :NICE into RLIMIT_NICE
fails:Process.setrlimit when passed a String coerces 'RTPRIO' into RLIMIT_RTPRIO
fails:Process.setrlimit when passed a String coerces 'SIGPENDING' into RLIMIT_SIGPENDING
fails:Process.setrlimit when passed a String coerces 'MSGQUEUE' into RLIMIT_MSGQUEUE
fails:Process.setrlimit when passed a String coerces 'NICE' into RLIMIT_NICE

3 changes: 3 additions & 0 deletions spec/truffle/truffle.mspec
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ class MSpecScript

# infinite loop on some examples
# "^spec/ruby/core/string/gsub_spec.rb",

# require etc, linux only spec
"^spec/ruby/core/io/advise_spec.rb"
]

core += [
Expand Down

0 comments on commit 6c80587

Please sign in to comment.