ibm-js / ecma402

ECMA-402 JavaScript Internationalization API "shim"
Other
34 stars 21 forks source link

Workaround for tests that alter Object.prototype #51

Closed JCEmmons closed 10 years ago

JCEmmons commented 10 years ago

The current ECMA402 test suite has a number of tests that alter Object.prototype and then try to do something. This type of test, such as test 12.2.2.b, are hanging on some platforms, while giving us very little value other than a red herring to chase. Dissussed with @cjolif and we agreed to comment out this test for now.