[compiler-rt] r221896 - [ASan] Add process basename to log name and error message to simplify analysis of sanitized systems logs.

Yury Gribov y.gribov at samsung.com
Thu Nov 13 10:52:32 PST 2014


On 11/13/2014 08:13 PM, Kuba Brecka wrote:
> I think this patch caused this test failure:
> http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_checkall/247/console

Hm, looks like some system issue. The test in question should check that 
file some/path/log-path_test.cc.tmp.log.log-path_test.cc* does not exist:

  not cat 
/Users/buildslave/jenkins/sharedspace/incremental at 2/clang-build/projects/compiler-rt/test/asan/32bitConfig/TestCases/Output/log-path_test.cc.tmp.log.log-path_test.cc*

Now given the error message, it seems that the log indeed does not exist:

  Command Output (stderr):
  --
 
/Users/buildslave/jenkins/sharedspace/incremental at 2/clang-build/projects/compiler-rt/test/asan/32bitConfig/TestCases/Output/log-path_test.cc.script: 
line 6: 
/Users/buildslave/jenkins/sharedspace/incremental at 2/clang-build/projects/compiler-rt/test/asan/32bitConfig/TestCases/Output/log-path_test.cc.tmp.log.log-path_test.cc*: 
No such file or directory

but 'not' still reports failure:

  --
  Exit Code: 1

Does anyone have a clue? Could I ssh somewhere to repro this (I can't on 
local machine with TOT llvm, clang and compiler-rt)?

-Y



More information about the llvm-commits mailing list