Changeset df91e15
- Timestamp:
- Dec 20, 2024, 8:55:52 AM (4 weeks ago)
- Branches:
- master
- Children:
- 77148b0, d3cf623
- Parents:
- 956ad355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/proposals/nowarn.md
r956ad355 rdf91e15 56 56 3. `grep 'FAILED with' test-status.txt | sed -E 's/\s+(\.\.\.)?([^ ]+).*$/\2/g' > test-fails.txt` 57 57 4. Trim the WFLGAS_OPT_LAX list, reconciling with the pass/fail status just obtained. 58 1. Copy-paste just the WFLAGS list items into `wflags- orig.txt`. Keeping leading pounds and trailing backslashes is optional.58 1. Copy-paste just the WFLAGS list items into `wflags-lax.txt`. Keeping leading pounds and trailing backslashes is optional. 59 59 2. Print a list of tests found in `wflags-lax.txt` and also in `test-passes.txt`. These tests were originally on WFLGAS_OPT_LAX, but can now pass without being on it. 60 60 - `sed -E 's/#|( *\\)//g' wflags-lax.txt | xargs -n 1 -I _ bash -c 'a=_;echo ${a:${#a}<32?0:-32}' | xargs -n 1 -I _ echo "grep -E '^_$' test-passes.txt" | sh`
Note: See TracChangeset
for help on using the changeset viewer.