|
|
|
|
|
by MichaelCrawford
3969 days ago
|
|
It would be a valuable contribution to publish the difference between what your tool says JS should do, and what production interpreters really do with that same JS source. I expect there is an open source test suite available. While at Apple in 1995 I came across a common in our system software that said "MacDraw needs this". Apple had a lending library with every third-party product that had ever been published, but for QA and bug isolation only. My job was mostly to isolate crashes that were stimulated by third party code. About half the time it was their fault; to the extent we possibly could we isolated it anyway by reverse-engineering their binaries. Apple Developer Tech Support would work with the developers to help them fix it. Sometimes its OK to depend on undocumented behavior, sometimes its not. Embedded systems for example might never receive new firmware so if the release firmware complies with specification then that undocumented behavior is completely cool. |
|