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()) _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits