ciscoheat / buddy

Your friendly BDD testing library for Haxe!
MIT License
96 stars 24 forks source link

Neko tests failing - buddy: [0.11.1] #17

Closed brendanjerwin closed 10 years ago

brendanjerwin commented 10 years ago

Getting this. It used to work, some test I added seems to have caused it, but I've not been able to hunt it down. Works fine in flash.

...Called from ? line 1
Called from buddy/GenerateMain.hx line 117
Called from buddy/SuitesRunner.hx line 30
Called from promhx/Promise.hx line 102
Called from promhx/base/AsyncBase.hx line 221
Called from promhx/base/AsyncBase.hx line 148
Called from promhx/base/EventLoop.hx line 73
Called from promhx/base/EventLoop.hx line 57
Called from promhx/base/AsyncBase.hx line 158
Called from promhx/base/AsyncBase.hx line 145
Uncaught exception - Invalid field access : length

Any guidance as to what to look for?

brendanjerwin commented 10 years ago

Strangely, they seem to have come back... I imagine that something about the particular list of tests that I had made it act up.

ciscoheat commented 10 years ago

Do you have some relatively simple code example that reproduces this error?

brendanjerwin commented 10 years ago

Man, I wish I did... It appeared, hung around for a while, and as I added some other tests, it went away.

If it happens again I'll try and sniff out what might be a smaller reproduction case.

ciscoheat commented 10 years ago

Ok. :) Closing this for now then.