I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.
Thanks, matz. I’ll be a good boy.
Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.
$ make && make test && make install && cd test && ruby runner.rb
I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.
matz.
Well…
E:\dev\Src\ruby-1.8.1\test>runner.rb
Loaded suite test
Started
…
…E…
…
…
…basic_auth is not supported under soap4r + net/http
for now.
…
…
…
…
Finished in 619.08 seconds.
but that’s ln, it shouldn’t work in windows anyway, isn’t it?.
Tested in Win200 pro on cmd and msys shell, compiled with mingw, both
results the same in test_fileutils.rb. I’m not sure what the soap4r
above means.
nasun% ruby runner.rb
Loaded suite .
Started
..................................................................................................................................................................................................................................................................................................................................................................................................................basic_auth is not supported under soap4r + net/http for now.
.EEE...........................................................................................................................................................................................................................E..............................................................................
Finished in 61.232761 seconds.
On Monday, December 22, 2003, 9:50:18 PM, Hiroshi wrote:
Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.
$ make && make test && make install && cd test && ruby runner.rb
I will going to release 1.8.1 on 24th or 25th, unless any showstopper
prevents me. Merry Christmas.
Thanks, matz. I’ll be a good boy.
Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.
$ make && make test && make install && cd test && ruby runner.rb
Just installed ruby-1.8.1-preview4, After this failure, it seems to hang
forever. It would be nice when a testcase exceeds a timelimit, say 15
seconds, outputted to the display which method it currently were
evaluating. I had to CTRL-C it.
rehash
ruby -v
ruby 1.8.1 (2003-12-22) [i386-freebsd5.1]
ruby runner.rb
Loaded suite .
Started
…/home/neoneye
/stow/ruby/lib/ruby/1.8/drb/drb.rb:705:in open': druby://server.neoneye.home:64 149 - #<Errno::ETIMEDOUT: Operation timed out - connect(2)> (DRb::DRbConnError) from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in each’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in open' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1084:in initialize
’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in new' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in open’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1014:in method_mis sing' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extserv.rb:16:in initiali
ze’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12:in ne w' from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12 ^CE/home/neoneye/stow/ruby/lib/ruby/1.8/drb/extservm.rb:78:in stop’: Interrupt from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extservm.rb:78:in invoke_service' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extservm.rb:38:in service’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/drbtest.rb:235:in setup' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testcase.rb:69:in run’
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:34:in run' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in each’
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:33:in run' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/testsuite.rb:34:in run’
… 8 levels…
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/ui/console/testrunner.rb:21:in run' from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/autorunner.rb:183:in run’
from /home/neoneye/stow/ruby/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run’
from runner.rb:7
BTW: have a nice christmas
···
On Mon, 22 Dec 2003 19:50:18 +0900, NAKAMURA, Hiroshi wrote:
Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.
$ make && make test && make install && cd test && ruby runner.rb
I tried to do so.
./configure --prefix=/usr/local/ruby181p4
(snip)
make
(snip)
make test
test succeeded
su
Password:
# make install
(snip)
# exit
logout
cd test/
/usr/local/ruby181p4/bin/ruby runner.rb
./soap/helloworld/hw_s.rb:3: undefined superclass `StandaloneServer' (TypeError)
from ./soap/helloworld/test_helloworld.rb:6:in `require'
from ./soap/helloworld/test_helloworld.rb:6
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:75:in `require'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:75:in `collect_file'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:58:in `recursive_collect'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:50:in `each'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:50:in `recursive_collect'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/collector/dir.rb:54:in `recursive_collect'
... 7 levels...
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/autorunner.rb:54:in `'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/autorunner.rb:181:in `run'
from /usr/local/ruby181p4/lib/ruby/1.8/test/unit/autorunner.rb:13:in `run'
from runner.rb:7
Error:
test_post_match(TestStringScanner):
NoMethodError: undefined method post_match' for #<StringScanner_R 1/9 a " @ " b c ..."> ./strscan/test_stringscanner.rb:424:in test_post_match’
Error:
test_pre_match(TestStringScanner):
NoMethodError: undefined method pre_match' for #<StringScanner_R 1/9 a " @ " b c ..."> ./strscan/test_stringscanner.rb:392:in test_pre_match’
Folks, who are not in Christmas holiday :-),
please run the testsuite after installing preview4. Then,
please take a little time to file the report if any failures or
errors would be found.
Hmm. Seems to have an old version of http-access2 installed.
rm -rf /usr/local/lib/ruby/site_ruby/1.8/http-access2*
or get the latest version from http://raa.ruby-lang.org/list.rhtml?name=http-access2
Would you please run the test again?
E:\dev\Src\ruby-1.8.1\test>runner.rb
Loaded suite test
Started
…
…E…
…
…
…basic_auth is not supported under soap4r + net/http
for now.
…
…
…
…
Finished in 619.08 seconds.
but that’s ln, it shouldn’t work in windows anyway, isn’t it?.
Tested in Win200 pro on cmd and msys shell, compiled with mingw, both
results the same in test_fileutils.rb.
Is it FAT32 filesystem you are running test on? Please ignore this
then.
I’m not sure what the soap4r
above means.
Ignore this, too. It is accepted as soap4r + net/http specification
for now yesterday and I removed this warning.
Error:
test_charset(SOAP::TestStreamHandler):
NameError: undefined local variable or method `num’ for REXML::Encoding:Module
/usr/home/msys/decoux/local/r181/lib/ruby/1.8/rexml/encodings/US-ASCII.rb:13
Change US-ASCII.rb:3 to <<-‘EOL’, or try [ruby-core:01960].
Some iconv implementations ignore case in encoding name, but
some others don’t. And there is no portable way to get
supported encodings list, or to know wheather case sensitive or
not. Iconv library specification is quite incomplete.
# The URI for the server to connect to
URI="druby://localhost:8787"
class TimeServer
def get_current_time
return Time.now
end
end
# The object that handles requests on the server
FRONT_OBJECT=TimeServer.new
···
#
$SAFE = 1 # disable eval() and friends
DRb.start_service(URI, FRONT_OBJECT)
# Wait for the drb server thread to finish before exiting.
DRb.thread.join
nasun%
nasun% cat c.rb
require 'drb/drb'
# The URI to connect to
SERVER_URI="druby://localhost:8787"
#
# Start a local DRbServer to handle callbacks.
#
# Not necessary for this small example, but will be required
# as soon as we pass a non-marshallable object as an argument
# to a dRuby call.
DRb.start_service
nasun% gcc -v
Reading specs from /opt/sparcv9/bin/../lib/gcc-lib/sparc-sun-solaris2.8/3.3.2/specs
Configured with: /j/ts/gcc-3.3.2/configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --prefix=/opt/gcc332
Thread model: posix
gcc version 3.3.2
nasun%
nasun% ruby s.rb &
[2] 25739
nasun%
nasun% ruby c.rb
/usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:553:in `read': Resource temporarily unavailable (DRb::DRbConnError)
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:553:in `load'
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:610:in `recv_reply'
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:864:in `recv_reply'
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1090:in `send_message'
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1015:in `method_missing'
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1014:in `open'
from /usr/home/msys/decoux/local/r181/lib/ruby/1.8/drb/drb.rb:1014:in `method_missing'
from c.rb:14
nasun%
test_s_mustc(TestStringScanner) [./strscan/test_stringscanner.rb:43]:
Exception raised:
Class:
Message: <“strscan is not C version”>
—Backtrace—
/usr/local/lib/ruby/site_ruby/1.8/rscan.rb:18:in must_C_version' ../strscan/test_stringscanner.rb:44:in test_s_mustc’
…/strscan/test_stringscanner.rb:43:in assert_nothing_raised' ../strscan/test_stringscanner.rb:43:in test_s_mustc’
Delete /usr/local/lib/ruby/site_ruby/1.8/rscan.rb and strscan related file
(/usr/local/lib/ruby/site_ruby/1.8/i686-linux/* or something).
Would you please try it again then?
Hmm. Seems to have an old version of http-access2 installed.
rm -rf /usr/local/lib/ruby/site_ruby/1.8/http-access2*
or get the latest version from http://raa.ruby-lang.org/list.rhtml?name=http-access2
Would you please run the test again?
That solved the problem. All of the tests pass now. Thanks.
Just installed ruby-1.8.1-preview4, After this failure, it seems to hang
forever. It would be nice when a testcase exceeds a timelimit, say 15
seconds, outputted to the display which method it currently were
evaluating. I had to CTRL-C it.
‘ruby runner.rb -v’ dumps the test evaluating.
rehash
ruby -v
ruby 1.8.1 (2003-12-22) [i386-freebsd5.1]
ruby runner.rb
Loaded suite .
Started
…/home/neoneye
/stow/ruby/lib/ruby/1.8/drb/drb.rb:705:in open': druby://server.neoneye.home:64 149 - #<Errno::ETIMEDOUT: Operation timed out - connect(2)> (DRb::DRbConnError) from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in each’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:698:in open' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1084:in initialize
’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in new' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1067:in open’
from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/drb.rb:1014:in method_mis sing' from /home/neoneye/stow/ruby/lib/ruby/1.8/drb/extserv.rb:16:in initiali
ze’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12:in `ne
w’
from /usr/home/neoneye/install/ruby-1.8.1/test/drb/ut_array.rb:12