mlartz (Michael Artz)
- Login: mlartz
- Email: mlartz@gmail.com
- Registered on: 06/21/2012
- Last sign in: 06/23/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 0 | 0 |
Activity
06/23/2012
-
08:17 AM Ruby Bug #6573: Webrick test failures
- Unfortunately, like I mentioned earlier, just doing this for test_httpproxy.rb fixed it when just running webrick tests, but still failed when running the entire test suite, as some other non-webrick test includes webrick without first i...
06/22/2012
-
05:52 AM Ruby Bug #6573: Webrick test failures
- It appears that WEBrick::HTTPServlet::CGIHandler (webrick/httpservlet/cgihandler.rb) file embeds RbConfig.ruby into a constant when the file is required. test/ruby/envutil.rb monkeypatches RbConfig.ruby to use the newly compiled Ruby. ...
-
01:09 AM Ruby Bug #6573: Webrick test failures
- I'm seeing the same behavior with CentOS 6.2, both using your (Fedora's) RPM spec file and building Ruby from scratch.
Based on @bkabrada's "fixes" via commenting the webrick 'requires's, I dug a little deeper. It looks like "requi...