diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2019-04-24 18:57:36 +0000 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gcc.gnu.org> | 2019-04-24 18:57:36 +0000 |
commit | 58990c4d3a94334bcf1cd4f8dd7c2ba2888263e1 (patch) | |
tree | 881f93120730a284d99101d8d87aa62f84d9c3be /libphobos/ChangeLog | |
parent | 265e6a0ae0e9dc0c810edc6158299f0ed1aa05ab (diff) | |
download | gcc-58990c4d3a94334bcf1cd4f8dd7c2ba2888263e1.zip gcc-58990c4d3a94334bcf1cd4f8dd7c2ba2888263e1.tar.gz gcc-58990c4d3a94334bcf1cd4f8dd7c2ba2888263e1.tar.bz2 |
libphobos: Fix FAIL phobos.exp/core.time on CentOS 5.11, Linux 2.6.18
Merges upstream druntime e03164b5.
Reviewed-on: https://github.com/dlang/druntime/pull/2581
libphobos/ChangeLog:
2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/89432
* testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639):
New proc.
* testsuite/libphobos.druntime/druntime.exp: Add compiler flag
-fversion=Linux_Pre_2639 if target is linux_pre_2639.
* testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise.
From-SVN: r270554
Diffstat (limited to 'libphobos/ChangeLog')
-rw-r--r-- | libphobos/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index ffe44fb..2d036d6 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,5 +1,14 @@ 2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org> + PR d/89432 + * testsuite/lib/libphobos.exp (check_effective_target_linux_pre_2639): + New proc. + * testsuite/libphobos.druntime/druntime.exp: Add compiler flag + -fversion=Linux_Pre_2639 if target is linux_pre_2639. + * testsuite/libphobos.druntime_shared/druntime_shared.exp: Likewise. + +2019-04-24 Iain Buclaw <ibuclaw@gdcproject.org> + PR d/88654 * testsuite/lib/libphobos.exp (libphobos-dg-test): Check libphobos_skipped_test_p before running test. |