cling icon indicating copy to clipboard operation
cling copied to clipboard

Failing Tests (1): Cling :: Autoloading/AutoForwarding.C

Open zeroclyy opened this issue 6 years ago • 1 comments

Hi,Vassil Vassilev Please help me ! When I was installing cling on ubuntu16.04,there are some error coming.I already installed clang and llvm. calng masage is this: clang version 5.0.0 (tags/RELEASE_500/final 318019) (llvm/tags/RELEASE_500/final 318017) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /usr/local/bin

When I make&install ,cling gave me this massage.I can't save it no matter how I try .So please help me.

FAIL: Cling :: Autoloading/AutoForwarding.C (4 of 133) ******************** TEST 'Cling :: Autoloading/AutoForwarding.C' FAILED ******************** Script:

cat /home/zerocl20/cling-build/cling-src/tools/cling/test/Autoloading/AutoForwarding.C | /home/zerocl20/cling-build/builddir/./bin/cling --nologo -I/home/zerocl20/cling-build/cling-src/tools/cling/test/Autoloading -Xclang -verify

Exit Code: 1

Command Output (stderr):

error: 'error' diagnostics seen but not expected: File /home/zerocl20/cling-build/cling-src/tools/cling/test/Autoloading/Enum.h Line 13: enumeration previously declared with fixed underlying type error: 'note' diagnostics seen but not expected: File ./fwd_enums.h Line 7: previous declaration is herenall

Finally it gave this massage.


Testing Time: 588.90s


Failing Tests (1): Cling :: Autoloading/AutoForwarding.C

Expected Passes : 120 Expected Failures : 12 Unexpected Failures: 1 tools/cling/test/CMakeFiles/check-cling.dir/build.make:57: recipe for target 'tools/cling/test/CMakeFiles/check-cling' failed make[3]: *** [tools/cling/test/CMakeFiles/check-cling] Error 1 CMakeFiles/Makefile2:38062: recipe for target 'tools/cling/test/CMakeFiles/check-cling.dir/all' failed make[2]: *** [tools/cling/test/CMakeFiles/check-cling.dir/all] Error 2 CMakeFiles/Makefile2:38069: recipe for target 'tools/cling/test/CMakeFiles/check-cling.dir/rule' failed make[1]: *** [tools/cling/test/CMakeFiles/check-cling.dir/rule] Error 2 Makefile:8244: recipe for target 'check-cling' failed make: *** [check-cling] Error 2 subprocess.CalledProcessError: Command 'make -j4 check-cling' returned non-zero exit status 2

┌──────────────────────────────────────────────────────────────────────────────┐ │ Clean up │ └──────────────────────────────────────────────────────────────────────────────┘ Skipping build directory: /home/zerocl20/cling-build/builddir Remove directory: /home/zerocl20/cling-build/cling-debian-stretch/sid-x86_64-0.6~dev-fdca86d Remove directory: /tmp/cling-obj/

--

zeroclyy avatar Dec 02 '17 00:12 zeroclyy

Hi! This test is flaky and I'd expect it to fail. It seems your build is fine.

vgvassilev avatar Dec 02 '17 17:12 vgvassilev