components/desktop/firefox/patches/firefox-26-jit-test-multi-processes.patch
changeset 5527 611b2d6efdfe
parent 5255 cea0e462549a
child 6919 7972aae0fb03
equal deleted inserted replaced
5526:570ac9aab8b2 5527:611b2d6efdfe
       
     1 For testing. This reduces memory needed for JIT test. The -f flag will print
       
     2 the full patch of failures (want to keep this).
       
     3 In-house patch for testing.
       
     4 
       
     5 diff --git a/js/src/Makefile.in b/js/src/Makefile.in
       
     6 --- a/js/src/Makefile.in
       
     7 +++ b/js/src/Makefile.in
       
     8 @@ -134,7 +134,7 @@
       
     9  
       
    10  check-jit-test::
       
    11  	$(JITTEST_ASAN_ENV) $(wildcard $(RUN_TEST_PROGRAM)) $(PYTHON) -u $(srcdir)/jit-test/jit_test.py \
       
    12 -	        --no-slow --no-progress --format=automation --jitflags=all \
       
    13 +	        --no-slow --no-progress --format=automation --jitflags=all -j 2 -f \
       
    14  			$(JITTEST_VALGRIND_FLAG) \
       
    15  			$(JITTEST_EXTRA_ARGS) \
       
    16                 	$(DIST)/bin/$(JS_SHELL_NAME)$(BIN_SUFFIX)