Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-04 | wc: fix the column width heuristics even further. | Elliott Hughes | |
This was found by https://kernel.googlesource.com/pub/scm/linux/kernel/git/shuah/linux-kselftest/+/master/tools/testing/selftests/splice/default_file_splice_read.sh which broke after the recent change. Plus this actually fixes another of our existing test failures on the host. I'm assuming we don't want to try the "exact fit" heuristics until we have a concrete need for them. (I haven't fully understood the circumstances under which they're used, though the two remaining host test failures appear to be because of them.) Bug: http://b/111891791 Test: ran tests | |||
2018-07-09 | Fix wc column widths. | Elliott Hughes | |
2017-09-06 | Tighten up wc -m tests (which no longer depend on $LANG). | Rob Landley | |
2017-08-04 | Don't unnecessarily use printf in wc.test when echo will do. | Elliott Hughes | |
(And is much faster if your shell doesn't have a builtin printf.) | |||
2016-06-30 | Teach wc to do -cm together. Fix testsuite so TEST_HOST passes too. | Rob Landley | |
2016-03-02 | Factor out command name at the start of test name, have runtest.sh print it. | Rob Landley | |
2014-09-20 | Move testsuite out of scripts/test into its own top level tests directory, ↵ | Rob Landley | |
and make ctrl-c kill "make test" more reliably. |