The tests in this test-suite are designed to exhibit a full range of outcomes: tests that fail to compile, compile but don't execute, compile and execute, and so on. However, the names and descriptions of the individual tests indicate the expected behavior of each test, so that other tests in other test-suites may execute these tests and mechanically determine if they behaved as expected, and if the harness correctly reported their behavior.
This is a copy of the "basic" testsuite which has been modified to have a more complex testsuite structure. In particular, instead of a single HTML file in each dir which describes all tests in that directory, they are now described by at least two HTML files. This will allow us to test initial URLs which are intended select all tests which originate in a single file.