components/desktop/firefox/patches/firefox-26-jit-test-multi-processes.patch
changeset 5527 611b2d6efdfe
parent 5255 cea0e462549a
child 6919 7972aae0fb03
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/desktop/firefox/patches/firefox-26-jit-test-multi-processes.patch	Tue Mar 01 12:56:53 2016 -0800
@@ -0,0 +1,16 @@
+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_ASAN_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)