| commit | 42dde3f3643cdf372b8f40beafa3f2c888aaf92a | [log] [tgz] |
|---|---|---|
| author | Bruno Larsen <blarsen@redhat.com> | Thu Sep 08 10:43:14 2022 +0200 |
| committer | Bruno Larsen <blarsen@redhat.com> | Fri Nov 11 10:13:36 2022 +0100 |
| tree | db85518e7bbdd11e8067cc3211bf67b4d44aa4c7 | |
| parent | 3180839c4bee41b8dea76f1e2d19203cd76c0fa0 [diff] |
gdb/testsuite: add XFAIL to gdb.cp/derivation.exp when using Clang When running gdb.cp/derivation.exp using Clang, we get an unexpected failure when printing the type of a class with an internal typedef. This happens because Clang doesn't add accessibility information for typedefs inside classes (see https://github.com/llvm/llvm-project/issues/57608 for more info). To help with Clang testing, an XFAIL was added to this test. Approved-by: Tom Tromey <tom@tromey.com>