Closed
Description
I have been adding to tests in the test directory without realizing that run.go is not running them, because they have command lines it cannot handle. Before Go 1 we MUST make run.go handle all the tests that the run script does, or else whitelist the ones we intend not to handle and also mark that fact at the top of each ignored test file.