Backed out changeset 9168828ce9e9 (bug 1654589) as requested by dev for breaking fuzzy on a build. CLOSED TREE

This commit is contained in:
Dorel Luca 2020-07-23 22:33:52 +03:00
parent a048cc1d06
commit b992d3ed4c
3 changed files with 1 additions and 5 deletions

View File

@ -1,4 +1,3 @@
[DEFAULT]
subsuite = mozbuild
[test_generate_static_pref_list.py]

View File

@ -369,8 +369,6 @@ mozbuild:
- 'build/moz.configure/**'
- 'config/tests/**'
- 'dom/bindings/mozwebidlcodegen/**'
- 'modules/libpref/init/**'
- 'modules/libpref/test/**'
- 'python/mach/**'
- 'python/mozboot/**'
- 'python/mozbuild/**'

View File

@ -264,11 +264,10 @@ check::
@echo "Starting 'mach python-test' with -j$(cores)"
@$(topsrcdir)/mach --log-no-times python-test -j$(cores) --subsuite default
@echo "Finished 'mach python-test' successfully"
ifeq (,$(MOZ_ASAN)$(MOZ_TSAN)) # No tests run here for asan/tsan builds.
@echo "Starting 'mach python-test' with --python $(PYTHON3) -j$(cores)"
@$(topsrcdir)/mach --log-no-times python-test --python python3 -j$(cores) --subsuite default
@echo "Finished 'mach python-test' with py3 successfully"
endif
.PHONY: \
reftest \