<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    I get something else. First I get 3 requests for my initials and the
    following tests show up as *failures*:<br>
    <br>
    <font face="Georgia">'MCMethodDefinitionTest&gt;&gt;#testPartiallyRevertOverrideMethod'<br>
      'MCMethodDefinitionTest&gt;&gt;#testRevertOldMethod' <br>
      'MCMethodDefinitionTest&gt;&gt;#testRevertOverrideMethod'<br>
      <br>
      If I enter my initials and rerun the tests, I get 1 *error*:<br>
      <br>
      MessageNotUnderstood: MCMockClassA&gt;&gt;one<br>
      31 October 2013 8:41:26.694 am<br>
      <br>
      VM: Mac OS - Smalltalk<br>
      Image: Squeak4.5 [latest update: #13156]<br>
      <br>
      SecurityManager state:<br>
      Restricted: false<br>
      FileAccess: true<br>
      SocketAccess: true<br>
      Working Dir /Users/bob/squeak/SECOG<br>
      Trusted Dir /foobar/tooBar/forSqueak/bogus/<br>
      Untrusted Dir
      /Users/bob/Library/Preferences/Squeak/Internet/Untrusted<br>
      <br>
      MCMockClassA(Object)&gt;&gt;doesNotUnderstand: #one<br>
          Receiver: a MCMockClassA<br>
          Arguments and temporary variables: <br>
              aMessage:     one<br>
              exception:     MessageNotUnderstood:
      MCMockClassA&gt;&gt;one<br>
              resumeValue:     nil<br>
          Receiver's instance variables: <br>
              ivar:     nil<br>
      <br>
      MCMethodDefinitionTest&gt;&gt;testLoadAndUnload<br>
          Receiver: MCMethodDefinitionTest&gt;&gt;#testLoadAndUnload<br>
          Arguments and temporary variables: <br>
              definition:     a
      MCMethodDefinition(MCMockClassA&gt;&gt;one)<br>
          Receiver's instance variables: <br>
              testSelector:     #testLoadAndUnload<br>
              timeout:     nil<br>
              navigation:     a SystemNavigation<br>
              isModified:     false<br>
              overrideTimestamp:     'eem 10/9/2010 17:15'<br>
      <br>
      Cheers,<br>
      Bob<br>
      <br>
    </font>
    <div class="moz-cite-prefix">On 10/31/13 8:12 AM, Frank Shearar
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAJbhyRGW3JHQmmV9_wDJXSm_De3vk7DTea3TFNcBLRcwdu=5QA@mail.gmail.com"
      type="cite">
      <pre wrap="">I can run the Monticello tests through the TestRunner, where I have
three failures:

MCEnvironmentLoadTest &gt;&gt; #testLoadIntoEnvironment fails, as it should
(because noone's implemented the backing behaviour yet).

MCWorkingCopyTest &gt;&gt; #testInfoProxy sometimes passes, and sometimes fails.

Lastly, MCClassDefinitionTest &gt;&gt; #testLoadAndUnload fails with
"RemoteString past end of file"

Bob, is that what you see?

frank

On 31 October 2013 10:09, Bob Arning <a class="moz-txt-link-rfc2396E" href="mailto:arning315@comcast.net">&lt;arning315@comcast.net&gt;</a> wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">FWIW, I just tried to run MCMethodDefinitionTest in an updated image and it
popped up 3 requests for my initials and failed 3 tests.

Cheers,
Bob

On 10/31/13 5:20 AM, Frank Shearar wrote:

On 30 October 2013 23:15, Frank Shearar <a class="moz-txt-link-rfc2396E" href="mailto:frank.shearar@gmail.com">&lt;frank.shearar@gmail.com&gt;</a> wrote:

<a class="moz-txt-link-freetext" href="http://build.squeak.org/job/SqueakTrunk/574/console">http://build.squeak.org/job/SqueakTrunk/574/console</a> shows a typical
failure in CI at the moment. The relevant output is:

2013-10-30T22:17:00.132+01:00: Running tests for Tests...
!!! Killed command 0 for exceeding allotted time: nice
/home/jenkins/workspace/SqueakTrunk/target/cog.r2776/coglinux/bin/squeak
-vm-sound-null -vm-display-null
"/home/jenkins/workspace/SqueakTrunk/target/PostTestTrunkImage.image"
../tests.st.
/home/jenkins/workspace/SqueakTrunk/benchmarks.st
spawning command 1 with timeout 600 seconds: nice
/home/jenkins/workspace/SqueakTrunk/target/cog.r2776/coglinux/bin/squeak
-vm-sound-null -vm-display-null
"/home/jenkins/workspace/SqueakTrunk/target/PostTestTrunkImage.image"
../benchmarks.st

2013-10-30T23:01:41.404+01:00: Running tests for ToolBuilder-Kernel...

Note that the "!!!" line happens because the running of the full test
suite took OVER 40 MINUTES. My crummy little laptop chewed through the
test suite in 10 minutes.

So: on Windows 8 I cannot reproduce the problem. Would someone with a
Linux machine please try run the full suite of tests? I strongly
suspect we have a dialog popping up, but only on Linux.

I can reproduce the issue with a Cog on Ubuntu. There's no modal
dialog. If I cmd-., I can see that MCMethodDefinitionTest is running.
It looks like it's looping forever in MCMockPackageInfo &gt;&gt;
#changeRecordsForMethod:do:'s

    [position notNil &amp; file notNil]
        whileTrue:
        [file position: (0 max: position-150).  "Skip back to before
the preamble"
        [file position &lt; (position-1)]  "then pick it up from the front"
            whileTrue: [chunk := file nextChunk].

Thoughts?

frank






</pre>
      </blockquote>
      <pre wrap="">

</pre>
    </blockquote>
    <br>
  </body>
</html>