[llvm] r327051 - Specify that test from r327041 requires asserts
via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 8 16:32:20 PST 2018
Hi Vlad,
This test is still failing on the bots, can you take a look?
http://lab.llvm.org:8011/builders/clang-x86-windows-msvc2015/builds/10637
******************** TEST 'LLVM :: Transforms/FunctionImport/not-prevailing.ll' FAILED ********************
Script:
--
C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\opt.EXE -module-summary C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\llvm\test\Transforms\FunctionImport\not-prevailing.ll -o C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc
C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\opt.EXE -module-summary -o C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp2.bc C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\llvm\test\Transforms\FunctionImport/Inputs/not-prevailing.ll
not --crash C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\llvm-lto2.EXE run -o C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp3.bc C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp2.bc -r C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc,bar,px -r C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc,foo,x -r C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp2.bc,foo,x -save-temps 2>&1 | C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\FileCheck.EXE C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\llvm\test\Transforms\FunctionImport\not-prevailing.ll
--
Exit Code: 1
Command Output (stdout):
--
$ "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\opt.EXE" "-module-summary" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\llvm\test\Transforms\FunctionImport\not-prevailing.ll" "-o" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc"
$ "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\opt.EXE" "-module-summary" "-o" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp2.bc" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\llvm\test\Transforms\FunctionImport/Inputs/not-prevailing.ll"
$ "not" "--crash" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\llvm-lto2.EXE" "run" "-o" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp3.bc" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp2.bc" "-r" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc,bar,px" "-r" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp1.bc,foo,x" "-r" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\test\Transforms\FunctionImport\Output\not-prevailing.ll.tmp2.bc,foo,x" "-save-temps"
note: command had no output on stdout or stderr
error: command failed with exit status: 1
$ "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\stage2\bin\FileCheck.EXE" "C:\b\slave\clang-x86-windows-msvc2015\clang-x86-windows-msvc2015\llvm\test\Transforms\FunctionImport\not-prevailing.ll"
--
********************
Douglas Yung
> -----Original Message-----
> From: llvm-commits [mailto:llvm-commits-bounces at lists.llvm.org] On Behalf Of
> Vlad Tsyrklevich via llvm-commits
> Sent: Thursday, March 08, 2018 11:46
> To: llvm-commits at lists.llvm.org
> Subject: [llvm] r327051 - Specify that test from r327041 requires asserts
>
> Author: vlad.tsyrklevich
> Date: Thu Mar 8 11:46:19 2018
> New Revision: 327051
>
> URL: http://llvm.org/viewvc/llvm-project?rev=327051&view=rev
> Log:
> Specify that test from r327041 requires asserts
>
> Modified:
> llvm/trunk/test/Transforms/FunctionImport/not-prevailing.ll
>
> Modified: llvm/trunk/test/Transforms/FunctionImport/not-prevailing.ll
> URL: http://llvm.org/viewvc/llvm-
> project/llvm/trunk/test/Transforms/FunctionImport/not-
> prevailing.ll?rev=327051&r1=327050&r2=327051&view=diff
> ==============================================================================
> --- llvm/trunk/test/Transforms/FunctionImport/not-prevailing.ll (original)
> +++ llvm/trunk/test/Transforms/FunctionImport/not-prevailing.ll Thu Mar
> +++ 8 11:46:19 2018
> @@ -1,3 +1,4 @@
> +; REQUIRES: asserts
> ; RUN: opt -module-summary %s -o %t1.bc ; RUN: opt -module-summary -o %t2.bc
> %S/Inputs/not-prevailing.ll ; RUN: not --crash llvm-lto2 run -o %t3.bc %t1.bc
> %t2.bc -r %t1.bc,bar,px \
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
More information about the llvm-commits
mailing list