[PATCH] D86170: PrintStackTrace: don't symbolize if LLVM_DISABLE_SYMBOLIZATION is set
Alexandre Ganea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 06:21:36 PDT 2020
aganea added inline comments.
================
Comment at: llvm/test/tools/not/disable-symbolization.test:1
+# RUN: not --crash env > %t || true
+# RUN: FileCheck %s < %t
----------------
This test also fails on Windows - I think lit doesn't like `env` alone.
```
******************** TEST 'LLVM :: tools/not/disable-symbolization.test' FAILED ********************
Script:
--
: 'RUN: at line 1'; not --crash env > D:\llvm-project\buildninjaRel\test\tools\not\Output\disable-symbolization.test.tmp || true
: 'RUN: at line 2'; d:\llvm-project\buildninjarel\bin\filecheck.exe D:\llvm-project\llvm\test\tools\not\disable-symbolization.test < D:\llvm-project\buildninjaRel\test\tools\not\Output\disable-symbolization.test.tmp
--
Exit Code: 127
Command Output (stdout):
--
$ ":" "RUN: at line 1"
$ "not" "--crash" "env"
# command stderr:
Error: 'env' requires a subcommand
error: command failed with exit status: 127
--
```
`printenv` instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86170/new/
https://reviews.llvm.org/D86170
More information about the llvm-commits
mailing list