diff options
author | Pavel Labath <labath@google.com> | 2016-11-24 15:03:31 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-11-24 15:03:31 +0000 |
commit | 3dcc8f90a091edd0e304f0b5fa46f896288b573f (patch) | |
tree | db143a57734be594e516c8fffcb9ccef6f97d110 /lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | |
parent | 15a5a21a08d4cf60a3bbb274d1b8c5f23a2d3b41 (diff) | |
download | bcm5719-llvm-3dcc8f90a091edd0e304f0b5fa46f896288b573f.tar.gz bcm5719-llvm-3dcc8f90a091edd0e304f0b5fa46f896288b573f.zip |
Enable TestBitfields on linux with clang
The test has been passing for a while now.
llvm-svn: 287884
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py index 0c6f5373fc5..4d0eb48c3b5 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py @@ -120,13 +120,6 @@ class BitfieldsTestCase(TestBase): # BitFields exhibit crashes in record layout on Windows # (http://llvm.org/pr21800) @skipIfWindows - @expectedFailureAll( - "llvm.org/pr27510", - oslist=["linux"], - compiler="clang", - compiler_version=[ - ">=", - "3.9"]) def test_and_python_api(self): """Use Python APIs to inspect a bitfields variable.""" self.build() |