aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2016-12-30 13:01:44 +0000
committerJoseph Myers <joseph@codesourcery.com>2016-12-30 13:01:44 +0000
commitef83c83a257226d470a939434c7193e2a1fd4f82 (patch)
tree354cecfac437f9bd58d8ee8db698aabff07b208b /ChangeLog
parentd2d43afa113eb143303a3d4c1e31194648077642 (diff)
downloadglibc-ef83c83a257226d470a939434c7193e2a1fd4f82.tar
glibc-ef83c83a257226d470a939434c7193e2a1fd4f82.tar.gz
glibc-ef83c83a257226d470a939434c7193e2a1fd4f82.tar.bz2
glibc-ef83c83a257226d470a939434c7193e2a1fd4f82.zip
Fix tst-support_record_failure-2 for run-built-tests = no.
The support/tst-support_record_failure-2.out test attempts to run built code even if run-built-tests = no, so failing with build-many-glibcs.py for all architectures whose code cannot be run on the system running the script. This patch disables the test in that case. Tested for x86_64 (native), and for aarch64 with build-many-glibcs.py. * support/Makefile (tests-special): Make definition conditional on [$(run-built-tests) = yes]. ($(objpfx)tst-support_record_failure-2.out): Make rule conditional on [$(run-built-tests) = yes].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f188d884ba..ad20821e7c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-12-30 Joseph Myers <joseph@codesourcery.com>
+
+ * support/Makefile (tests-special): Make definition conditional on
+ [$(run-built-tests) = yes].
+ ($(objpfx)tst-support_record_failure-2.out): Make rule conditional
+ on [$(run-built-tests) = yes].
+
2016-12-30 Siddhesh Poyarekar <siddhesh@sourceware.org>
* Rules (tests): Add tests-printers-programs to tests to be