[WATCHLISTS] Add a watchlist for regexp
Drive-by fix: The file name for WATCHLISTS in the OWNERS file rule was wrong, so fixing that too so that it's possible to modify WATCHLISTS without eng reviewers approval in the future. Change-Id: I0e24c5d459aab2bb346aca64125eabe0ceac8274 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2903154 Reviewed-by: Hannes Payer <hpayer@chromium.org> Reviewed-by: Jakob Gruber <jgruber@chromium.org> Reviewed-by: Patrick Thier <pthier@chromium.org> Commit-Queue: Marja Hölttä <marja@chromium.org> Cr-Commit-Position: refs/heads/master@{#74644}
This commit is contained in:
parent
ad4eab00e7
commit
663eec3a12
2
OWNERS
2
OWNERS
@ -21,7 +21,7 @@ per-file PRESUBMIT.py=file:INFRA_OWNERS
|
|||||||
per-file codereview.settings=file:INFRA_OWNERS
|
per-file codereview.settings=file:INFRA_OWNERS
|
||||||
|
|
||||||
per-file AUTHORS=file:COMMON_OWNERS
|
per-file AUTHORS=file:COMMON_OWNERS
|
||||||
per-file WATCHLIST=file:COMMON_OWNERS
|
per-file WATCHLISTS=file:COMMON_OWNERS
|
||||||
|
|
||||||
per-file *-mips*=file:MIPS_OWNERS
|
per-file *-mips*=file:MIPS_OWNERS
|
||||||
per-file *-mips64*=file:MIPS_OWNERS
|
per-file *-mips64*=file:MIPS_OWNERS
|
||||||
|
@ -94,6 +94,9 @@
|
|||||||
'filepath': 'src/base/ieee754\.(cc|h)' \
|
'filepath': 'src/base/ieee754\.(cc|h)' \
|
||||||
'|src/base/overflowing-math.h' \
|
'|src/base/overflowing-math.h' \
|
||||||
'|LICENSE.fdlibm',
|
'|LICENSE.fdlibm',
|
||||||
|
},
|
||||||
|
'regexp': {
|
||||||
|
'filepath': 'src/.*regexp',
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -149,5 +152,9 @@
|
|||||||
'rtoy+watch@chromium.org',
|
'rtoy+watch@chromium.org',
|
||||||
'hongchan+watch@chromium.org'
|
'hongchan+watch@chromium.org'
|
||||||
],
|
],
|
||||||
|
'regexp': [
|
||||||
|
'jgruber+watch@chromium.org',
|
||||||
|
'pthier+watch@chromium.org'
|
||||||
|
],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user