[lldb/Test] Skip TestExpressionInSyscall with reproducers
authorJonas Devlieghere <jonas@devlieghere.com>
Wed, 13 May 2020 20:48:41 +0000 (13:48 -0700)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 14 May 2020 17:38:56 +0000 (10:38 -0700)
Skip this test because it relies on a timeout.

lldb/test/API/commands/expression/expr-in-syscall/TestExpressionInSyscall.py

index a383f69..458a147 100644 (file)
@@ -14,6 +14,7 @@ class ExprSyscallTestCase(TestBase):
         oslist=["windows"],
         bugnumber="llvm.org/pr21765, getpid() does not exist on Windows")
     @expectedFailureNetBSD
+    @skipIfReproducer
     def test_setpgid(self):
         self.build()
         self.expr_syscall()