[Lldb-commits] [lldb] cbfae97 - [LLDB] Mark TestCreateDuringInstructionStep as flaky on Linux
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 2 02:10:16 PDT 2020
Author: Muhammad Omair Javaid
Date: 2020-06-02T14:08:28+05:00
New Revision: cbfae97ca82b11ab2b54562055c49817baa1e26b
URL: https://github.com/llvm/llvm-project/commit/cbfae97ca82b11ab2b54562055c49817baa1e26b
DIFF: https://github.com/llvm/llvm-project/commit/cbfae97ca82b11ab2b54562055c49817baa1e26b.diff
LOG: [LLDB] Mark TestCreateDuringInstructionStep as flaky on Linux
This patch marks TestCreateDuringInstructionStep.py as flakey for Linux.
This is failing randomly on arm/aarch64. I will monitor buildbot and
skip it if it fails again.
Added:
Modified:
lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
Removed:
################################################################################
diff --git a/lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py b/lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
index 807f1ae9a2ac..59473a3f924e 100644
--- a/lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
+++ b/lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
@@ -18,6 +18,7 @@ class CreateDuringInstructionStepTestCase(TestBase):
@skipUnlessPlatform(['linux'])
@expectedFailureAndroid('llvm.org/pr24737', archs=['arm'])
+ @expectedFlakeyLinux(bugnumber="llvm.org/pr24737")
def test_step_inst(self):
self.build(dictionary=self.getBuildFlags())
exe = self.getBuildArtifact("a.out")
More information about the lldb-commits
mailing list