Issue 145453
Summary [clang] `pragma-comment.c` test fails when developer's GitHub handle is `dbartol`
Labels clang
Assignees
Reporter hideous-destructor
    I've certainly had many encounters with tests that only fail on my machine, but this is the first time the test was specifically out to get me:

### To repro
```bash
llvm-lit -v ./clang/test/CodeGen/pragma-comment.c
```

### Actual result:
```
/Volumes/LocalData/Code/Public/bar/llvm-project/clang/test/CodeGen/pragma-comment.c:33:13: error: ELF-NOT: excluded string found in input
// ELF-NOT: bar
 ^
<stdin>:16:55: note: found here
!6 = !{!"clang version 21.0.0git (https://github.com/dbartol/llvm-project 97e8266172533fe9deb701a0851b442298f0f011)"}
 ^~~

Input file: <stdin>
Check file: /Volumes/LocalData/Code/Public/bar/llvm-project/clang/test/CodeGen/pragma-comment.c
```

### Expected result
Successful test

_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to