[LLVMbugs] [Bug 19148] New: CloneFunction unit test failure

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 14 22:47:12 PDT 2014


http://llvm.org/bugs/show_bug.cgi?id=19148

            Bug ID: 19148
           Summary: CloneFunction unit test failure
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Transformation Utilities
          Assignee: unassignedbugs at nondot.org
          Reporter: oroppas at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

Here are outputs:

[1/1] Running the LLVM regression tests
FAILED: cd /home/ryuta/devel/llvm/src/build/test && /usr/bin/python
/home/ryuta/devel/llvm/src/llvm/utils/lit/lit.py -sv --param
llvm_site_config=/home/ryuta/devel/llvm/src/build/test/lit.site.cfg --param
llvm_unit_site_config=/home/ryuta/devel/llvm/src/build/test/Unit/lit.site.cfg
/home/ryuta/devel/llvm/src/build/test
-- Testing: 9951 tests, 8 threads --
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: Transforms/Utils/UtilsTests/CloneFunc.InstructionOwnership
(9922 of 9951)
******************** TEST 'LLVM-Unit ::
Transforms/Utils/UtilsTests/CloneFunc.InstructionOwnership' FAILED
********************
Note: Google Test filter = CloneFunc.InstructionOwnership
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CloneFunc
[ RUN      ] CloneFunc.InstructionOwnership
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:332:
Failure
Value of: NewSubprogram.getFunction()
  Actual: 0xe0dfb0
Expected: NewFunc
Which is: 0xe0f9b0
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:332:
Failure
Value of: NewSubprogram.getFunction()
  Actual: 0xe0dfb0
Expected: NewFunc
Which is: 0xe0f9b0
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:332:
Failure
Value of: NewSubprogram.getFunction()
  Actual: 0xe0dfb0
Expected: NewFunc
Which is: 0xe0f9b0
[  FAILED  ] CloneFunc.InstructionOwnership (0 ms)
[----------] 1 test from CloneFunc (1 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CloneFunc.InstructionOwnership

 1 FAILED TEST

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: Transforms/Utils/UtilsTests/CloneFunc.DebugIntrinsics (9926
of 9951)
******************** TEST 'LLVM-Unit ::
Transforms/Utils/UtilsTests/CloneFunc.DebugIntrinsics' FAILED
********************
Note: Google Test filter = CloneFunc.DebugIntrinsics
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CloneFunc
[ RUN      ] CloneFunc.DebugIntrinsics
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:368:
Failure
Value of: DISubprogram(DIVariable(NewIntrin->getVariable())
.getContext()).getFunction()
  Actual: 0x1c1afb0
Expected: NewFunc
Which is: 0x1c1c9b0
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:378:
Failure
Value of: DISubprogram(DIVariable(NewIntrin->getVariable())
.getContext()).getFunction()
  Actual: 0x1c1afb0
Expected: NewFunc
Which is: 0x1c1c9b0
[  FAILED  ] CloneFunc.DebugIntrinsics (1 ms)
[----------] 1 test from CloneFunc (1 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (1 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CloneFunc.DebugIntrinsics

 1 FAILED TEST

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90..
FAIL: LLVM-Unit :: Transforms/Utils/UtilsTests/CloneFunc.Subprogram (9930 of
9951)
******************** TEST 'LLVM-Unit ::
Transforms/Utils/UtilsTests/CloneFunc.Subprogram' FAILED ********************
Note: Google Test filter = CloneFunc.Subprogram
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from CloneFunc
[ RUN      ] CloneFunc.Subprogram
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:277:
Failure
Value of: SubprogramCount
  Actual: 1
Expected: 2U
Which is: 2
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:284:
Failure
Value of: Sub2.Verify()
  Actual: false
Expected: true
/home/ryuta/devel/llvm/src/llvm/unittests/Transforms/Utils/Cloning.cpp:287:
Failure
Value of: (Sub1.getFunction() == OldFunc && Sub2.getFunction() == NewFunc) ||
(Sub1.getFunction() == NewFunc && Sub2.getFunction() == OldFunc)
  Actual: false
Expected: true
[  FAILED  ] CloneFunc.Subprogram (0 ms)
[----------] 1 test from CloneFunc (0 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (0 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] CloneFunc.Subprogram

 1 FAILED TEST

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 34.25s
********************
Failing Tests (3):
    LLVM-Unit :: Transforms/Utils/UtilsTests/CloneFunc.DebugIntrinsics
    LLVM-Unit :: Transforms/Utils/UtilsTests/CloneFunc.InstructionOwnership
    LLVM-Unit :: Transforms/Utils/UtilsTests/CloneFunc.Subprogram

  Expected Passes    : 6408
  Expected Failures  : 26
  Unsupported Tests  : 3514
  Unexpected Failures: 3
ninja: build stopped: subcommand failed.
==> ERROR: A failure occurred in build().
    Aborting...

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140315/f0ecacec/attachment.html>


More information about the llvm-bugs mailing list