[PATCH] D34272: [Tooling] A new framework for executing clang frontend actions.
Phil Camp via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 05:34:46 PDT 2017
FlameTop added a comment.
Hello, I'm afraid this commit is failing on Windows.
http://lab.llvm.org:8011/console?builder=llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast&builder=llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast
FAIL: Clang-Unit :: Tooling/./ToolingTests.exe/StandaloneToolTest.SimpleActionWithResult (14523 of 35936)
- TEST 'Clang-Unit :: Tooling/./ToolingTests.exe/StandaloneToolTest.SimpleActionWithResult' FAILED ********************
Note: Google Test filter = StandaloneToolTest.SimpleActionWithResult
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from StandaloneToolTest
[ RUN ] StandaloneToolTest.SimpleActionWithResult
C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\tools\clang\unittests\Tooling\ExecutionTest.cpp(217): error: Value of: !Err
Actual: false
Expected: true
error: error reading 'C:\a.cc'
1 error generated.
Error while processing C:\a.cc.
Program aborted due to an unhandled Error:
Failed to run action.LLVMSymbolizer: error reading file: PDB Error: Unable to load PDB. Make sure the file exists and is readable. Calling loadDataForExe
#0 0x0114e867 (C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.obj\tools\clang\unittests\Tooling\ToolingTests.exe+0x45e867)
#1 0x76805422 (C:\WINDOWS\System32\ucrtbase.dll+0xa5422)
#2 0x00d67dec (C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.obj\tools\clang\unittests\Tooling\ToolingTests.exe+0x77dec)
#3 0x011820a4 (C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.obj\tools\clang\unittests\Tooling\ToolingTests.exe+0x4920a4)
********************
PASS: Extra Tools Unit Tests :: change-namespace/./ChangeNamespaceTests.exe/ChangeNamespaceTest.SimpleMoveEnum (14524 of 35936)
PASS: Extra Tools Unit Tests :: change-namespace/./ChangeNamespaceTests.exe/ChangeNamespaceTest.DontMoveForwardDeclarationInClass (14525 of 35936)
FAIL: Clang-Unit :: Tooling/./ToolingTests.exe/StandaloneToolTest.SimpleAction (14526 of 35936)
- TEST 'Clang-Unit :: Tooling/./ToolingTests.exe/StandaloneToolTest.SimpleAction' FAILED ********************
Note: Google Test filter = StandaloneToolTest.SimpleAction
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from StandaloneToolTest
[ RUN ] StandaloneToolTest.SimpleAction
C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.src\tools\clang\unittests\Tooling\ExecutionTest.cpp(204): error: Value of: !Err
Actual: false
Expected: true
error: error reading 'C:\a.cc'
1 error generated.
Error while processing C:\a.cc.
Program aborted due to an unhandled Error:
Failed to run action.LLVMSymbolizer: error reading file: PDB Error: Unable to load PDB. Make sure the file exists and is readable. Calling loadDataForExe
#0 0x0114e867 (C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.obj\tools\clang\unittests\Tooling\ToolingTests.exe+0x45e867)
#1 0x76805422 (C:\WINDOWS\System32\ucrtbase.dll+0xa5422)
#2 0x00d67dec (C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.obj\tools\clang\unittests\Tooling\ToolingTests.exe+0x77dec)
#3 0x011820a4 (C:\ps4-buildslave2\llvm-clang-lld-x86_64-scei-ps4-windows10pro-fast\llvm.obj\tools\clang\unittests\Tooling\ToolingTests.exe+0x4920a4)
********************
Repository:
rL LLVM
https://reviews.llvm.org/D34272
More information about the cfe-commits
mailing list