From: Nikos Mavrogiannopoulos Date: Sat, 7 Mar 2015 12:10:53 +0000 (+0100) Subject: tests: do not run polarssl interop test on VIA X-Git-Tag: gnutls_3_4_0~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b097948b9207115f2f889d3ff585acdf2513a4d3;p=thirdparty%2Fgnutls.git tests: do not run polarssl interop test on VIA --- diff --git a/tests/suite/testcompat-polarssl b/tests/suite/testcompat-polarssl index 4e51503411..3e78deb438 100755 --- a/tests/suite/testcompat-polarssl +++ b/tests/suite/testcompat-polarssl @@ -37,4 +37,10 @@ if test "$TSTAMP" != "1158969600"; then exit 77 fi +cat /proc/cpuinfo|grep "model name"|grep "VIA Esther" >/dev/null 2>&1 +if test $? = 0;then + echo "PolarSSL is broken on VIA processors" + exit 77 +fi + datefudge "2012-09-2" ./testcompat-main-polarssl