| commit | ebe9ddbce72cb50e8d18663feafd48a7b172fab9 | [log] [tgz] |
|---|---|---|
| author | Bruno Larsen <blarsen@redhat.com> | Thu Sep 29 14:51:34 2022 +0200 |
| committer | Bruno Larsen <blarsen@redhat.com> | Fri Nov 11 10:13:45 2022 +0100 |
| tree | 77023e94950d9fc46ab1bf8922dcc49af3bf4aa4 | |
| parent | ad9421bb1532bfd6ff14c6d841177a6e6d07fd27 [diff] |
gdb/testsuite: disable some tests of gdb.cp/typeid.exp when using Clang Since Clang chooses to not add any debug information for base types, expecting it to be included with libraries' informations, gdb.cp/typeid.exp will always fail if the program hasn't started. This commit fixes that by making it so when using Clang, the base type variables aren't tested. Approved-by: Tom Tromey <tom@tromey.com>