VirtualBox

Ignore:
Timestamp:
Oct 28, 2008 11:02:45 PM (16 years ago)
Author:
bird
Message:

Load gnumake-2008-10-28-CVS into vendor/gnumake/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/gnumake/current/tests/scripts/features/parallelism

    r501 r1989  
    7070# for this situation and print a message if it occurred.  This test used
    7171# to trigger this code when I added it but no longer does after the fix.
     72# We have to increase the timeout from the default (5s) on this test.
    7273
    7374run_make_test("
     
    8081
    8182first second: ; \@echo \$\@; $sleep_command 1; echo \$\@",
    82               '-j2', "first\nfirst\nsecond\nsecond");
     83              '-j2', "first\nfirst\nsecond\nsecond", 0, 7);
    8384
    8485# Michael Matz <[email protected]> reported a bug where if make is running in
     
    127128
    128129
     130# TEST #9 -- Savannah bugs 3330 and 15919
     131# In earlier versions of make this will either give the wrong answer, or hang.
     132
     133utouch(-10, 'target');
     134run_make_test('target: intermed ; touch $@
     135
     136.INTERMEDIATE: intermed
     137intermed: | phony ; touch $@
     138
     139.PHONY: phony
     140phony: ; : phony', '-rR -j', ': phony');
     141unlink('target');
     142
     143
    129144# Make sure that all jobserver FDs are closed if we need to re-exec the
    130145# master copy.
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette