[Lldb-commits] [lldb] [lldb] Make the system log a NOOP on Windows (PR #112052)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 14 03:49:57 PDT 2024
DavidSpickett wrote:
I wonder if this is going to fix https://lab.llvm.org/buildbot/#/builders/141/builds/3100, so I am testing it right now.
```
c:\users\tcwg\llvm-worker\lldb-aarch64-windows\build\bin\filecheck.exe C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\Shell\Settings/Inputs/EchoCommandsQuiet.out <C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\build\tools\lldb\test\Shell\Settings\Output\TestEchoCommandsQuiet.test.tmp.file
# executed command: 'c:\users\tcwg\llvm-worker\lldb-aarch64-windows\build\bin\filecheck.exe' 'C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\Shell\Settings/Inputs/EchoCommandsQuiet.out'
# .---command stderr------------
# | C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\Shell\Settings/Inputs/EchoCommandsQuiet.out:4:13: error: CHECK-NEXT: is not on the line after the previous match
# | CHECK-NEXT: done
# | ^
# | <stdin>:5:1: note: 'next' match was here
# | done
# | ^
# | <stdin>:1:6: note: previous match ended here
# | start
# | ^
# | <stdin>:2:1: note: non-matching line after previous match is here
# | lldb version 20.0.0git (https://github.com/llvm/llvm-project.git revision 73e74e496ec32a13a5ae71df71364065f7be3cca)
# | ^
# |
# | Input file: <stdin>
# | Check file: C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\Shell\Settings/Inputs/EchoCommandsQuiet.out
# |
# | -dump-input=help explains the following input dump.
# |
# | Input was:
# | <<<<<<
# | 1: start
# | 2: lldb version 20.0.0git (https://github.com/llvm/llvm-project.git revision 73e74e496ec32a13a5ae71df71364065f7be3cca)
# | 3: clang revision 73e74e496ec32a13a5ae71df71364065f7be3cca
# | 4: llvm revision 73e74e496ec32a13a5ae71df71364065f7be3cca
# | 5: done
# | next:4 !~~~ error: match on wrong line
# | >>>>>>
# `-----------------------------
# error: command failed with exit status: 1
```
https://github.com/llvm/llvm-project/pull/112052
More information about the lldb-commits
mailing list