Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/libevent/dist/test Skip the "simple timeout" te...



details:   https://anonhg.NetBSD.org/src/rev/04e0a90a7c20
branches:  trunk
changeset: 777990:04e0a90a7c20
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Sun Mar 11 19:03:33 2012 +0000

description:
Skip the "simple timeout" test. This test case is known to fail rather
consistently when run in emulated environments such as Qemu.

diffstat:

 external/bsd/libevent/dist/test/regress.c |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 0cf14dee42cd -r 04e0a90a7c20 external/bsd/libevent/dist/test/regress.c
--- a/external/bsd/libevent/dist/test/regress.c Sun Mar 11 18:45:19 2012 +0000
+++ b/external/bsd/libevent/dist/test/regress.c Sun Mar 11 19:03:33 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: regress.c,v 1.2 2010/11/11 14:11:26 pgoyette Exp $     */
+/*     $NetBSD: regress.c,v 1.3 2012/03/11 19:03:33 jruoho Exp $       */
 /*
  * Copyright (c) 2003, 2004 Niels Provos <provos%citi.umich.edu@localhost>
  * All rights reserved.
@@ -1699,7 +1699,10 @@
 
        test_combined();
 
+#if 0
        test_simpletimeout();
+#endif
+
 #ifndef WIN32
        test_simplesignal();
        test_multiplesignal();



Home | Main Index | Thread Index | Old Index