Changeset df91e15


Ignore:
Timestamp:
Dec 20, 2024, 8:55:52 AM (4 weeks ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
master
Children:
77148b0, d3cf623
Parents:
956ad355
Message:

change wflags-orig.txt to wflags-lax.txt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/proposals/nowarn.md

    r956ad355 rdf91e15  
    5656   3. `grep 'FAILED with' test-status.txt | sed -E 's/\s+(\.\.\.)?([^ ]+).*$/\2/g' > test-fails.txt`
    57574. 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.
    5959   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.
    6060      - `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.