Changeset: 8cad64e2f792 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8cad64e2f792 Modified Files: monetdb5/mal/Tests/All sql/benchmarks/tpch/LOCKED/Tests/All sql/benchmarks/tpch/Tests/All Branch: default Log Message:
PCRE is required for M5 and hence SQL; thus, no HAVE_PCRE conditional required for M5 & SQL tests diffs (84 lines): diff --git a/monetdb5/mal/Tests/All b/monetdb5/mal/Tests/All --- a/monetdb5/mal/Tests/All +++ b/monetdb5/mal/Tests/All @@ -33,7 +33,7 @@ tst034 tst035 tst036 -HAVE_PCRE?tst037 +tst037 tst038 tst039 tst040 @@ -45,7 +45,7 @@ tst046 tst047 tst048 -HAVE_PCRE?tst049 +tst049 tst050 tst051 tst052 @@ -147,7 +147,7 @@ tst277 tst280 tst292 -HAVE_PCRE?tst285 +tst285 tst300 tst3000 tst301 @@ -161,7 +161,7 @@ tst3060 tst307 tst308 -#HAVE_PCRE?tst350 +#tst350 #tst380 tst400 tst401 @@ -220,7 +220,7 @@ tst911 tst912 tst913 -HAVE_PCRE?tst960 +tst960 #tests for garbage collection of strings tst920 diff --git a/sql/benchmarks/tpch/LOCKED/Tests/All b/sql/benchmarks/tpch/LOCKED/Tests/All --- a/sql/benchmarks/tpch/LOCKED/Tests/All +++ b/sql/benchmarks/tpch/LOCKED/Tests/All @@ -23,7 +23,7 @@ 12 13 #13a -HAVE_PCRE?14 +14 15 16 17 @@ -32,4 +32,4 @@ 20 21 22 -HAVE_PCRE?01-22 +01-22 diff --git a/sql/benchmarks/tpch/Tests/All b/sql/benchmarks/tpch/Tests/All --- a/sql/benchmarks/tpch/Tests/All +++ b/sql/benchmarks/tpch/Tests/All @@ -21,7 +21,7 @@ 12 13 #13a -HAVE_PCRE?14 +14 15 16 17 @@ -30,4 +30,4 @@ 20 21 22 -HAVE_PCRE?01-22 +01-22 _______________________________________________ Checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
