Remove empty glob pattern, which is now an error.
It look like this may be a copy-paste bug from the root BUILD file.
PiperOrigin-RevId:
724062332
Change-Id: I8eda2275d996dd14693aee569254db28d9bc4f9d
Pull Regexp syntax out of Death test section in advanced.md
Regexps seem to have nothing in common with death tests, yet their description is planted right in the middle of the death test section.
This CL pulls the regexp section one level up and just before death tests.
PiperOrigin-RevId:
721817710
Change-Id: Idc52f450fb10960a590ceb1a70339f86d4478fe4
Fix extended regular expressions reference URL in advanced.md
The original URL started with https://www.opengroup.org and fails to redirect to the reference page. According to Chrome's dev tools (Network tab), the response to that request is a HTTP 302 Found, with the new location being "balancer://pubs/onlinepubs/
009695399/basedefs/xbd_chap09.html". Chrome does not know what to do with that and displays a blank page.
Changing the `www` subdomain to `pubs` results in HTTP 200.
PiperOrigin-RevId:
721804738
Change-Id: I816d08d5baf957c63ac97506d04c7cc49c3a5ce7
Export testsuite properties as XML elements, not attributes.
With this change, arbitrary property names in the testsuite no longer
cause the produced XML output to be ill-formed.
PiperOrigin-RevId:
721549090
Change-Id: Iedffa89bf914478f563c8f3b82cd50557762a665
Cast mutable lvalue references to const from testing::ResultOf
PiperOrigin-RevId:
716343482
Change-Id: I125bc4725886958d026c88f3902a8289e476598b
Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`.
PiperOrigin-RevId:
715826130
Change-Id: Id962fd456f6da21ea2a909f331f92d814f1dad46
Document unexpected interaction with death test error code and gmock.
If you have a death test that uses mock objects, it's very likely that those mock objects are not properly cleaned up before death. The gMock atexit leak detector will call `_exit(1)`, overriding your expected exit code.
PiperOrigin-RevId:
713722657
Change-Id: I92a326f3923efc9f0e235d825616f3094eca995c
Add UnpackStructImpl for structs with 20 fields.
PiperOrigin-RevId:
713272335
Change-Id: I2b289ece4ce3f91834a8c9ba11a4bd18e6e40fca