Even if we don't yet make ICU 56 default as in #2917 I'd like to make it so that people who manually choose 56 won't get a failure.
A file was renamed from derb.c to derb.cpp and so currently a build issue results in this file not being properly excluded. Since it's not explicitly built, it's fine to just list both the .c and .cpp versions in the exclude list.
Even if we don't yet make ICU 56 default as in #2917 I'd like to make it so that people who manually choose 56 won't get a failure.
A file was renamed from
derb.ctoderb.cppand so currently a build issue results in this file not being properly excluded. Since it's not explicitly built, it's fine to just list both the.cand.cppversions in the exclude list.