commit | 49459ed32b71aefd0443d82c939f05933505080e | [log] [tgz] |
---|---|---|
author | Bruno Larsen <blarsen@redhat.com> | Fri Jul 14 10:06:03 2023 +0200 |
committer | Bruno Larsen <blarsen@redhat.com> | Fri Aug 04 09:33:51 2023 +0200 |
tree | b7c321470edf5cd4af11c2de6827418c60f5df2c | |
parent | ea305f846fd5a08ad5d8cbd1defbe7cd2e53b0b9 [diff] |
gdb/testsuite: Disable gdb.compile when testing with clang Attempting to test the gdb.compile with clang as the compiler results in over 300 unexpected errors, due to a segmentation fault and several handshake failures. Since the whole feature is designed around a gcc plugin, and even the gcc testing is shaky at best, this commit restricts those tests to only running under gcc. If that gets fixed, this commit can be reverted. Approved-By: Tom Tromey <tom@tromey.com>