Closed
Bug 937547
Opened 12 years ago
Closed 11 years ago
flash plugin not listed in about:plugins for firefox executed out from mozmill
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: tompelka, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20131108051159
Steps to reproduce:
1) mozmill -b /usr/lib64/firefox/firefox (for mozmill1.5.24) or mozmill -b /usr/lib64/firefox/firefox --manual (for mozmill2.0)
2) navigate to about:plugins
Actual results:
No flash plugin listed even if normaly executed ff has flash.
Therefore some of mozmill tests failing.
Expected results:
Flash should be listed and operational.
| Reporter | ||
Comment 1•12 years ago
|
||
Forgot to mention that I'm able to reproduce for mozmill 1.5 (1.5.24) and 2.0.
Tom
Comment 2•12 years ago
|
||
I think its more system related. Which distribution do you have? Does it also happen with a Firefox build downloaded from our FTP server directly?
| Reporter | ||
Comment 3•12 years ago
|
||
Not listed for both about:plugins and addon manager.
| Reporter | ||
Comment 4•12 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #2)
> I think its more system related. Which distribution do you have? Does it
> also happen with a Firefox build downloaded from our FTP server directly?
You are right flas is listed for both mozmills for upstream build 24 and 25.
I'm using RHEL6.4.
| Reporter | ||
Comment 5•12 years ago
|
||
So let me briefly describe testing:
* distribution FF ESR24 shows in about:plugins and addon manager all plugins including flash-plugin, java, PackageKit, VLC and othes
* distribution FF ESR24 executed through mozmill (2.0 and 1.5.24) all plugins I mentioned above EXCEPT flash-plugin are listed
* upstream FF 24/25 executed through mozmill (2.0 and 1.5.24) shows ONLY flash-plugin no other plugins
Henrik thought that this problem is not in mozmill but system wide. Therefore if you are convinced that it is true please close this bug.
Thanks
Tom
Comment 6•12 years ago
|
||
(In reply to tompelka@gmail.com from comment #5)
> So let me briefly describe testing:
>
> * distribution FF ESR24 shows in about:plugins and addon manager all
> plugins including flash-plugin, java, PackageKit, VLC and othes
> * distribution FF ESR24 executed through mozmill (2.0 and 1.5.24) all
> plugins I mentioned above EXCEPT flash-plugin are listed
Where has Flash been installed to compared to the other plugins on your machine?
> * upstream FF 24/25 executed through mozmill (2.0 and 1.5.24) shows ONLY
> flash-plugin no other plugins
That strange. I wish we would have Red Hat to run our own tests on. But that didn't happen yet. So could you test with upstream Firefox 23? How does it work? If it is fine, I would be interested in a regression between 23 and 24.
Updated•12 years ago
|
Component: Mozmill Automation → Mozmill
Product: Mozilla QA → Testing
| Reporter | ||
Comment 7•12 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #6)
> (In reply to tompelka@gmail.com from comment #5)
> > So let me briefly describe testing:
> >
> > * distribution FF ESR24 shows in about:plugins and addon manager all
> > plugins including flash-plugin, java, PackageKit, VLC and othes
> > * distribution FF ESR24 executed through mozmill (2.0 and 1.5.24) all
> > plugins I mentioned above EXCEPT flash-plugin are listed
>
> Where has Flash been installed to compared to the other plugins on your
> machine?
mozilla-plugin-config -l
EXCLUDE_WRAP:
libtotem*
libjavaplugin*
gecko-mediaplayer*
mplayerplug-in*
librhythmbox*
packagekit*
libnsISpicec*
libgnashplugin*
liblightsparkplugin*
npesteid*
mozplugger*
EXCLUDE_LINK:
File/Link /usr/lib/mozilla/plugins-wrapped/libflashplayer.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libjavaplugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-mully-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-narrowspace-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/IcedTeaPlugin.so
/usr/lib64/mozilla/plugins-wrapped/nswrapper_32_64.libflashplayer.so
Original plugin: /usr/lib/mozilla/plugins/libflashplayer.so
Wrapper version string: X (1.4.4-1)
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-gmp-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-cone-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/librhythmbox-itms-detection-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/packagekit-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libnsISpicec.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libjavaplugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-mully-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-narrowspace-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/IcedTeaPlugin.so
/usr/lib64/mozilla/plugins-wrapped/nswrapper_32_64.libflashplayer.so
Original plugin: /usr/lib/mozilla/plugins/libflashplayer.so
Wrapper version string: X (1.4.4-1)
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-gmp-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-cone-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/librhythmbox-itms-detection-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/packagekit-plugin.so
File/Link /usr/lib64/mozilla/plugins-wrapped/libnsISpicec.so
>
> > * upstream FF 24/25 executed through mozmill (2.0 and 1.5.24) shows ONLY
> > flash-plugin no other plugins
>
> That strange. I wish we would have Red Hat to run our own tests on. But that
> didn't happen yet. So could you test with upstream Firefox 23? How does it
> work? If it is fine, I would be interested in a regression between 23 and 24.
| Reporter | ||
Comment 8•12 years ago
|
||
(In reply to tompelka@gmail.com from comment #7)
> (In reply to Henrik Skupin (:whimboo) from comment #6)
> > (In reply to tompelka@gmail.com from comment #5)
> > > So let me briefly describe testing:
> > >
> > > * distribution FF ESR24 shows in about:plugins and addon manager all
> > > plugins including flash-plugin, java, PackageKit, VLC and othes
> > > * distribution FF ESR24 executed through mozmill (2.0 and 1.5.24) all
> > > plugins I mentioned above EXCEPT flash-plugin are listed
> >
> > Where has Flash been installed to compared to the other plugins on your
> > machine?
>
> mozilla-plugin-config -l
> EXCLUDE_WRAP:
> libtotem*
> libjavaplugin*
> gecko-mediaplayer*
> mplayerplug-in*
> librhythmbox*
> packagekit*
> libnsISpicec*
> libgnashplugin*
> liblightsparkplugin*
> npesteid*
> mozplugger*
> EXCLUDE_LINK:
>
> File/Link /usr/lib/mozilla/plugins-wrapped/libflashplayer.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libjavaplugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-mully-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-narrowspace-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/IcedTeaPlugin.so
> /usr/lib64/mozilla/plugins-wrapped/nswrapper_32_64.libflashplayer.so
> Original plugin: /usr/lib/mozilla/plugins/libflashplayer.so
> Wrapper version string: X (1.4.4-1)
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-gmp-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-cone-plugin.so
> File/Link
> /usr/lib64/mozilla/plugins-wrapped/librhythmbox-itms-detection-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/packagekit-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libnsISpicec.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libjavaplugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-mully-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-narrowspace-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/IcedTeaPlugin.so
> /usr/lib64/mozilla/plugins-wrapped/nswrapper_32_64.libflashplayer.so
> Original plugin: /usr/lib/mozilla/plugins/libflashplayer.so
> Wrapper version string: X (1.4.4-1)
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-gmp-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libtotem-cone-plugin.so
> File/Link
> /usr/lib64/mozilla/plugins-wrapped/librhythmbox-itms-detection-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/packagekit-plugin.so
> File/Link /usr/lib64/mozilla/plugins-wrapped/libnsISpicec.so
>
flash-plugin is actually wrapped through nspluginwrapper since RH is not supporting 64b flash
> >
> > > * upstream FF 24/25 executed through mozmill (2.0 and 1.5.24) shows ONLY
> > > flash-plugin no other plugins
> >
> > That strange. I wish we would have Red Hat to run our own tests on. But that
> > didn't happen yet. So could you test with upstream Firefox 23? How does it
> > work? If it is fine, I would be interested in a regression between 23 and 24.
Comment 9•12 years ago
|
||
Tom, what was the latest information we collected on that issue together on IRC. Looks like we missed to update this bug accordingly.
Comment 10•11 years ago
|
||
Mozmill will reach its end of life soon. We are currently working on getting all the tests for Firefox ported to Marionette. For status updates please see bug 1080766.
Status: UNCONFIRMED → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•