From 09a36962226fddbe45ec16ea6bb8e6d265295e50 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Tue, 27 Nov 2012 16:14:12 -0700 Subject: [PATCH] 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 file 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 - 2.0-2.20121110git245f6f0 - latest git snapshot -- fixes tests - use SMP make flags - build as Release instead of Debug - ship new strict variant