I just quickly looked at the code, it has to do with the member field ' inheritenceLevel <http://code.metager.de/source/s?refs=inheritenceLevel&project=apache>' and the only thing that could be happening is that for some reason the base test is either reusing an instance of the emitter or there is a thread issue in the test.
That is the only thing it could be looking at my code it gathers the number by resolving the class hierarchy. Mike On Tue, Apr 12, 2016 at 10:58 AM, Josh Tynjala <[email protected]> wrote: > I'm on Mac. I'm pretty sure Jenkins is running on Windows, and tests have > been completing successfuly there. I wonder what the difference could be? > > - Josh > > On Tue, Apr 12, 2016 at 3:14 AM, Christofer Dutz < > [email protected]> > wrote: > > > Hi, > > > > > > I am currently making sure all the tests that pass on my Mac also pass on > > Windows. I did find a few tests that didn't work and fixed them (I really > > wonder how they could have passed for ANT on Windows though). I fixed all > > the Unit tests in FalconJX except one: TestAMDClassA ... on Windows most > of > > these are failing, because the output uses $1 on Windows instead of $0 on > > the Mac. > > > > > > java.lang.AssertionError: > > Expected: is "baz: function baz() {\n\tvar tmp = AS3.bind(this, > > \"secret$1\");\n\treturn tmp(\"-bound\");\n}" > > got: "baz: function baz() {\n\tvar tmp = AS3.bind(this, > > \"secret$0\");\n\treturn tmp(\"-bound\");\n}" > > > > Anyone know the reason for this? > > > > > > And I would really appreciate you guys working on Falcon and Falcon JX to > > drop a line on what platform you are working on Mac, Windows, Linux ... I > > think we need to give the Windows part a little more love in the future. > > > > > > Chris > > >
