Closed
Bug 1042967
Opened 11 years ago
Closed 11 years ago
|cfx testpkgs -f anything| loads all test-xx modules
Categories
(Add-on SDK Graveyard :: General, defect, P2)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zombie, Assigned: evold)
Details
Attachments
(1 file)
whatever i put after -f, it seems to load all test modules, even if it runs tests only from those that satisfy the regex pattern.
this is a problem because in e10s mode, just loading some test-modules throws, and nothing gets tested..
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8461184 -
Flags: review?(tomica+amo)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → evold
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8461184 [details] [review]
Link to Github pull-request: https://github.com/mozilla/addon-sdk/pull/1562
r+, though i would like if you could either answer or address a question i have in the PR comments..
Attachment #8461184 -
Flags: review?(tomica+amo) → review+
Comment 3•11 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/a0aab58a8acf411f87ad671a3af324f810974ac2
Bug 1042967 filter filenames before loading the file
https://github.com/mozilla/addon-sdk/commit/4b3868f7f03650388e162970438a7261591531c3
Merge pull request #1562 from erikvold/1042967
Bug 1042967 filter filenames before loading the file r=@zombie
Reporter | ||
Comment 4•11 years ago
|
||
Priority: -- → P2
Comment 5•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/52fcc099977098e7a43de966f2e35161860cfce4
Bug 1042967 filter filenames before loading the file
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•