Changeset bada452 for tests/Makefile.am


Ignore:
Timestamp:
Jan 28, 2025, 4:12:53 PM (12 months ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
c699602
Parents:
71ca5b9
Message:

Removed warnings from serveral tests and removed them from the ..._TO_INVESTIGATE list. One test triggered a Cforall warning and a new test to check that has been added. collections/vector-demo has no warnings in its body, but the library it uses does have warnings and will have to move after that is fixed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r71ca5b9 rbada452  
    6161# Tests that need investigation from the CFA team about why they require lax wflags.  Goal is to eliminate this list.
    6262WFLGAS_OPT_LAX_TO_INVESTIGATE = \
    63         attributes \
    64         collections/queue \
    65         collections/sequence \
    66         collections/stack \
    6763        collections/vector-demo \
    6864        concurrency/actors/dynamic \
     
    9793        concurrency/waituntil/repeat_close \
    9894        concurrency/waituntil/timeout \
    99         configs/usage \
    100         ctrl-flow/labelledExit \
    101         ctrl-flow/loop_else \
    10295        designations \
    10396        exceptions/cardgame \
Note: See TracChangeset for help on using the changeset viewer.