From: Ben Pfaff Date: Mon, 31 Aug 2020 19:29:32 +0000 (-0700) Subject: tests: Add 'slow' tag to more tests. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e146819bbbfbb379df6e1a2f06ebf0bda0eed81f;p=pspp tests: Add 'slow' tag to more tests. This reduces the runtime of "make check TESTSUITEFLAGS='-k \!slow -j128'" from 4.4 to 3.5 seconds on my computer. --- diff --git a/tests/libpspp/u8-istream.at b/tests/libpspp/u8-istream.at index 53cf2082d8..487de068c0 100644 --- a/tests/libpspp/u8-istream.at +++ b/tests/libpspp/u8-istream.at @@ -154,7 +154,7 @@ entrée AT_CLEANUP AT_SETUP([read UTF-16 as Auto]) -AT_KEYWORDS([u8_istream]) +AT_KEYWORDS([u8_istream slow]) AT_CHECK([i18n-test supports_encodings UTF-16 UTF-16BE UTF-16LE]) dnl The "sleep 1" checks for a bug in which u8-istream did not properly dnl handle receiving data in multiple chunks. diff --git a/tests/perl-module.at b/tests/perl-module.at index 177573cb31..18acf866d8 100644 --- a/tests/perl-module.at +++ b/tests/perl-module.at @@ -674,6 +674,7 @@ size =>large AT_CLEANUP AT_SETUP([Perl Pspp.t]) +AT_KEYWORDS([slow]) AT_SKIP_IF([test "$WITH_PERL_MODULE" = no]) # Skip this test if Perl's Text::Diff module is not installed. AT_CHECK([perl -MText::Diff -e '' || exit 77])