search for: cdash

Displaying 5 results from an estimated 5 matches for "cdash".

Did you mean: dash
2010 May 28
2
[LLVMdev] Nightly build of CMake with clang 1.1
...ll, (1st time post, I hope this is on topic...) I notice that CMake is listed as one of the C++ projects that clang can build: <http://clang.llvm.org/cxx_status.html> I thought I'd pass on that I've created a nightly build of CMake that uses clang 1.1 (from llvm 2.7) <http://www.cdash.org/CDash/index.php?project=CMake> (search for 'clang') It does build, but... A) there are a bunch of warnings of this type: ld: warning: can't add line info to anonymous symbol 4-byte-literal B) two of CMake's unit tests make clang assert: Assertion failed: (TargetInitializ...
2014 Oct 06
3
[LLVMdev] [PATCH] ubsan: label messages as coming from ubsan
I've been working on adding UBSan support to CMake (so that errors found by it can be uploaded to CDash for viewing). One problem is that the message is very generic. The patch here addes 'UndefinedBehaviorSanitizer' to the message so that they may be detected more easily. If something else is wanted (such as the '===' lines from ASan or TSan to cope with things like printing the bac...
2012 Jul 17
0
[LLVMdev] Recent regression in CLANG/LLVM
Hi Kent, maybe it could be added to LLVM's nightly testsuite? Ciao, Duncan. On 17/07/12 17:57, Kent Williams wrote: > Logged this: http://llvm.org/bugs/show_bug.cgi?id=13353 > > I might respectfully suggest that building ITK (like building Boost) > is an excellent torture test for CLANG. Up until last week the SVN > head worked fine, now it doesn't. Later today I'll
2016 Sep 01
2
[Bug 97568] New: read pixels of MSAAx8 surface stretched horizontally/vertically
...ter: timothy.o.rowley at intel.com QA Contact: nouveau at lists.freedesktop.org vtk ctest has many failures which appear to be caused by its selection of a MSAA visual and a missing resolve on the read pixels - the image it gets is stretched 4x horizontally and 2x vertically. https://open.cdash.org/viewTest.php?onlyfailed&buildid=4530390 Tested with ubuntu-16.04 nouveau driver and a GeForce GTX 750 Ti (GM107). -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug. -------------- next part -------------- An HTML attachment was s...
2012 Jul 17
3
[LLVMdev] Recent regression in CLANG/LLVM
Logged this: http://llvm.org/bugs/show_bug.cgi?id=13353 I might respectfully suggest that building ITK (like building Boost) is an excellent torture test for CLANG. Up until last week the SVN head worked fine, now it doesn't. Later today I'll try building ITK again with CLang SVN head and see if someone fixed this...