components/desktop/thunderbird/patches/firefox-26-jit-test-multi-processes.patch
changeset 6431 e4667e7df088
equal deleted inserted replaced
6430:74bc7531ae5a 6431:e4667e7df088
       
     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)