wxwidgets/tests/regex
Vadim Zeitlin 381cd322ec Always skip the rest of regex tests checking for compile failure
It's useless to continue with testing the given regex if compiling it
has unexpectedly succeeded, all the rest of the tests will fail anyhow.

Also explain that REQUIRE() can't be used here, which is why we need to
use CHECK() and then check the same condition again before returning to
avoid the temptation to "simplify" things.
2021-07-15 21:44:28 +02:00
..
reg.test Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
regex.inc Make built-in regex library tests run again too 2021-03-14 13:10:14 +01:00
regex.pl Make built-in regex library tests run again too 2021-03-14 13:10:14 +01:00
regextest.cpp Always skip the rest of regex tests checking for compile failure 2021-07-15 21:44:28 +02:00
wxreg.test Remove all lines containing cvs/svn "$Id$" keyword. 2013-07-26 16:02:46 +00:00
wxregextest.cpp Make wxRegEx unit tests actually run again 2021-03-14 13:10:14 +01:00