Johannes Sixt [off-list ref] writes:
Nice idea. Another class would be the tests that depend on that the
filesystem supports symbolic links.
quoted
-test_expect_success 'iso-8859-1' '
+test_expect_success I18N 'iso-8859-1' '
How do the tests look like if this token is the *last* argument?
I thought about it but rejected it because it is much easier to spot class
tokens if it comes immediately after test_expect_xyzzy.
I suspect that certain classes of tests that need to be skipped can be
autodetected inside test-lib.sh; it would be an independent topic to build
on top of this. Your example of 64-bit may be one of them.