Changeset: 8b18b07d940e for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=8b18b07d940e Modified Files: monetdb5/mal/Tests/All Branch: Jan2014 Log Message:
Disable tests that can't run on Windows. diffs (19 lines): diff --git a/monetdb5/mal/Tests/All b/monetdb5/mal/Tests/All --- a/monetdb5/mal/Tests/All +++ b/monetdb5/mal/Tests/All @@ -138,11 +138,13 @@ tst260 tst2570 # tst265 -- windowsum and slidingsum have been removed tst267 -tst270 +# opens /tmp/MonetEvents, i.e. not on Windows: +NOT_WIN32?tst270 tst272 tst273 tst274 -tst275 +# opens /tmp/MonetEvents, i.e. not on Windows: +NOT_WIN32?tst275 tst277 tst280 tst292 _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
