summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDean Michael Berris <dberris@google.com>2016-10-26 05:10:39 +0000
committerDean Michael Berris <dberris@google.com>2016-10-26 05:10:39 +0000
commit6cbd65e4df7ec1b2009b5486c679efa39143dc9a (patch)
tree22cee5e89cd8568bae56a71192e73c8b8cd85626
parent812d3d30aede80b5f9e5b1fc0484700ecaf1afef (diff)
downloadbcm5719-llvm-6cbd65e4df7ec1b2009b5486c679efa39143dc9a.tar.gz
bcm5719-llvm-6cbd65e4df7ec1b2009b5486c679efa39143dc9a.zip
[XRay] Be case-insensitive for error strings
On Windows, "no such file or directory" is the default error translation as opposed to the capitalized form on Linux. llvm-svn: 285174
-rw-r--r--llvm/test/tools/llvm-xray/X86/no-such-file.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/tools/llvm-xray/X86/no-such-file.txt b/llvm/test/tools/llvm-xray/X86/no-such-file.txt
index 0bc0b5b946a..69fc43f9625 100644
--- a/llvm/test/tools/llvm-xray/X86/no-such-file.txt
+++ b/llvm/test/tools/llvm-xray/X86/no-such-file.txt
@@ -1,4 +1,4 @@
; RUN: not llvm-xray extract no-such-file 2>&1 | FileCheck %s
; CHECK: llvm-xray: Cannot extract instrumentation map from 'no-such-file'.
-; CHECK-NEXT: No such file or directory
+; CHECK-NEXT: {{[Nn]}}o such file or directory
OpenPOWER on IntegriCloud