[llvm-bugs] [Bug 34203] New: LNT Makefile test-suite build (lnt runtest nt) fails after r310975
via llvm-bugs
llvm-bugs at lists.llvm.org
Tue Aug 15 23:11:59 PDT 2017
https://bugs.llvm.org/show_bug.cgi?id=34203
Bug ID: 34203
Summary: LNT Makefile test-suite build (lnt runtest nt) fails
after r310975
Product: Test Suite
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: Nightly Tester
Assignee: unassignedbugs at nondot.org
Reporter: elad2.cohen at intel.com
CC: llvm-bugs at lists.llvm.org
Running the test-suite using the Makefile driver (i.e. "lnt runtest nt") fails
after the commit r310975. (a CMake driver run, i.e. "lnt runtest test-suite"
works).
The buildbots that run the test-suite are currently red.
Failure while running nightly tests! See log:
/home/buildslave/buildslave/clang-native-arm-lnt/test/sandbox/build/test.log
...
make[1]: Target 'test' not remade because of errors.
make[1]: Leaving directory
'/home/buildslave/buildslave/clang-native-arm-lnt/test/sandbox/build'
Makefile.programs:954: recipe for target 'report.simple.raw.out' failed
make: *** [report.simple.raw.out] Error 2
Combining the fact that only the Makefile based run is failing, and looking
into https://reviews.llvm.org/rL310975 it seems that the patch is missing a
Makefile in the inner most level (i.e.
MultiSource/Benchmarks/DOE-ProxyApps-C++/PENNANT/Makefile).
I think we'll have to revert the patch unless Hal or jiseung can commit an
immediate fix.
--
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/20170816/44ac3d9b/attachment.html>
More information about the llvm-bugs
mailing list