aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJiri Vanek <[email protected]>2012-05-24 19:52:17 +0200
committerJiri Vanek <[email protected]>2012-05-24 19:52:17 +0200
commitda93921bc035aefc845cf554ae0c46481316ea11 (patch)
treec9a3be36e160453aa9ee0609e3eb4707e69ac2a0 /ChangeLog
parentb352a803f1a40654d7b10bfed48f5ef634b35395 (diff)
Introduced whitelist for reproducers
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 988395a..d00bebb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2012-05-24 Jiri Vanek <[email protected]>
+
+ Introduced whitelist for reproducers
+ * netx-dist-tests-whitelist: new file, contains regular expressions
+ (separated by space) for expr to select testcases which only will be
+ run. By default set to all by expression .*
+ * Makefile.am: (REPRODUCERS_CLASS_NAMES) When class with testcases is
+ going to be included in list, it is at first check for match in whitelist.
+ If there is no match, will not be included.
+
2012-05-24 Martin Olsson <[email protected]>
* plugin/icedteanp/IcedTeaPluginUtils.cc:
Fix two typos.