[all-commits] [llvm/llvm-project] d124ac: [MemProf] Temporarily disable test failing on a co...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Thu Oct 29 11:27:02 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d124ac0c223a4d3bd537298140bb8539d6d929eb
https://github.com/llvm/llvm-project/commit/d124ac0c223a4d3bd537298140bb8539d6d929eb
Author: Teresa Johnson <tejohnson at google.com>
Date: 2020-10-29 (Thu, 29 Oct 2020)
Changed paths:
M compiler-rt/test/memprof/TestCases/log_path_test.cpp
Log Message:
-----------
[MemProf] Temporarily disable test failing on a couple bots
I finally see why this test is failing (on now 2 bots). Somehow the path
name is getting messed up, and the "linux" converted to "1". I suspect
there is something in the environment causing the macro expansion in the
test to get messed up:
http://lab.llvm.org:8011/#/builders/112/builds/555/steps/5/logs/FAIL__MemProfiler-x86_64-linux__log_path_test_cpp
http://lab.llvm.org:8011/#/builders/37/builds/275/steps/31/logs/stdio
On the avr bot:
-DPROFILE_NAME_VAR="/home/buildbot/llvm-avr-linux/llvm-avr-linux/stage1/projects/compiler-rt/test/memprof/X86_64LinuxConfig/TestCases/Output/log_path_test.cpp.tmp.log2"
after macros expansions becomes:
/home/buildbot/llvm-avr-1/llvm-avr-1/stage1/projects/compiler-rt/test/memprof/X86_64LinuxConfig/TestCases/Output/log_path_test.cpp.tmp.log2
Similar (s/linux/1/) on the other bot.
Disable it while I investigate
More information about the All-commits
mailing list