Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc/dist/src Grr, disable the "time goes b...



details:   https://anonhg.NetBSD.org/src/rev/4e90c36e79aa
branches:  trunk
changeset: 449652:4e90c36e79aa
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Mar 14 21:10:33 2019 +0000

description:
Grr, disable the "time goes backwards" test here since this breaks too
frequently. We need a real fix.

diffstat:

 external/bsd/jemalloc/dist/src/arena.c |  2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r cccaaf2c3808 -r 4e90c36e79aa external/bsd/jemalloc/dist/src/arena.c
--- a/external/bsd/jemalloc/dist/src/arena.c    Thu Mar 14 21:09:03 2019 +0000
+++ b/external/bsd/jemalloc/dist/src/arena.c    Thu Mar 14 21:10:33 2019 +0000
@@ -642,9 +642,11 @@
                 */
                nstime_copy(&decay->epoch, &time);
                arena_decay_deadline_init(decay);
+#ifndef __NetBSD__
        } else {
                /* Verify that time does not go backwards. */
                assert(nstime_compare(&decay->epoch, &time) <= 0);
+#endif
        }
 
        /*



Home | Main Index | Thread Index | Old Index