[Lldb-commits] [lldb] r247805 - Upgrading TestCreateDuringInstructionStep from XFLAKY to XFAIL on android arm
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Wed Sep 16 07:52:36 PDT 2015
Author: labath
Date: Wed Sep 16 09:52:36 2015
New Revision: 247805
URL: http://llvm.org/viewvc/llvm-project?rev=247805&view=rev
Log:
Upgrading TestCreateDuringInstructionStep from XFLAKY to XFAIL on android arm
the test is very often failing two times in a row, causing noise on the buildbots.
Modified:
lldb/trunk/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
Modified: lldb/trunk/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py?rev=247805&r1=247804&r2=247805&view=diff
==============================================================================
--- lldb/trunk/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py (original)
+++ lldb/trunk/test/linux/thread/create_during_instruction_step/TestCreateDuringInstructionStep.py Wed Sep 16 09:52:36 2015
@@ -18,7 +18,7 @@ class CreateDuringInstructionStepTestCas
TestBase.setUp(self)
@skipUnlessPlatform(['linux'])
- @expectedFlakeyAndroid('llvm.org/pr24737', archs=['arm'])
+ @expectedFailureAndroid('llvm.org/pr24737', archs=['arm'])
@dwarf_test
def test_step_inst_with_dwarf(self):
self.buildDwarf(dictionary=self.getBuildFlags())
More information about the lldb-commits
mailing list