[LLDB] Mark TestCreateDuringInstructionStep as flaky on Linux
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 2 Jun 2020 09:08:10 +0000 (14:08 +0500)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Tue, 2 Jun 2020 09:08:28 +0000 (14:08 +0500)
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.

lldb/test/API/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py

index 807f1ae..59473a3 100644 (file)
@@ -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")