From: Biswapriyo Nath nathbappai@gmail.com
Required for https://github.com/mozilla/gecko-dev/commit/c7ba4a96408cba7653ac1b7eb4ba105d... --- include/uiautomationclient.idl | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+)
diff --git a/include/uiautomationclient.idl b/include/uiautomationclient.idl index fc99d759ef0..d3243d0625b 100644 --- a/include/uiautomationclient.idl +++ b/include/uiautomationclient.idl @@ -430,6 +430,36 @@ library UIAutomationClient { const long UIA_AppBarControlTypeId = 50040; }
+ [dllname("<no entry points>")] + module UIA_AnnotationTypes + { + const long AnnotationType_Unknown = 60000; + const long AnnotationType_SpellingError = 60001; + const long AnnotationType_GrammarError = 60002; + const long AnnotationType_Comment = 60003; + const long AnnotationType_FormulaError = 60004; + const long AnnotationType_TrackChanges = 60005; + const long AnnotationType_Header = 60006; + const long AnnotationType_Footer = 60007; + const long AnnotationType_Highlighted = 60008; + const long AnnotationType_Endnote = 60009; + const long AnnotationType_Footnote = 60010; + const long AnnotationType_InsertionChange = 60011; + const long AnnotationType_DeletionChange = 60012; + const long AnnotationType_MoveChange = 60013; + const long AnnotationType_FormatChange = 60014; + const long AnnotationType_UnsyncedChange = 60015; + const long AnnotationType_EditingLockedChange = 60016; + const long AnnotationType_ExternalChange = 60017; + const long AnnotationType_ConflictingChange = 60018; + const long AnnotationType_Author = 60019; + const long AnnotationType_AdvancedProofingIssue = 60020; + const long AnnotationType_DataValidationError = 60021; + const long AnnotationType_CircularReferenceError = 60022; + const long AnnotationType_Mathematics = 60023; + const long AnnotationType_Sensitive = 60024; + } + [dllname("<no entry points>")] module UIA_LandmarkTypeIds {
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=149678
Your paranoid android.
=== debian11b (64 bit WoW report) ===
d3d10core: d3d10core.c:17187: Test failed: Got unexpected color 0xff00ff00.