VirtualBox

source: kBuild/vendor/gnumake/current/tests/scripts/misc/fopen-fail@ 3138

Last change on this file since 3138 was 3138, checked in by bird, 7 years ago

Imported make 4.2.1 (2e55f5e4abdc0e38c1d64be703b446695e70b3b6) from https://git.savannah.gnu.org/git/make.git.

  • Property svn:eol-style set to native
File size: 638 bytes
Line 
1# -*-perl-*-
2
3$description = "Make sure make exits with an error if fopen fails.";
4
5# Recurse infinitely until we run out of open files, and ensure we
6# fail with a non-zero exit code. Don't bother to test the output
7# since it's hard to know what it will be, exactly.
8# See Savannah bug #27374.
9
10# Use a longer-than-normal timeout: some systems have more FDs available?
11# We also set ulimit -n 512 in check-regression in Makefile.am, which see.
12# See Savannah bug #42390.
13run_make_test(q!
14include $(lastword $(MAKEFILE_LIST))
15!,
16 '', undef, 512, 300);
17
181;
Note: See TracBrowser for help on using the repository browser.

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