Yes, this is mostly expected. As you implement features, other tests for unimplemented features may behave differently since some of the things they need to work have been implemented (but not all).
Run these tests directly, and see why they fail. If it's due to something you have yet to implement, fine, if not, then re-check your implementation of overrideMimeType(). (You can open a pull request first if you wish) Thanks, -Manish Goregaokar On Sun, Oct 25, 2015 at 2:33 AM, Jitendra Jain <[email protected]> wrote: > Hello, > > We are working on M1504: Implement support for missing XMLHttpRequest API > < > https://github.com/servo/servo/wiki/Implement-support-for-missing-XMLHttpRequest-APIs > > > > We have finished implementing the overrideMimeType() method as mentioned in > the initial steps of the project specification given above. We have also > adjusted the expectations for the existing tests that now pass. However, > while running the test suite for XMLHttpRequest we are getting some of the > tests to timeout and crash. > > To verify if this was as a result of our implementation of the > overrideMimeType() method, we also built the initial code which we forked > from servo and ran the same tests on it. We see that most of the test > results match our test results except these additional tests which > crash/timeout after our implementation : > > /XMLHttpRequest/overridemimetype-open-state-force-utf-8.htm > ----------------------------------------------------------- CRASH [Parent] > /XMLHttpRequest/overridemimetype-unsent-state-force-shiftjis.htm > ---------------------------------------------------------------- CRASH > [Parent] /XMLHttpRequest/overridemimetype-open-state-force-xml.htm > --------------------------------------------------------- TIMEOUT expected > FAIL XMLHttpRequest: overrideMimeType() in open state, XML MIME type with > UTF-8 charset TIMEOUT [Parent] > > Is this the expected behavior since we have implemented just the initial > steps mentioned in the project specification or we are missing something ? > > > -- > Thanks and Regards, > Jitendra Jain, > Master's Student, > Computer Science Department, > North Carolina State University, > Ph: +1 (919)-985-5776 > _______________________________________________ > dev-servo mailing list > [email protected] > https://lists.mozilla.org/listinfo/dev-servo > _______________________________________________ dev-servo mailing list [email protected] https://lists.mozilla.org/listinfo/dev-servo

