mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
bba4a13b1d
We already uses pipefail to detect failure of a redirected command, so the "|| echo failure" construct was unnecessary. These tests run and pass on Windows now. llvm-svn: 312747
13 lines
276 B
YAML
13 lines
276 B
YAML
# RUN: not llvm-xray stack %s 2>&1 | FileCheck %s
|
|
---
|
|
header:
|
|
version: 1
|
|
type: 0
|
|
constant-tsc: true
|
|
nonstop-tsc: true
|
|
cycle-frequency: 2601000000
|
|
records:
|
|
...
|
|
# CHECK: llvm-xray: No instrumented calls were accounted in the input file.
|
|
# CHECK-NOT: {{[0-9A-Z]+}}
|