Changeset d3cf623 for tests/Makefile.am


Ignore:
Timestamp:
Dec 20, 2024, 10:52:16 AM (4 weeks ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
master
Children:
b05d79d
Parents:
df91e15
Message:

Solved the requested warning with exceptions. Also went through the exceptions tests and managed to remove about 2/3rds of them from the lax list that now either didn't have any warnings or warnings because of the test itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/Makefile.am

    rdf91e15 rd3cf623  
    186186        enum_tests/planet \
    187187        enum_tests/structEnum \
    188         exceptions/cancel/coroutine \
    189         exceptions/cancel/thread \
    190188        exceptions/cardgame \
    191         exceptions/conditional \
    192         exceptions/conditional-threads \
    193         exceptions/cor_resumer \
    194         exceptions/data-except \
    195189        exceptions/defaults \
    196190        exceptions/defaults-threads \
    197         exceptions/fibonacci_nonlocal \
    198         exceptions/finally \
    199         exceptions/finally-threads \
    200191        exceptions/hotpotato \
    201192        exceptions/hotpotato_checked \
    202         exceptions/interact \
    203193        exceptions/pingpong_nonlocal \
    204194        exceptions/polymorphic \
    205         exceptions/resume \
    206         exceptions/resume-threads \
    207         exceptions/terminate \
    208         exceptions/terminate-threads \
    209         exceptions/trash \
    210195        exceptions/try-leave-catch \
    211         exceptions/virtual-cast \
    212196        exceptions/virtual-poly \
    213197        expression \
Note: See TracChangeset for help on using the changeset viewer.