Boost logo

Boost :

From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2004-09-26 03:10:41


David Abrahams writes:
> David Abrahams <dave_at_[hidden]> writes:
>
>>> OK. Does that imply that somebody is going to look into fixing
>>> "data_members" regression with gcc-2.95.3-linux*
>>> (http://tinyurl.com/5p9jz)?
>>
>> It's inconcievable to me that it could have passed in 1.31.0, since
>> this is part of the test (which hasn't changed):
>>
>>>>> try: x.x = 77
>> ... except AttributeError: pass
>> ... else: print 'no error'
>>
>> So I don't think a fix is possible or practical.
>>
>> On second thought, let me try something; maybe something simple can be done
>> about the majority of these failures.
>
> I'm afraid it didn't pan out. I still can't understand how this
> could be a regression. I don't think it's fixable or could have ever
> worked in the first place.

Well, all I can say that it's marked as "success" in Martin's 1.31 results:

    <test-result library="python" test-name="data_members" toolset="intel-7.1-stdlib-native-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="gcc-3.4.0-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="intel-7.1-linux" result="fail"/>
    <test-result library="python" test-name="data_members" toolset="gcc-3.1-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="gcc-3.2.2-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="gcc-2.95.3-stlport-4.5.3-linux" result="success"/>
                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    <test-result library="python" test-name="data_members" toolset="gcc-3.3-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="gcc-3.2.3-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="gcc-3.3.1-linux" result="success"/>
    <test-result library="python" test-name="data_members" toolset="gcc-2.95.3-linux" result="success"/>
                                                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
    <test-result library="python" test-name="data_members" toolset="gcc-3.3.2-linux" result="success"/>

But if you are positive that there is no way it could have passed, I'm
going to mark it up as expected.

-- 
Aleksey Gurtovoy
MetaCommunications Engineering

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk