Open ChristianKuehnel opened 4 years ago
Exit Code: 1
$ ":" "RUN: at line 1" $ "Q:/clang-x86-ninja-win10/stage1/./bin/clang.exe" "-fuse-ld=lld" "-flto=thin" "-fsanitize=cfi" "-fvisibility=hidden" "-gline-tables-only" "-gcodeview" "-gcolumn-info" "-fsanitize-stats" "-o" "C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-thinlto-i386\Output\stats.cpp.tmp" "C:\volumes\buildbot\clang-x86-ninja-win10\llvm\compiler-rt\test\cfi\stats.cpp" $ ":" "RUN: at line 2" $ "env" "SANITIZER_STATS_PATH=C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-thinlto-i386\Output\stats.cpp.tmp.stats" "C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-thinlto-i386\Output\stats.cpp.tmp" $ ":" "RUN: at line 3" $ "sanstats" "C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-thinlto-i386\Output\stats.cpp.tmp.stats" $ "FileCheck" "C:\volumes\buildbot\clang-x86-ninja-win10\llvm\compiler-rt\test\cfi\stats.cpp"
C:\volumes\buildbot\clang-x86-ninja-win10\llvm\compiler-rt\test\cfi\stats.cpp:19:12: error: CHECK: expected string not found in input
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}vcall cfi-vcall 37
^
Exit Code: 1
$ ":" "RUN: at line 1" $ "Q:/clang-x86-ninja-win10/stage1/./bin/clang.exe" "-fuse-ld=lld" "-flto" "-fsanitize=cfi" "-fvisibility=hidden" "-gline-tables-only" "-gcodeview" "-gcolumn-info" "-fsanitize-stats" "-o" "C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-i386\Output\stats.cpp.tmp" "C:\volumes\buildbot\clang-x86-ninja-win10\llvm\compiler-rt\test\cfi\stats.cpp" $ ":" "RUN: at line 2" $ "env" "SANITIZER_STATS_PATH=C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-i386\Output\stats.cpp.tmp.stats" "C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-i386\Output\stats.cpp.tmp" $ ":" "RUN: at line 3" $ "sanstats" "C:\volumes\buildbot\clang-x86-ninja-win10\stage1\projects\compiler-rt\test\cfi\Standalone-lld-i386\Output\stats.cpp.tmp.stats" $ "FileCheck" "C:\volumes\buildbot\clang-x86-ninja-win10\llvm\compiler-rt\test\cfi\stats.cpp"
C:\volumes\buildbot\clang-x86-ninja-win10\llvm\compiler-rt\test\cfi\stats.cpp:19:12: error: CHECK: expected string not found in input
// CHECK: stats.cpp:[[@LINE+1]] {{_?}}vcall cfi-vcall 37
^
Extended Description
When setting up a new 32bit WIndows buildbot with MSVC, I noticed a few of the cfi tests are failing. The buildbot is currently in staging as I want to resolve the failing tests before moving it to production.
http://lab.llvm.org:8014/#/builders/27