[http-parser/f18] re-disable tests

T.C. Hollingsworth patches at fedoraproject.org
Tue Nov 27 23:16:25 UTC 2012


commit 09a36962226fddbe45ec16ea6bb8e6d265295e50
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Nov 27 16:14:12 2012 -0700

    re-disable tests
    
    they're still failing, but for a different reason now:
    https://github.com/joyent/http-parser/issues/136

 http-parser.spec |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/http-parser.spec b/http-parser.spec
index 212c9f6..fbc9f4c 100644
--- a/http-parser.spec
+++ b/http-parser.spec
@@ -73,11 +73,12 @@ ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/lib
 ln -sf libhttp_parser_strict.so.%{somajor}.%{sominor} %{buildroot}%{_libdir}/libhttp_parser_strict.so
 
 
-# Currently failing: https://github.com/joyent/http-parser/issues/129
-%check
-export LD_LIBRARY_PATH='./out/Release/lib.target' 
-./out/Release/test-nonstrict
-./out/Release/test-strict
+# Tests still failing, possibly due to FORTIFY_SOURCE
+# https://github.com/joyent/http-parser/issues/136
+#%%check
+#export LD_LIBRARY_PATH='./out/Release/lib.target' 
+#./out/Release/test-nonstrict
+#./out/Release/test-strict
 
 
 %clean
@@ -105,7 +106,6 @@ rm -rf %{buildroot}
 %changelog
 * Tue Nov 27 2012 T.C. Hollingsworth <tchollingsworth at gmail.com> - 2.0-2.20121110git245f6f0
 - latest git snapshot
-- fixes tests
 - use SMP make flags
 - build as Release instead of Debug
 - ship new strict variant


More information about the scm-commits mailing list