]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: do not run polarssl interop test on VIA
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 7 Mar 2015 12:10:53 +0000 (13:10 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 7 Mar 2015 12:10:53 +0000 (13:10 +0100)
tests/suite/testcompat-polarssl

index 4e5150341156f2442a08333030053b422dee420c..3e78deb438c95e46870af0cbc51c2f80c05ed147 100755 (executable)
@@ -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