Closed Bug 929455 Opened 11 years ago Closed 11 years ago

Add support for cppunittest js and manifest files to mozharness

Categories

(Release Engineering :: Applications: MozharnessCore, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: dminor, Assigned: dminor)

Details

Attachments

(1 file)

The TestStartupCache cpp unittest currently fails everywhere because its manifest and js files are not packaged.

Bug 927989 will add these to the test package, but the test itself looks for the files in application binary directory. A preflight method can be added to move these from the test directory to the appropriate location.
Assignee: nobody → dminor
Status: NEW → ASSIGNED
Attachment #820324 - Flags: review?(aki)
Comment on attachment 820324 [details] [diff] [review]
Patch to copy manifest and js files to abs_app_dir

>+        for f in files:
>+            shutil.move(f, abs_app_dir)

self.move() will add logging.
Attachment #820324 - Flags: review?(aki) → review+
Thanks, with comment addressed: https://hg.mozilla.org/build/mozharness/rev/ea5514077c82
merged to production mozharness
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Component: General Automation → Mozharness
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: