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

