ld, testsuite: do not run CTF tests at all on non-ELF for now
authorNick Alcock <nick.alcock@oracle.com>
Tue, 14 Jul 2020 17:33:11 +0000 (18:33 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Wed, 22 Jul 2020 17:05:32 +0000 (18:05 +0100)
commit62cdd7b18fc41a29b6bc22b4bbba0bff55434628
tree547a51a34282fe8b284f16a58e48ee48164325ba
parentfa03171fb46381f904c3434bd0e3d23b54783b2f
ld, testsuite: do not run CTF tests at all on non-ELF for now

Right now, the linker is not emitting CTF sections on (at least some)
non-ELF platforms, because work similar to that done for ELF needs to be
done to each platform in turn to emit linker-generated sections whose
contents are programmatically derived.  (Or something better needs to be
done.)

So, for now, the CTF tests will fail on non-ELF for lack of a .ctf
section in the output: so skip the CTF tests there temporarily.
(This is not the same as the permanent skip of the diags tests, which is
done because the input for those is assembler that depends on the ELF
syntax of pseudos like .section: this is only a temporary skip, until
the linker grows support for CTF on more targets.)

ld/
* testsuite/ld-ctf/ctf.exp: Skip on non-ELF for now.
ld/ChangeLog
ld/testsuite/ld-ctf/ctf.exp
This page took 0.025142 seconds and 4 git commands to generate.