Changeset e797179


Ignore:
Timestamp:
Dec 11, 2024, 6:32:21 PM (6 days ago)
Author:
Michael Brooks <mlbrooks@…>
Branches:
master
Children:
5d3d281
Parents:
64f3b9f
Message:

Accept meta-test, expecting the buid to fail.

The fix is forthcoming.

The new test style (nowarn) checks for the absence of warnings. The team has seen inconsistent results with who sees what warning. This meta-test ensures that the checkin-triggered testing can notice a warning. The fix for this failing test will be to make the warning go away.

Location:
tests
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    r64f3b9f re797179  
    290290        rm ${abspath ${@}}.o
    291291
     292# No-warning tests
     293# Tests to make sure that given CFA code gets emitted C code that GCC accepts without any warnings
     294nowarn/% : nowarn/%.cfa ${CFABIN}
     295        ${CFACOMPILETEST} -Wunused-function -Wpsabi -Wall -Wextra -Werror -o ${abspath ${@}}
     296
    292297#------------------------------------------------------------------------------
    293298# Other targets
Note: See TracChangeset for help on using the changeset viewer.