mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 899492 - Disable plugin crash test when crashreporter not available. r=ted
--HG-- extra : rebase_source : abfb42265477940a373891241f6fa5d68e441e03
This commit is contained in:
parent
dc8ec482b2
commit
8546152aee
@ -222,7 +222,6 @@ MOCHITEST_BROWSER_FILES = \
|
||||
browser_pageInfo.js \
|
||||
browser_pinnedTabs.js \
|
||||
browser_plainTextLinks.js \
|
||||
browser_pluginCrashCommentAndURL.js \
|
||||
browser_pluginnotification.js \
|
||||
browser_pluginplaypreview.js \
|
||||
browser_pluginplaypreview2.js \
|
||||
@ -321,7 +320,6 @@ MOCHITEST_BROWSER_FILES = \
|
||||
plugin_two_types.html \
|
||||
plugin_data_url.html \
|
||||
plugin_unknown.html \
|
||||
pluginCrashCommentAndURL.html \
|
||||
POSTSearchEngine.xml \
|
||||
print_postdata.sjs \
|
||||
redirect_bug623155.sjs \
|
||||
@ -359,4 +357,11 @@ MOCHITEST_BROWSER_FILES += \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
ifdef MOZ_CRASHREPORTER
|
||||
MOCHITEST_BROWSER_FILES += \
|
||||
browser_pluginCrashCommentAndURL.js \
|
||||
pluginCrashCommentAndURL.html \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
Loading…
Reference in New Issue
Block a user