Closed
Bug 1368751
Opened 7 years ago
Closed 7 years ago
mach awsy on windows NS_ERROR_FILE_UNRECOGNIZED_PATH nsIMemoryInfoDumper.dumpMemoryReportsToNamedFile
Categories
(Testing :: AWSY, defect)
Testing
AWSY
Tracking
(firefox54 fixed, firefox55 fixed)
RESOLVED
FIXED
mozilla55
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
Attempting to run awsy on Windows 7 using vs 2016 x64 using an older mozilla-central build from 20170412233621 gives a path error
$ ./mach awsy-test --web-root /c/tmp/awsy-html --results /c/tmp/awsy-results
0:17.17 LOG: MainThread ERROR Checkpoint JavaScript error: [Exception... "Component returned failure code: 0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH) [nsIMemoryInfoDumper.dumpMemoryReportsToNamedFile]" nsresult: "0x80520001 (NS_ERROR_FILE_UNRECOGNIZED_PATH)" location: "JS frame :: test_memory_usage.py :: <TOP_LEVEL> :: line 5" data: no]
stacktrace:
execute_script @test_memory_usage.py, line 194
inline javascript, line 5
src: " dumper.dumpMemoryReportsToNamedFile("
Stack:
@test_memory_usage.py:5:13
Assignee | ||
Comment 1•7 years ago
|
||
./mach awsy-test --web-root /c/tmp/awsy-html --results /c/tmp/awsy-results --quick
works for me on yesterday's mc on windows x64 and on fedora. jmaher, can you test on windows 10 as well?
Attachment #8872949 -
Flags: review?(jmaher)
Comment 2•7 years ago
|
||
Comment on attachment 8872949 [details] [diff] [review]
Bug-1368751.patch
Review of attachment 8872949 [details] [diff] [review]:
-----------------------------------------------------------------
thanks for this fix!
Attachment #8872949 -
Flags: review?(jmaher) → review+
Pushed by bclary@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/e8751019aaae
AWSY - use proper Windows paths in checkpoint script, r=jmaher
Comment 4•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Whiteboard: [checkin-needed-beta]
Target Milestone: --- → mozilla55
Comment 5•7 years ago
|
||
bugherder uplift |
status-firefox54:
--- → fixed
Whiteboard: [checkin-needed-beta]
Assignee | ||
Updated•7 years ago
|
Component: General → AWSY
You need to log in
before you can comment on or make changes to this bug.
Description
•