Keith Wyss | 7248a8b | 2017-09-07 19:10:34 +0000 | [diff] [blame] | 1 | # The redirects used in the commands to FileCheck against stderr cannot be used |
| 2 | # with a windows test. |
| 3 | # |
| 4 | # UNSUPPORTED: windows |
| 5 | |
Keith Wyss | 9420ec3 | 2017-09-07 18:07:48 +0000 | [diff] [blame] | 6 | #RUN: (llvm-xray stack %s 2>&1 || echo "Checking Command Failed") | FileCheck %s |
| 7 | --- |
| 8 | header: |
| 9 | version: 1 |
| 10 | type: 0 |
| 11 | constant-tsc: true |
| 12 | nonstop-tsc: true |
| 13 | cycle-frequency: 2601000000 |
| 14 | records: |
| 15 | ... |
| 16 | # CHECK: llvm-xray: No instrumented calls were accounted in the input file. |
| 17 | # CHECK: Checking Command Failed |
| 18 | # CHECK-NOT: {{[0-9A-Z]+}} |