tests: Add 'slow' tag to more tests.
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 31 Aug 2020 19:29:32 +0000 (12:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 31 Aug 2020 19:30:27 +0000 (12:30 -0700)
This reduces the runtime of "make check TESTSUITEFLAGS='-k \!slow -j128'"
from 4.4 to 3.5 seconds on my computer.

tests/libpspp/u8-istream.at
tests/perl-module.at

index 53cf2082d8927b948079c74cee10f0d1ab1cee5e..487de068c0b0bb30d5214a0b3cb6a7a343f87745 100644 (file)
@@ -154,7 +154,7 @@ entrĂ©e
 AT_CLEANUP
 
 AT_SETUP([read UTF-16 as Auto])
 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.
 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.
index 177573cb310be5e56af3e062f38261a6501e6389..18acf866d897ab09e0bcac685dd853fff262efe7 100644 (file)
@@ -674,6 +674,7 @@ size =>large
 AT_CLEANUP
 
 AT_SETUP([Perl Pspp.t])
 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])
 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])