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: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
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
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs