<html>
    <head>
      <base href="http://llvm.org/bugs/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - CloneFunction unit test failure"
   href="http://llvm.org/bugs/show_bug.cgi?id=19148">19148</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>CloneFunction unit test failure
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>libraries
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>trunk
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>Transformation Utilities
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>oroppas@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>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...</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>