mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
Bug 761007 - Intermittent failure in browser_tilt_ | Exited with code 1 during test run or NS_ERROR_FAILURE: Failure at resource:///modules/devtools/TiltGL.jsm:1316 followed by other errors and out of memory on Linux Opt; a=TESTONLY
This commit is contained in:
parent
590bf0abbf
commit
cfbc7ce2a5
@ -11,8 +11,11 @@ relativesrcdir = browser/devtools/tilt/test
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
_BROWSER_TEST_FILES = \
|
||||
head.js \
|
||||
_BROWSER_TEST_FILES = head.js
|
||||
|
||||
# browser_tilt* disabled on Linux due to bug 759157
|
||||
ifneq (gtk2,$(MOZ_WIDGET_TOOLKIT))
|
||||
_BROWSER_TEST_FILES += \
|
||||
browser_tilt_01_lazy_getter.js \
|
||||
browser_tilt_02_notifications-seq.js \
|
||||
browser_tilt_02_notifications.js \
|
||||
@ -57,6 +60,7 @@ _BROWSER_TEST_FILES = \
|
||||
browser_tilt_visualizer.js \
|
||||
browser_tilt_zoom.js \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
libs:: $(_BROWSER_TEST_FILES)
|
||||
$(INSTALL) $(foreach f,$^,"$f") $(DEPTH)/_tests/testing/mochitest/browser/$(relativesrcdir)
|
||||
|
Loading…
Reference in New Issue
Block a user