[Issue 12394] Regression: std.regex unittests take agonizingly long to run - like hours on OSX

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Mar 18 01:39:29 PDT 2014


https://d.puremagic.com/issues/show_bug.cgi?id=12394


Dmitry Olshansky <dmitry.olsh at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dmitry.olsh at gmail.com


--- Comment #1 from Dmitry Olshansky <dmitry.olsh at gmail.com> 2014-03-18 01:39:26 PDT ---
I bet CTFE puts pressure on RAM and that Mac machine doesn't have that much.

Looking at fresh unittests below, try changing:

// bugzilla 12076
...

auto RE = ctRegex!(r"(?<!x\w+)\s(\w+)");

To 

auto RE =  ctRegex!(r"(?<!x[a-z]+)\s([a-z]+)");

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list