Home
last modified time | relevance | path

Searched refs:expectedFailureDarwin (Results 1 – 7 of 7) sorted by relevance

/external/lldb/test/functionalities/thread/create_during_step/
DTestCreateDuringStep.py16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
32 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
40 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
48 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
56 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
/external/lldb/test/functionalities/thread/exit_during_step/
DTestExitDuringStep.py16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
32 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
39 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
47 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
55 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
/external/lldb/test/functionalities/thread/multi_break/
DTestMultipleBreakpoints.py16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
/external/lldb/test/functionalities/thread/exit_during_break/
DTestExitDuringBreak.py16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
23 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
/external/lldb/test/functionalities/thread/break_after_join/
DTestBreakAfterJoin.py16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
23 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
/external/lldb/test/functionalities/thread/thread_exit/
DTestThreadExit.py16 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
24 @expectedFailureDarwin("llvm.org/pr15824") # thread states not properly maintained
/external/lldb/test/
Dlldbtest.py593 def expectedFailureDarwin(bugnumber=None): function