From b519f9fa61dafa990caa4d8b629910521ce92553 Mon Sep 17 00:00:00 2001 From: Pavel Labath Date: Thu, 9 Jun 2016 22:39:36 +0000 Subject: Enable some tests on linux This enables a couple of tests which have been shown to run reliably on the linux x86 buildbot. If you see a failure after this commit, feel free to add the xfail back, but please make it as specific as possible (i.e., try to make it not cover i386/x86_64 with clang-3.5, clang-3.9 or gcc-4.9). llvm-svn: 272326 --- lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py') 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 0d078d85d51..30175c5e1c1 100644 --- a/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py +++ b/lldb/packages/Python/lldbsuite/test/lang/c/bitfields/TestBitfields.py @@ -21,7 +21,6 @@ class BitfieldsTestCase(TestBase): self.line = line_number('main.c', '// Set break point at this line.') @skipIfWindows # BitFields exhibit crashes in record layout on Windows (http://llvm.org/pr21800) - @expectedFailureAll("llvm.org/pr27510", oslist=["linux"], compiler="clang", compiler_version=[">=", "3.9"]) def test_and_run_command(self): """Test 'frame variable ...' on a variable with bitfields.""" self.build() -- cgit v1.2.3