<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 --- - FAIL: Linux/instrprof-file_ex.test"
   href="https://llvm.org/bugs/show_bug.cgi?id=28029">28029</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>FAIL: Linux/instrprof-file_ex.test
          </td>
        </tr>

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

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

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

        <tr>
          <th>Reporter</th>
          <td>hjl.tools@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 Fedora 23, llvm r271942 + clang r271937 + compiler-rt271922 gave:

-- Testing: 29639 tests, 8 threads --
Testing: 0 .. 
FAIL: AddressSanitizer-x86_64-linux ::
TestCases/Linux/print_memory_profile_test.cc (3117 of 29639)
******************** TEST 'AddressSanitizer-x86_64-linux ::
TestCases/Linux/print_memory_profile_test.cc' FAILED ********************
Script:
--
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/./bin/clang
--driver-mode=g++ -fsanitize=address -mno-omit-leaf-frame-pointer
-fno-omit-frame-pointer -fno-optimize-sibling-calls -gline-tables-only -m64
/export/gnu/import/git/llvm/projects/compiler-rt/test/asan/TestCases/Linux/print_memory_profile_test.cc
-o
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/asan/X86_64LinuxConfig/TestCases/Linux/Output/print_memory_profile_test.cc.tmp
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/asan/X86_64LinuxConfig/TestCases/Linux/Output/print_memory_profile_test.cc.tmp
2>&1 | FileCheck
/export/gnu/import/git/llvm/projects/compiler-rt/test/asan/TestCases/Linux/print_memory_profile_test.cc
--
Exit Code: 1

Command Output (stderr):
--
/export/gnu/import/git/llvm/projects/compiler-rt/test/asan/TestCases/Linux/print_memory_profile_test.cc:28:11:
error: expected string not found in input
// CHECK: 2227 byte(s) ({{.*}}%) in 17 allocation(s)
          ^
<stdin>:21:1: note: scanning from here
72704 byte(s) (95%) in 1 allocation(s)
^
<stdin>:21:2: note: possible intended match here
72704 byte(s) (95%) in 1 allocation(s)
 ^

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: Profile-i386 :: Linux/instrprof-file_ex.test (28388 of 29639)
******************** TEST 'Profile-i386 :: Linux/instrprof-file_ex.test' FAILED
********************
Script:
--
mkdir -p
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp.d
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/./bin/clang
-m32 -ldl  -fprofile-instr-generate -fprofile-instr-generate
/export/gnu/import/git/llvm/projects/compiler-rt/test/profile/Linux/../Inputs/instrprof-file_ex.c
-o
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp
rm
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
sort
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
| FileCheck
/export/gnu/import/git/llvm/projects/compiler-rt/test/profile/Linux/instrprof-file_ex.test
--
Exit Code: 1

Command Output (stderr):
--
rm: cannot remove
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i386/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump':
No such file or directory

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90
FAIL: Profile-i686 :: Linux/instrprof-file_ex.test (28431 of 29639)
******************** TEST 'Profile-i686 :: Linux/instrprof-file_ex.test' FAILED
********************
Script:
--
mkdir -p
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp.d
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/./bin/clang
-m32 -ldl  -fprofile-instr-generate -fprofile-instr-generate
/export/gnu/import/git/llvm/projects/compiler-rt/test/profile/Linux/../Inputs/instrprof-file_ex.c
-o
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp
rm
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
sort
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
| FileCheck
/export/gnu/import/git/llvm/projects/compiler-rt/test/profile/Linux/instrprof-file_ex.test
--
Exit Code: 1

Command Output (stderr):
--
rm: cannot remove
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-i686/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump':
No such file or directory

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.
FAIL: Profile-x86_64 :: Linux/instrprof-file_ex.test (28474 of 29639)
******************** TEST 'Profile-x86_64 :: Linux/instrprof-file_ex.test'
FAILED ********************
Script:
--
mkdir -p
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp.d
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/./bin/clang
-m64 -ldl  -fprofile-instr-generate -fprofile-instr-generate
/export/gnu/import/git/llvm/projects/compiler-rt/test/profile/Linux/../Inputs/instrprof-file_ex.c
-o
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp
rm
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
sort
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump
| FileCheck
/export/gnu/import/git/llvm/projects/compiler-rt/test/profile/Linux/instrprof-file_ex.test
--
Exit Code: 1

Command Output (stderr):
--
rm: cannot remove
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/projects/compiler-rt/test/profile/Profile-x86_64/Linux/Output/instrprof-file_ex.test.tmp.d/run.dump':
No such file or directory

--

********************
Testing: 0 .. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
Testing Time: 315.26s
********************
Failing Tests (4):
    AddressSanitizer-x86_64-linux ::
TestCases/Linux/print_memory_profile_test.cc
    Profile-i386 :: Linux/instrprof-file_ex.test
    Profile-i686 :: Linux/instrprof-file_ex.test
    Profile-x86_64 :: Linux/instrprof-file_ex.test

  Expected Passes    : 28624
  Expected Failures  : 180
  Unsupported Tests  : 831
  Unexpected Failures: 4
CMakeFiles/check-all.dir/build.make:57: recipe for target
'CMakeFiles/check-all' failed
gmake[6]: *** [CMakeFiles/check-all] Error 1
gmake[6]: Leaving directory
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux'
CMakeFiles/Makefile2:177: recipe for target 'CMakeFiles/check-all.dir/all'
failed
gmake[5]: *** [CMakeFiles/check-all.dir/all] Error 2
gmake[5]: Leaving directory
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux'
CMakeFiles/Makefile2:184: recipe for target 'CMakeFiles/check-all.dir/rule'
failed
gmake[4]: *** [CMakeFiles/check-all.dir/rule] Error 2
gmake[4]: Leaving directory
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux'
Makefile:197: recipe for target 'check-all' failed
gmake[3]: *** [check-all] Error 2
gmake[3]: Leaving directory
'/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux'
1646.35user 527.92system 6:15.80elapsed 578%CPU (0avgtext+0avgdata
2640016maxresident)k
380920inputs+33365256outputs (668major+154931635minor)pagefaults 0swaps
Makefile:91: recipe for target 'check' failed
make[2]: *** [check] Error 2</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>