tests: Tag all the tests that take more than about 1s as "slow".
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 27 Dec 2018 04:29:50 +0000 (20:29 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 27 Dec 2018 06:28:41 +0000 (22:28 -0800)
commit6c471f2f6675ed32e6d550adfda1106f1baf1421
tree88ba6e5a22f9031324a9ce6d6913a6358fcd25c5
parent5e05ce94d98d7bb9ef99d53334429ff183bd1b93
tests: Tag all the tests that take more than about 1s as "slow".

This makes it possible to run a quicker set of tests, which still have
pretty good coverage, with something like this:
    make -j10 check TESTSUITEFLAGS='-j10 -k !slow'
19 files changed:
tests/data/data-in.at
tests/data/data-out.at
tests/data/datasheet-test.at
tests/language/data-io/get-data-psql.at
tests/language/stats/graph.at
tests/language/stats/quick-cluster.at
tests/language/stats/sort-cases.at
tests/libpspp/abt.at
tests/libpspp/bt.at
tests/libpspp/ll.at
tests/libpspp/llx.at
tests/libpspp/range-tower.at
tests/libpspp/sparse-array.at
tests/libpspp/sparse-xarray-test.at
tests/libpspp/string-map.at
tests/libpspp/stringi-map.at
tests/libpspp/stringi-set.at
tests/output/charts.at
tests/ui/terminal/main.at