| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update some syslog tests to absurb the format change of FreeBSD syslog | Yusuke Endoh | 2020-03-12 | 1 | -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 Android | Yusuke Endoh | 2020-02-13 | 1 | -1/+1 |
| | | | | | | LOG_PERROR is defined on Android, but not implemented yet. See also f3c4e620ac612eab6370b1fb82feaa4e651542bb. | ||||
| * | Update to ruby/spec@875a09e | Benoit Daloze | 2019-07-27 | 2 | -5/+5 |
| | | |||||
| * | Move spec/rubyspec to spec/ruby for consistency | eregon | 2017-09-20 | 2 | -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 | |||||
