diff options
Diffstat (limited to 'lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py')
-rw-r--r-- | lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py b/lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py index f7b6d4d83f5..ab57a704022 100644 --- a/lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py +++ b/lldb/test/benchmarks/turnaround/TestCompileRunToBreakpointTurnaround.py @@ -22,6 +22,7 @@ class CompileRunToBreakpointBench(BenchBase): self.gdb_avg = None @benchmarks_test + @no_debug_info_test @expectedFailureWindows("llvm.org/pr22274: need a pexpect replacement for windows") def test_run_lldb_then_gdb(self): """Benchmark turnaround time with lldb vs. gdb.""" |