components/desktop/firefox/patches/firefox-26-jit-test-multi-processes.patch
author Jingning Ji <jingning.ji@oracle.com>
Fri, 16 Sep 2016 16:06:45 -0700
changeset 6919 7972aae0fb03
parent 5527 611b2d6efdfe
child 7309 2655ef11c386
permissions -rw-r--r--
24508672 Upgrade Firefox to version 45.1.1 ESR

For testing. This reduces memory needed for JIT test. The -f flag will print
the full patch of failures (want to keep this).
In-house patch for testing.

diff --git a/js/src/Makefile.in b/js/src/Makefile.in
--- a/js/src/Makefile.in
+++ b/js/src/Makefile.in
@@ -134,7 +134,7 @@
 
 check-jit-test::
 	$(JITTEST_SANITIZER_ENV) $(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/jit-test/jit_test.py \
-	        --no-slow --no-progress --format=automation --jitflags=all \
+	        --no-slow --no-progress --format=automation --jitflags=all -j 2 -f \
 			$(JITTEST_VALGRIND_FLAG) \
 			$(JITTEST_EXTRA_ARGS) \
                	$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)