summaryrefslogtreecommitdiff
path: root/tests/gtests
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2017-04-18 12:10:11 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2017-04-18 12:10:11 +0200
commit57df7504a58d1623b51e154197d48816d2641376 (patch)
treeb351fec8c6b1b72556a2867e3990d622c277ee23 /tests/gtests
parentd0ba5a10003afb0667fc7ae8dcb559400099a751 (diff)
downloadnss-hg-57df7504a58d1623b51e154197d48816d2641376.tar.gz
Bug 1351459 - disable slow b64 tests, r=kaie
Differential Revision: https://nss-review.dev.mozaws.net/D288
Diffstat (limited to 'tests/gtests')
-rwxr-xr-xtests/gtests/gtests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gtests/gtests.sh b/tests/gtests/gtests.sh
index 469953fd4..96a06a645 100755
--- a/tests/gtests/gtests.sh
+++ b/tests/gtests/gtests.sh
@@ -55,9 +55,10 @@ gtest_start()
GTESTREPORT="$GTESTDIR/report.xml"
PARSED_REPORT="$GTESTDIR/report.parsed"
echo "executing $i"
+ # We disable slow b64 tests because they fail on ppc and armhf (bug 1351459).
${BINDIR}/$i "${SOURCE_DIR}/gtests/freebl_gtest/kat/Hash_DRBG.rsp" \
-d "$GTESTDIR" --gtest_output=xml:"${GTESTREPORT}" \
- --gtest_filter="${GTESTFILTER-*}"
+ --gtest_filter="${GTESTFILTER-*}:-*B64*Long*"
html_msg $? 0 "$i run successfully"
echo "test output dir: ${GTESTREPORT}"
echo "executing sed to parse the xml report"