about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-11-04 21:29:00 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-11-04 21:29:00 +0000
commite64e117177b4cf3545edabfcc630c6a82a4ee643 (patch)
tree7913c178c1f8c19e24d1fd8a202d1d825d8765f3 /ChangeLog
parent5e37a69a04c61d5bdffb2acbcb05362794e72816 (diff)
downloadglibc-e64e117177b4cf3545edabfcc630c6a82a4ee643.tar.gz
glibc-e64e117177b4cf3545edabfcc630c6a82a4ee643.tar.xz
glibc-e64e117177b4cf3545edabfcc630c6a82a4ee643.zip
Do not generate UNRESOLVED results for run-built-tests = no.
Testing with run-built-tests = no generates many UNRESOLVED results in
tests.sum (and so in the output of "make check"), for all the tests
that are only compiled and not run in such a configuration.  This
doesn't seem useful in the "make check" output, and also causes "make
check" to exist with error status even when all tests that can be run
in such a configuration passed.

This patch changes it not to consider those tests when generating
subdir-tests.sum, and so tests.sum, so that you get a smaller number
of tests considered in the final results rather than a huge pile of
UNRESOLVED.

Tested with a cross-compiler to ARM in a run-built-tests = no
configuration.

	* Rules (tests-expected): New variable, depending on
	$(run-built-tests).
	(tests): Pass $(tests-expected) to merge-test-results.sh, not
	$(tests).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d3f7781fb..7f2493bc57 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2016-11-04  Joseph Myers  <joseph@codesourcery.com>
 
+	* Rules (tests-expected): New variable, depending on
+	$(run-built-tests).
+	(tests): Pass $(tests-expected) to merge-test-results.sh, not
+	$(tests).
+
 	* Rules [$(run-built-tests) = no] (tests): Do not depend on
 	$(tests-unsupported).