[ostree] Revert "tests: Run all tests through a randomized readdir()"



commit 5ec148ec4dee33ee2d966e5f528841b4fb4bd014
Author: Colin Walters <walters verbum org>
Date:   Tue Jun 2 12:02:24 2015 -0400

    Revert "tests: Run all tests through a randomized readdir()"
    
    Unintentionally pushed.
    
    This reverts commit ce49264157f9005e664557613cbbf67f54174682.

 Makefile-tests.am    |    6 --
 tests/libtest.sh     |    2 -
 tests/readdir-rand.c |  124 --------------------------------------------------
 3 files changed, 0 insertions(+), 132 deletions(-)
---
diff --git a/Makefile-tests.am b/Makefile-tests.am
index 29fc41c..3284de5 100644
--- a/Makefile-tests.am
+++ b/Makefile-tests.am
@@ -114,12 +114,6 @@ insttest_SCRIPTS += tests/test-core.js \
 testmeta_DATA += test-core.test test-sizes.test test-sysroot.test
 endif
 
-insttest_LTLIBRARIES = libreaddir-rand.la
-libreaddir_rand_la_SOURCES = tests/readdir-rand.c
-libreaddir_rand_la_CFLAGS = $(OT_INTERNAL_GIO_UNIX_CFLAGS)
-libreaddir_rand_la_LIBADD = $(OT_INTERNAL_GIO_UNIX_LIBS)
-libreaddir_rand_la_LDFLAGS = -avoid-version
-
 endif
 
 # "make check" do not depend from --enable-installed-tests
diff --git a/tests/libtest.sh b/tests/libtest.sh
index b788bc9..ba435c0 100644
--- a/tests/libtest.sh
+++ b/tests/libtest.sh
@@ -39,8 +39,6 @@ fi
 
 if test -n "$OT_TESTS_VALGRIND"; then
     CMD_PREFIX="env G_SLICE=always-malloc valgrind -q --leak-check=full --num-callers=30 
--suppressions=${SRCDIR}/ostree-valgrind.supp"
-else
-    CMD_PREFIX="env LD_PRELOAD=${SRCDIR}/libreaddir-rand.so"
 fi
 
 assert_not_reached () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]