X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Flibpspp%2Fstring-map.at;h=a1fbf31d186ed8606fb6f3c4d06bb1223eb2c032;hb=6c471f2f6675ed32e6d550adfda1106f1baf1421;hp=5732ec75352f910a591b2c3e5cce83e2e8eefedb;hpb=5e05ce94d98d7bb9ef99d53334429ff183bd1b93;p=pspp diff --git a/tests/libpspp/string-map.at b/tests/libpspp/string-map.at index 5732ec7535..a1fbf31d18 100644 --- a/tests/libpspp/string-map.at +++ b/tests/libpspp/string-map.at @@ -18,14 +18,14 @@ AT_BANNER([string map library]) m4_define([CHECK_STRING_MAP], [AT_SETUP([string map -- $1]) - AT_KEYWORDS([string-map]) + AT_KEYWORDS([string-map $2]) AT_CHECK([string-map-test $1]) AT_CLEANUP]) -CHECK_STRING_MAP([insert-any-remove-any]) -CHECK_STRING_MAP([insert-any-remove-same]) -CHECK_STRING_MAP([insert-any-remove-reverse]) -CHECK_STRING_MAP([random-sequence]) +CHECK_STRING_MAP([insert-any-remove-any], [slow]) +CHECK_STRING_MAP([insert-any-remove-same], [slow]) +CHECK_STRING_MAP([insert-any-remove-reverse], [slow]) +CHECK_STRING_MAP([random-sequence], [slow]) CHECK_STRING_MAP([replace]) CHECK_STRING_MAP([insert-ordered]) CHECK_STRING_MAP([clear])