[#8136] Confused exception handling in Continuation Context — "Robert Dober" <robert.dober@...>

Hi all

13 messages 2006/07/06

[#8248] One-Click Installer: MinGW? or VC2005? — "Curt Hibbs" <ml.chibbs@...>

I just posted this to ruby-talk. But I would also like to discuss this

33 messages 2006/07/18
[#8264] Re: One-Click Installer: MinGW? or VC2005? — Charlie Savage <cfis@...> 2006/07/19

From my experience using both tool chains on Windows (for the ruby-prof

[#8266] Re: One-Click Installer: MinGW? or VC2005? — "Curt Hibbs" <ml.chibbs@...> 2006/07/19

Tim, I'm going to top reply since your post was so long. I'm interested in

[#8267] Re: One-Click Installer: MinGW? or VC2005? — Charlie Savage <cfis@...> 2006/07/19

> Tim, I'm going to top reply since your post was so long. I'm interested in

[#8271] my sandboxing extension!! — why the lucky stiff <ruby-core@...>

I have (what feels like) very exciting news. I finally sat down to code up my

17 messages 2006/07/19

[#8430] Re: doc patch: weakref. — "Berger, Daniel" <Daniel.Berger@...>

> -----Original Message-----

19 messages 2006/07/28
[#8434] Re: doc patch: weakref. — Yukihiro Matsumoto <matz@...> 2006/07/29

Hi,

[#8436] Re: doc patch: weakref. — Daniel Berger <djberg96@...> 2006/07/29

Yukihiro Matsumoto wrote:

[#8437] Re: doc patch: weakref. — Mauricio Fernandez <mfp@...> 2006/07/29

On Sat, Jul 29, 2006 at 07:37:24PM +0900, Daniel Berger wrote:

[#8441] Inconsistency in scoping during module_eval? — "Charles O Nutter" <headius@...>

I have the following code:

18 messages 2006/07/30
[#8442] Re: Inconsistency in scoping during module_eval? — nobu@... 2006/07/30

Hi,

[#8443] Re: Inconsistency in scoping during module_eval? — "Charles O Nutter" <headius@...> 2006/07/30

Why does this:

[#8445] Re: Inconsistency in scoping during module_eval? — Yukihiro Matsumoto <matz@...> 2006/07/30

Hi,

[#8454] Re: Inconsistency in scoping during module_eval? — "Charles O Nutter" <headius@...> 2006/07/31

So to clarify...

RUBY 1.8 CVS HEAD: make test-all failures

From: ville.mattila@...
Date: 2006-07-24 05:30:24 UTC
List: ruby-core #8374
Hello,

The latest changes break make test-all

> ./ruby -v
ruby 1.8.5 (2006-07-23) [i386-solaris2.10]
> uname -a
SunOS future-beat 5.10 Generic_Patch i86pc i386 i86pc

The ruby 1.8.5 (2006-07-20) [i386-solaris2.10] passes all tests ok.


 1) Failure:
test_add_failed_assertion(Test::Unit::TC_TestCase)
    [./testunit/test_testcase.rb:270:in `check'
     ./testunit/test_testcase.rb:5:in `test_add_failed_assertion'
     ./testunit/test_testcase.rb:5:in `__send__']:
The Failure should have the correct location (was
<"./testunit/test_testcase.rb:37:in `__send__'">, expected
</\A.*test_testcase\.rb:\d+:in `test_failure'\Z/>)

  2) Failure:
test_add_failure_nested(Test::Unit::TC_TestCase)
    [./testunit/test_testcase.rb:270:in `check'
     ./testunit/test_testcase.rb:5:in `test_add_failure_nested'
     ./testunit/test_testcase.rb:5:in `__send__']:
The Failure should have the correct location (was
<"./testunit/test_testcase.rb:270:in `test_nested_failure'">)

  3) Failure:
RUNIT::TestAssert#test_assert_equal_float_0
    [./testunit/runit/test_assert.rb:7:in `test_assert_equal_float_0'
     ./testunit/runit/test_assert.rb:7:in `__send__'
     /install/ruby-1-8-cvs/ruby/lib/runit/testcase.rb:9:in `run'
     /install/ruby-1-8-cvs/ruby/lib/runit/testsuite.rb:5:in `run']:
<0>
given as the method name argument to #assert_respond_to must be a Symbol or
#respond_to?(:to_str).
<false> is not true.

  4) Failure:
RUNIT::TestAssert#test_assert_equal_float_0_1
    [./testunit/runit/test_assert.rb:7:in `test_assert_equal_float_0_1'
     ./testunit/runit/test_assert.rb:7:in `__send__'
     /install/ruby-1-8-cvs/ruby/lib/runit/testcase.rb:9:in `run'
     /install/ruby-1-8-cvs/ruby/lib/runit/testsuite.rb:5:in `run']:
<1.35>
given as the method name argument to #assert_respond_to must be a Symbol or
#respond_to?(:to_str).
<false> is not true.

  5) Failure:
RUNIT::TestAssert#test_assert_equal_float_0_5
    [./testunit/runit/test_assert.rb:7:in `test_assert_equal_float_0_5'
     ./testunit/runit/test_assert.rb:7:in `__send__'
     /install/ruby-1-8-cvs/ruby/lib/runit/testcase.rb:9:in `run'
     /install/ruby-1-8-cvs/ruby/lib/runit/testsuite.rb:5:in `run']:
<1.34>
given as the method name argument to #assert_respond_to must be a Symbol or
#respond_to?(:to_str).
<false> is not true.

  6) Failure:
RUNIT::TestAssert#test_assert_equal_float_0_001
    [./testunit/runit/test_assert.rb:7:in `test_assert_equal_float_0_001'
     ./testunit/runit/test_assert.rb:7:in `__send__'
     /install/ruby-1-8-cvs/ruby/lib/runit/testcase.rb:9:in `run'
     /install/ruby-1-8-cvs/ruby/lib/runit/testsuite.rb:5:in `run']:
<1.4142135623731>
given as the method name argument to #assert_respond_to must be a Symbol or
#respond_to?(:to_str).
<false> is not true.

1536 tests, 15487 assertions, 6 failures, 0 errors


In This Thread

Prev Next