Issue 3869 in pharo: [Failing Test] 1.3 CompilerExceptionsTest

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

Issue 3869 in pharo: [Failing Test] 1.3 CompilerExceptionsTest

pharo
Status: Accepted
Owner: [hidden email]
Labels: Milestone-1.3

New issue 3869 by [hidden email]: [Failing Test] 1.3  
CompilerExceptionsTest
http://code.google.com/p/pharo/issues/detail?id=3869

>>> CompilerTests.CompilerExceptionsTest.testAmbiguousSelector 0.0010 97
>>> CompilerTests.CompilerExceptionsTest.testUndeclaredVariable 0.028 97
>>> CompilerTests.CompilerExceptionsTest.testUndefinedVariable 0.0080 97
>>> CompilerTests.CompilerExceptionsTest.testUnknownSelector 0.0070 97
>>> CompilerTests.CompilerExceptionsTest.testUnusedVariable 0.0070 97


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3869 in pharo: [Failing Test] 1.3 CompilerExceptionsTest

pharo
Updates:
        Status: FixProposed

Comment #1 on issue 3869 by [hidden email]: [Failing Test] 1.3  
CompilerExceptionsTest
http://code.google.com/p/pharo/issues/detail?id=3869

It only fails on Hudson: the NonInteractiveUIManager requires the requestor  
of the parser to answer true to #interactive.

Adding #interactive to the testcase class makes it run correctly on a  
headless image

Fix in CompilerTests-JohanBrichau.82


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3869 in pharo: [Failing Test] 1.3 CompilerExceptionsTest

pharo
Updates:
        Status: Closed

Comment #2 on issue 3869 by [hidden email]: [Failing Test] 1.3  
CompilerExceptionsTest
http://code.google.com/p/pharo/issues/detail?id=3869

in 13157