DescriptionMake gtest always use simple internal regex engine.
In order to allow regex matches in gtest to be shared between Windows and other
systems, we tell gtest to always use it's internal engine.
The syntax supported by the internal engine initially looks like a subset of
POSIX regexs. However character class shortcuts are not valid POSIX.
Even more confusingly the system POSIX regex function often defines extra
features not actually part of the standard allowing regex that work on Linux
fail on Mac OS X.
A search through the code base did not reveal any locations where features not
supported by the internal regex engine where used.
See bug https://code.google.com/p/chromium/issues/detail?id=317224 for more detailed description.
BUG=317224
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=241500
Patch Set 1 #Patch Set 2 : Rebase #Patch Set 3 : Fixing tests which had no longer supported regexes. #Patch Set 4 : Fixing more tests which rely on '\n' being included in .* #Patch Set 5 : Updating memcheck_analyze.py #Patch Set 6 : #
Messages
Total messages: 24 (0 generated)
|