[roll] Roll fuchsia [superproject] Roll third_party/pigweed pw_compilation_testing: Do not expand regexes

The PW_NC_EXPECT() regexes are Python raw strings, which may use \ in
non-standard ways. Don't expand the regexes To avoid compiler warnings.

Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/191030
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 14455b147cb3a51a53307d9cb112d8f03b0009a6
GitOrigin-RevId: 46e5ba8636410acf5d869669fa45f62503413eb8
Roller-URL: https://ci.chromium.org/b/8756542623518617137
CQ-Do-Not-Cancel-Tryjobs: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/988916
Original-Revision: 5889ba4172c596f239ba9797f9b3fd6ae0d16db1
Change-Id: I9b65a089119e39c10fa82b560341d2fd34cbb256
1 file changed
tree: 6c92ec335c62a5f331a2db96533217a53f6c1a43
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.