Hi all,
I'm seeing some relocation truncation failures in the libstdc++
testsuite where the test
is too large to fit into the memory model. In the gcc testsuite we mark
these tests as unsupported
using something like the below fragment in gcc-dg.exp
if { [regexp "(^|\n)\[^\n\]*: relocation truncated to fit" $text]
&& [check_effective_target_tiny] } {
return "::unsupported::memory full"
}
Where would I go about adding similar logic in the libstdc++ tesuite
.exp files?
I can't find similar pruning infrastructure there...
Thanks,
Kyrill