<html>
    <head>
      <base href="https://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 --- - check-profile produces two unexpected failures on x86_64 darwin"
   href="https://llvm.org/bugs/show_bug.cgi?id=26607">26607</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>check-profile produces two unexpected failures on x86_64 darwin
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </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>compiler-rt
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>howarth.mailing.lists@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>On x86_64-apple-darwin15, check-profile produces two unexpected failures in the
compiler-rt test suite...

Failing Tests (2):
    Profile :: instrprof-error.c
    Profile :: instrprof-version-mismatch.c

  Expected Passes    : 21
  Unsupported Tests  : 9
  Unexpected Failures: 2

These are of the form...

FAIL: Profile :: instrprof-error.c (10 of 32)
******************** TEST 'Profile :: instrprof-error.c' FAILED
********************
Script:
--
gtimeout 1m   /sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/clang  
-fprofile-instr-generate -o
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp
-O3
/sw/src/fink.build/llvm39-3.9.0-1/compiler-rt-3.9.0.src/test/profile/instrprof-error.c
gtimeout 1m  touch
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp.profraw
gtimeout 1m  chmod -w
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp.profraw
gtimeout 1m 
LLVM_PROFILE_FILE=/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp.profraw
LLVM_PROFILE_VERBOSE_ERRORS=1 
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp
1 2>&1 | FileCheck
/sw/src/fink.build/llvm39-3.9.0-1/compiler-rt-3.9.0.src/test/profile/instrprof-error.c
gtimeout 1m  chmod +w
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp.profraw
--
Exit Code: 1

Command Output (stderr):
--
/sw/src/fink.build/llvm39-3.9.0-1/compiler-rt-3.9.0.src/test/profile/instrprof-error.c:12:11:
error: expected string not found in input
// CHECK: LLVM Profile: Failed to write file 
          ^
<stdin>:1:1: note: scanning from here
gtimeout: failed to run command
‘LLVM_PROFILE_FILE=/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp.profraw’:
No such file or directory
<stdin>:1:171: note: possible intended match here
gtimeout: failed to run command
‘LLVM_PROFILE_FILE=/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-error.c.tmp.profraw’:
No such file or directory

--

********************

FAIL: Profile :: instrprof-version-mismatch.c (22 of 32)
******************** TEST 'Profile :: instrprof-version-mismatch.c' FAILED
********************
Script:
--
gtimeout 1m   /sw/src/fink.build/llvm39-3.9.0-1/build/stage3/./bin/clang  
-fprofile-instr-generate -o
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-version-mismatch.c.tmp
-O3
/sw/src/fink.build/llvm39-3.9.0-1/compiler-rt-3.9.0.src/test/profile/instrprof-version-mismatch.c
gtimeout 1m  LLVM_PROFILE_VERBOSE_ERRORS=1 
/sw/src/fink.build/llvm39-3.9.0-1/build/stage3/projects/compiler-rt/test/profile/Output/instrprof-version-mismatch.c.tmp
1 2>&1 | FileCheck
/sw/src/fink.build/llvm39-3.9.0-1/compiler-rt-3.9.0.src/test/profile/instrprof-version-mismatch.c
--
Exit Code: 1

Command Output (stderr):
--
/sw/src/fink.build/llvm39-3.9.0-1/compiler-rt-3.9.0.src/test/profile/instrprof-version-mismatch.c:11:11:
error: expected string not found in input
// CHECK: LLVM Profile: runtime and instrumentation version mismatch
          ^
<stdin>:1:1: note: scanning from here
gtimeout: failed to run command ‘LLVM_PROFILE_VERBOSE_ERRORS=1’: No such file
or directory
<stdin>:1:73: note: possible intended match here
gtimeout: failed to run command ‘LLVM_PROFILE_VERBOSE_ERRORS=1’: No such file
or directory

--

********************</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>