mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

intermittent "FAIL unresponsive Script" during FileConnection tests on intex* branches #1699

Open mykmelez opened 9 years ago

mykmelez commented 9 years ago

On the intex branch (and subbranches thereof), the FileConnection tests occasionally fail because of an unresponsive script error that (strangely) appears in the middle of test output suggesting passing test assertions::

1.2:1.5 | com.ibm.tck.javax.microedition.io.file.FileConnection.FileSize#test0004 passed (IOException thrown if invoked on a file) 1.2:1.5 | com.ibm.tck.javax.microedition.io.file.FileConnection.FileSize#test0005 passed (IllegalModeException thrown for connections opened in Connector.WRITE mode) _FAIL unresponsive Script: http://localhost:8000/bld/j2me.js:5614_ 1.2:1.5 | com.ibm.tck.javax.microedition.io.file.FileConnection.FileSize#test0006 passed (Tests fileSize() in Connector.READ mode) 1.2:1.5 | com.ibm.tck.javax.microedition.io.file.FileConnection.FileSize#test0007 passed (Tests fileSize() on a non-existent file) 1.2:1.5 | com.ibm.tck.javax.microedition.io.file.FileConnection.FileSize#test0008 passed (Tests fileSize() on a non-existent file system)

For example, Travis build https://travis-ci.org/mykmelez/pluotsorbet/builds/69214153 on my intex-call-natives-directly subbranch has the problem. I've also seen it locally on Mac.

marco-c commented 9 years ago

Is this still happening? I haven't seen it for a while.