Commit fd8b84e
committed
[lldb][test] Skip beginning/end of file tests on Windows
Added in llvm/llvm-project#137515,
as the source uses unistd.h which isn't present there.
| C:\Users\tcwg\llvm-worker\lldb-aarch64-windows\llvm-project\lldb\test\Shell\Commands/Inputs/sigchld.c:4:10: fatal error: 'unistd.h' file not found
| 4 | #include <unistd.h>
| | ^~~~~~~~~~
| 1 error generated.1 parent 234ae9b commit fd8b84e
File tree
2 files changed
+5
-1
lines changed- lldb/test/Shell/Commands
2 files changed
+5
-1
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
0 commit comments