llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.96k stars 11.54k forks source link

resolve consistent (across GCC & Clang) failures in `gdb.mi/mi-var-rtti.exp` #14977

Open dwblaikie opened 11 years ago

dwblaikie commented 11 years ago
Bugzilla Link 14605
Version unspecified
OS All
Blocks llvm/llvm-project#14767
CC @DougGregor,@echristo

Extended Description

There's 8 consistent failures in this test that show up in both GCC 4.7 and Clang. Rather than trying to diagnose whether these are GDB test suite bugs or bugs across both compilers. In any case this doesn't seem to represent a case where Clang is lagging behind.

(it's also possible that I've done something wrong in the way these tests are executed & it should be passing with GCC)

Disabled in r170181

llvmbot commented 1 month ago

@llvm/issue-subscribers-debuginfo

Author: David Blaikie (dwblaikie)

| | | | --- | --- | | Bugzilla Link | [14605](https://llvm.org/bz14605) | | Version | unspecified | | OS | All | | Blocks | llvm/llvm-project#14767 | | CC | @DougGregor,@echristo | ## Extended Description There's 8 consistent failures in this test that show up in both GCC 4.7 and Clang. Rather than trying to diagnose whether these are GDB test suite bugs or bugs across both compilers. In any case this doesn't seem to represent a case where Clang is lagging behind. (it's also possible that I've done something wrong in the way these tests are executed & it should be passing with GCC) Disabled in r170181