<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 --- - ExecutionEngine/test-interp-vec-loadstore.ll failing on powerpc-darwin8"
   href="http://llvm.org/bugs/show_bug.cgi?id=16694">16694</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>ExecutionEngine/test-interp-vec-loadstore.ll failing on powerpc-darwin8
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </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>Interpreter
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>fang@csl.cornell.edu
          </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>This test ExecutionEngine/test-interp-vec-loadstore.ll has been failing on
powerpc-darwin8 since it was added, still failing on trunk at r186829.

First log of test failing:
<a href="http://www.csl.cornell.edu/~fang/sw/llvm/logs/llvm-r178851-powerpc-darwin8-g++-4.0.1-debug-check.log.bz2">http://www.csl.cornell.edu/~fang/sw/llvm/logs/llvm-r178851-powerpc-darwin8-g++-4.0.1-debug-check.log.bz2</a>

git/svn log shows that test was added with patch at r178469.

% bin/llvm-lit -s -v test/ExecutionEngine/test-interp-vec-loadstore.ll
FAIL: LLVM :: ExecutionEngine/test-interp-vec-loadstore.ll (1 of 1)
******************** TEST 'LLVM ::
ExecutionEngine/test-interp-vec-loadstore.ll' FAILED ********************
Script:
--
gtimeout 5m  /Users/fang/local/src/LLVM-svn/gcc40-cmake-build/bin/./lli
-force-interpreter=true
/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/test-interp-vec-loadstore.ll
| /Users/fang/local/src/LLVM-svn/gcc40-cmake-build/bin/./FileCheck
/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/test-interp-vec-loadstore.ll
--
Exit Code: 1
Command Output (stderr):
--
/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/test-interp-vec-loadstore.ll:7:10:
error: expected string not found in input
; CHECK: 5.{{[0]+}}e+{{[0]+}}
         ^
<stdin>:9:6: note: scanning from here
2.304996e-41
     ^
<stdin>:12:1: note: possible intended match here
5.830803e-42
^
--

********************
Testing Time: 1.30s
********************
Failing Tests (1):
    LLVM :: ExecutionEngine/test-interp-vec-loadstore.ll

  Unexpected Failures: 1


Here's the output of lli:

% /Users/fang/local/src/LLVM-svn/gcc40-cmake-build/bin/./lli
-force-interpreter=true
/Volumes/Isolde/sources/LLVM-svn/llvm.git/test/ExecutionEngine/test-interp-vec-loadstore.ll
67108864
50331648
33554432
16777216
4.079006e-320
3.573083e-320
3.067160e-320
2.561236e-320
2.304996e-41
1.731024e-41
1.157052e-41
5.830803e-42</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>