summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-12-08 15:01:00 -0800
committerKarl Berry <karl@freefriends.org>2020-12-08 15:01:00 -0800
commit87b29629dec84ad4dbb62818fc847f037b29f5e9 (patch)
treeae0ae260b9367de29ba5fb25630ae7eed5ca46a6 /t
parent95da1185edb9bdf1d7bbc2cd2200ab29dabb3a33 (diff)
downloadautomake-87b29629dec84ad4dbb62818fc847f037b29f5e9.tar.gz
tests: more .NOTPARALLEL tests.
* contrib/t/multilib.sh: yet more .NOTPARALLEL for AM_TESTSUITE_MAKE, found by Jim on heavier machines. * t/autodist-stamp-vti.sh: likewise. * t/java-compile-run-nested.sh: likewise. * t/transform2.sh: likewise.
Diffstat (limited to 't')
-rw-r--r--t/autodist-stamp-vti.sh4
-rw-r--r--t/java-compile-run-nested.sh4
-rw-r--r--t/transform2.sh4
3 files changed, 12 insertions, 0 deletions
diff --git a/t/autodist-stamp-vti.sh b/t/autodist-stamp-vti.sh
index aef8f686b..da5c8014d 100644
--- a/t/autodist-stamp-vti.sh
+++ b/t/autodist-stamp-vti.sh
@@ -32,6 +32,10 @@ test: all distdir
ls -l $(distdir)
echo ' ' $(DIST_COMMON) ' ' | grep '[ /]stamp-vti '
test -f $(distdir)/stamp-vti
+
+# The test can fail under a parallel make, so disable.
+# No evident way to debug or reliably reproduce.
+.NOTPARALLEL:
END
cat > foo.texi << 'END'
diff --git a/t/java-compile-run-nested.sh b/t/java-compile-run-nested.sh
index b52729175..444865681 100644
--- a/t/java-compile-run-nested.sh
+++ b/t/java-compile-run-nested.sh
@@ -70,6 +70,10 @@ check-local: test-built
installcheck-local: test-installed run-installed
.PHONY: test-built test-installed run-installed
+
+# The test can fail under a parallel make, so disable.
+# No evident way to debug or reliably reproduce.
+.NOTPARALLEL:
END
## WRAPPER SCRIPT ##
diff --git a/t/transform2.sh b/t/transform2.sh
index f758b15da..62fcf52d9 100644
--- a/t/transform2.sh
+++ b/t/transform2.sh
@@ -45,6 +45,10 @@ test-install-foo: install
test ! -f inst/bin/s2.sh
test ! -f inst/man/man/m1.1
test ! -f inst/man/man/m2.1
+
+# The test can fail under a parallel make, so disable.
+# No evident way to debug or reliably reproduce.
+.NOTPARALLEL:
EOF
cat >p1.c <<'EOF'