Closed
Bug 833421
Opened 12 years ago
Closed 12 years ago
mouse_and_screen_resolution.py failed: pywintypes.error: (5, 'GetCursorPos', 'Access is denied.')
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: MatsPalmgren_bugz, Unassigned)
Details
(Keywords: intermittent-failure)
https://tbpl.mozilla.org/php/getParsedLog.php?id=19015141&tree=Mozilla-Beta&full=1
Rev3 WINNT 6.1 mozilla-beta debug test mochitest-1 on 2013-01-22 08:02:44 PST for push 68d81a68b234
builder: mozilla-beta_win7-debug_test-mochitest-1
slave: talos-r3-w7-039
starttime: 1358870564.26
results: failure (2)
buildid: 20130122070632
builduid: 56d438f3a53640a0b5125764ed580c1d
revision: 68d81a68b234
========= Started 'C:\mozilla-build\python25\python.exe c:/talos-slave/test/tools/scripts/support/mouse_and_screen_resolution.py ...' failed (results: 2, elapsed: 19 secs) (at 2013-01-22 08:16:12.379582) =========
[...]
Traceback (most recent call last):
File "c:/talos-slave/test/tools/scripts/support/mouse_and_screen_resolution.py", line 150, in <module>
sys.exit(main())
File "c:/talos-slave/test/tools/scripts/support/mouse_and_screen_resolution.py", line 100, in main
print "Mouse position (current): (%(x)s, %(y)s)" % (queryMousePosition())
File "c:/talos-slave/test/tools/scripts/support/mouse_and_screen_resolution.py", line 112, in queryMousePosition
pos = win32api.GetCursorPos()
pywintypes.error: (5, 'GetCursorPos', 'Access is denied.')
program finished with exit code 1
Reporter | ||
Comment 1•12 years ago
|
||
I retriggered the M1 on the same build and then it succeeded:
https://tbpl.mozilla.org/?usebuildbot=1&tree=Mozilla-Beta&rev=68d81a68b234
Comment 2•12 years ago
|
||
Resolving WFM keyword:intermittent-failure bugs last modified >3 months ago, whose whiteboard contains none of:
{random,disabled,marked,fuzzy,todo,fails,failing,annotated,time-bomb,leave open}
There will inevitably be some false positives; for that (and the bugspam) I apologise. Filter on orangewfm.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Assignee | ||
Updated•7 years ago
|
Component: General Automation → General
You need to log in
before you can comment on or make changes to this bug.
Description
•