https://bugs.llvm.org/show_bug.cgi?id=49531
Bug ID: 49531
Summary: FileCheck ignores `-Y` in `[[X-Y]]`
Product: Test Suite
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P
Component: lit
Assignee: unassignedb...@nondot.org
Reporter: jdenny.o...@gmail.com
CC: dan...@zuster.org, llvm-bugs@lists.llvm.org,
thomas.preudho...@celest.fr
For example:
```
$ cat check
CHECK: [[X-Y]]
$ FileCheck -vv -dump-input=always -DX=5 -DY=6 check < input |& tail -5
<<<<<<
1: 5
check:1'0 ^
check:1'1 with "X" equal to "5"
>>>>>>
```
I would expect a directive parse error instead.
--
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs