From cbfae97ca82b11ab2b54562055c49817baa1e26b Mon Sep 17 00:00:00 2001 From: Muhammad Omair Javaid Date: Tue, 2 Jun 2020 14:08:10 +0500 Subject: [PATCH] [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. --- .../create_during_instruction_step/TestCreateDuringInstructionStep.py | 1 + 1 file changed, 1 insertion(+) 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 807f1ae..59473a3 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") -- 2.7.4