Bugs item #1852339, was opened at 2007-12-17 15:42
Message generated for change (Comment added) made by sjoerd
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1852339&group_id=56967

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tests
Group: MonetDB5 CVS Head
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan Manegold (stmane)
Assigned to: Nobody/Anonymous (nobody)
Summary: M5: tst285.mal & tst960.mal in src/mal/Tests fail on Windows

Initial Comment:
Tests
MonetDB5/src/mal/Tests/tst285.mal
MonetDB5/src/mal/Tests/tst960.mal
fail on Windows with

!MALException:str.match:No implementation available

see
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Int.32.32.d-Windows5.1/src_mal/tst285.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Mic.32.32.d-Windows5.1/src_mal/tst285.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Int.64.64.d-Windows5.2/src_mal/tst285.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Mic.64.64.d-Windows5.2/src_mal/tst285.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Int.32.32.d-Windows5.1/src_mal/tst960.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Mic.32.32.d-Windows5.1/src_mal/tst960.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Int.64.64.d-Windows5.2/src_mal/tst960.out.00.html
http://monetdb.cwi.nl/testing/projects/monetdb/Current/MonetDB5/.mTests103/Mic.64.64.d-Windows5.2/src_mal/tst960.out.00.html


----------------------------------------------------------------------

>Comment By: Sjoerd Mullender (sjoerd)
Date: 2007-12-21 13:43

Message:
Logged In: YES 
user_id=43607
Originator: NO

For some reason, str.match (in src/modules/kernel/batstr.mx) is
implemented using the regex library which is not available on Windows
(hence the message).  At the very least, there should be an alternative
implementation using PCRE (which is available on Windows).  The PCRE
implementation should probably be the primary implementation with regex as
a backup.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=482468&aid=1852339&group_id=56967

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-bugs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-bugs

Reply via email to