Issue 6178 in pharo: All test jobs fail due to error in Zodiac tests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
4 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 6178 in pharo: All test jobs fail due to error in Zodiac tests

pharo
Status: BrokenBuild
Owner: [hidden email]
CC: [hidden email]
Labels: Type-Bug Milestone-2.0 Importance-Low

New issue 6178 by [hidden email]: All test jobs fail due to error in  
Zodiac tests
http://code.google.com/p/pharo/issues/detail?id=6178

  Image: Pharo2.0a [Latest update: #20163]

   Character(Object)>>doesNotUnderstand: #+
    Receiver: $c
    Arguments and temporary variables:
   <<error during printing>
    Receiver's instance variables:
    value: 99


   [:serverSocket |
   | clientSocket stream data |
   clientSocket := serverSocket waitForAcceptFor: 10.
    stream := self socketStreamClass on: clientSocket.
    data := stream next.
    stream
    nextPut: (data + 1 bitAnd: 255).
    stream close] in  
ZdcReferenceSocketStreamTests(ZdcAbstractSocketStreamTests)>>testAddOneEcho
    Receiver: ZdcReferenceSocketStreamTests>>#testAddOneEcho
    Arguments and temporary variables:
   <<error during printing>
    Receiver's instance variables:
    testSelector: #testAddOneEcho
    expectedFails: nil



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6178 in pharo: All test jobs fail due to error in Zodiac tests

pharo

Comment #1 on issue 6178 by [hidden email]: All test jobs fail due  
to error in Zodiac tests
http://code.google.com/p/pharo/issues/detail?id=6178

I am looking into it.

Apparently, ZdcReferenceSocketStreamTests isAbstract so it does not run  
under Test Runner, but it does run on the build server - that's a bug too.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6178 in pharo: All test jobs fail due to error in Zodiac tests

pharo
Updates:
        Status: FixToInclude

Comment #2 on issue 6178 by [hidden email]: All test jobs fail due  
to error in Zodiac tests
http://code.google.com/p/pharo/issues/detail?id=6178

In the SS3 inbox

Name: Zodiac-Tests-SvenVanCaekenberghe.6
Author: SvenVanCaekenberghe
Time: 27 June 2012, 11:56:50.743 am
UUID: c54fc1e3-4d4a-4879-b2d0-b2e5bd3549b6
Ancestors: Zodiac-Tests-SvenVanCaekenberghe.5

ZdcReferenceSocketStreamTests was still abstract and thus did not run and  
when it ran, it failed because the plain/reference SocketStreams where not  
binary.
Refactored the ZdcAbstractSocketStreamTests suite to make plain/reference  
SocketStreams binary and such where necessary.



_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 6178 in pharo: All test jobs fail due to error in Zodiac tests

pharo
Updates:
        Status: Integrated

Comment #3 on issue 6178 by [hidden email]: All test jobs fail due  
to error in Zodiac tests
http://code.google.com/p/pharo/issues/detail?id=6178

in 2.0 164


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker