summaryrefslogtreecommitdiff
path: root/spec/ruby/library/syslog/shared
Commit message (Collapse)AuthorAgeFilesLines
* Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh2020-03-121-4/+3
| | | | | | | | | | | | | | | | | | FreeBSD ``` $ ruby -rsyslog -e 'Syslog.open("rubyspec", Syslog::LOG_PERROR) {|s| s.log(Syslog::LOG_ALERT, "Hello") }' rubyspec 78462 - - Hello ``` Linux ``` $ ruby -rsyslog -e 'Syslog.open("rubyspec", Syslog::LOG_PERROR) {|s| s.log(Syslog::LOG_ALERT, "Hello") }' rubyspec: Hello ``` https://github.com/freebsd/freebsd/commit/591ef7c8076109cff3c41f9bb50da996a34121e9
* spec/ruby/library/syslog: skip the specs that use LOG_PERROR on AndroidYusuke Endoh2020-02-131-1/+1
| | | | | LOG_PERROR is defined on Android, but not implemented yet. See also f3c4e620ac612eab6370b1fb82feaa4e651542bb.
* Update to ruby/spec@875a09eBenoit Daloze2019-07-272-5/+5
|
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-202-0/+80
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e