components/desktop/thunderbird/patches/firefox-26-jit-test-multi-processes.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
equal deleted inserted replaced
7017:25872950aa80 7018:fdf447a07aff
     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_SANITIZER_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)