-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DRT] Fix DRT failure in DRTPrinting #1054
Comments
Repurposing this bug solely for DrtPrinting, all other bugs mentioned are either fixed or are in another issue that will fix them. Updating the estimate accordingly. |
DrtPrinting is failing due to the following:
On <= Win10 RS1, we do not use the XpsOM package to print. This means that There is an assumption in ZipArchive that streams opened for Update are seekable. We had used this to workaround a host of other issues in XPS document processing, but this seems to be incorrect here. Fixing this DRT is going to require work to fix the entire printing and packaging infra to properly support the new S.IO.Compression/Packaging libraries. |
Fix all failures outlined in following table:
Printing is also currently failing due to being unable to locate
System.Management.dll
(test issue)EDIT: This now only fails on RS1, 8.1, and 2k12R2.
The text was updated successfully, but these errors were encountered: