search for: testsuite

Displaying 20 results from an estimated 1732 matches for "testsuite".

2002 Aug 29
0
PATCH: Fix IRIX 6 testsuite failures
Having built rsync 2.5.5 on IRIX 6.2 with gcc 3.1, I ran into two failures when running the testsuite with make check: both the chgrp and hardlinks tests fail: The failure in the chgrp test occurs here: + rsync -rtgvvv /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/from/ /amnt/callisto/volumes/obj-irix5/local/obj.irix5/rsync-2.5.5/testtmp.chgrp/to/ rsync: opendir /amn...
2007 Dec 14
3
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
Hi, I see that you are looking for new programs for the testsuite, as described in 'Compile programs with the LLVM compiler', and 'Adding programs to the llvm testsuite" on llvm.org/OpenProjects. My favourite "C source code" is ClamAV (www.clamav.net), and I would like to get it included in the testsuite. This mail is kind of long, bu...
2002 Jun 15
0
[PATCH] make test patch.
...stead of using the $RSYNC variable). I cannot find anything which refers to this problem in the mail archives or CVS logs. Below is a patch which fixes this problem. (please CC: me, I'm not subscribed. Thanks.) -- Geoff. -------------- next part -------------- diff -urNp rsync-2.5.5.orig/testsuite/chgrp.test rsync-2.5.5/testsuite/chgrp.test --- rsync-2.5.5.orig/testsuite/chgrp.test 2002-03-25 04:01:37.000000000 +0100 +++ rsync-2.5.5/testsuite/chgrp.test 2002-06-16 06:19:50.000000000 +0200 @@ -31,7 +31,7 @@ do done sleep 2 -checkit "rsync -rtgvvv \"$fromdir/\" \"$todir...
2003 Jan 21
2
[patch] Two problems in testsuite (POSIX, perms)
Hello, Noticed a couple of problems with the rsync testsuite. I have included a possible patch for each problem (attached & inlined.) The first problem is that on OpenBSD when make test is run and tests are skipped you see messages like this: cat: "/tmp/rsync-2/rsync/testtmp.chown/whyskipped": No such file or directory SKIP chown () Aft...
2007 Dec 17
0
[LLVMdev] Adding ClamAV to the llvm testsuite (long)
...oks like there are two issues here. 1. The autoconf requirement. Is it possible to get one configuration working without the need for autoconf? 2. GPL license. Chris? Evan On Dec 14, 2007, at 12:30 PM, Török Edwin wrote: > Hi, > > I see that you are looking for new programs for the testsuite, as > described in 'Compile programs with the LLVM compiler', and 'Adding > programs to the llvm testsuite" on llvm.org/OpenProjects. > > My favourite "C source code" is ClamAV (www.clamav.net), and I would > like to get it included in the testsuite. > &...
2008 Mar 30
0
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
Hi, sounds like a nice project. Some comments below. > *1. Project title:* > Extend the llvm-test testsuite to include new programs and benchmaraks[1], benchmaraks -> benchmarks > and give a web service interface to run a test build remotely. Also, this is not a title, it is a summary. How about calling it: "Improve the llvm testsuite" > *2. Abstract:* > LLVM[2] is a collection...
2008 Nov 02
1
[LLVMdev] llvm-2.4 prerelease gfortran results
...the exact gfortran.log entries for them under i686 Darwin9... > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (internal compiler error) > FAIL: gfortran.dg/array_constructor_12.f90 -O0 (test for excess errors) Executing on host: /sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../gfortran -B/sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objdir/gcc/testsuite/gfortran/../../ /sw/src/fink.build/llvm-gcc42-2.4-1/llvm-gcc4.2-2.4.source/gcc/testsuite/gfortran.dg/array_constructor_12.f90 -O0 -pedantic-errors -L/sw/src/fink.build/llvm-gcc42-2.4-1/llvm_gcc42_objd...
2013 Jan 18
0
[LLVMdev] How to run SPEC200 benhmark in LLVM
...Unnikrishnan C, On 18/01/13 09:09, unni_c at csa.iisc.ernet.in wrote: > Hello, > > I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm > module which I wrote. How to run SPEC2000 benchmark in LLVM? > > Unnikrishnan C do you know how to run LLVM's nightly testsuite? It has support for SPEC. When you configure LLVM you need to use --with-externals to specify a directory that holds external testsuites like SPEC. For example: --with-externals=$HOME/externals/ In $HOME/externals/ you should put the SPEC testsuite directories, eg speccpu2000. Note that this wi...
2013 Jan 18
2
[LLVMdev] How to run SPEC200 benhmark in LLVM
Hello, I want to run SPEC2000 benchmark in LLVM to check correctness of a llvm module which I wrote. How to run SPEC2000 benchmark in LLVM? Unnikrishnan C -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2008 Mar 30
2
[LLVMdev] [Proposal] GSoC 2008 project proposal for improving the llvm-test testsuite
Hello every body, With the ideas and suggestions that I got from you all I came up with the proposal for the project of improving the llvm-test testsuite. I am posting my proposal here, if you have any feedback(anything to be added or anything to be removed ) please let me know, so that I can improve the proposal before I upload it in Google web app. Thanks in advance.! Regarda, Rjika *Proposal for summer of code 2008, Rajika Kumarasiri* *1. Proje...
2008 Mar 19
3
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
On Mar 19, 2008, at 1:39 AM, Duncan Sands wrote: > I would like to see: > > (1) LLVM testsuite run every night for all targets, target variants > and > operating systems, for example by using an emulator to emulate targets > for which the hardware is not available. The gcc project has a > compile > farm which might be usable for this, but we would need to ask them >...
2008 Mar 19
0
[LLVMdev] Proposal for GSoC project for improving llvm-test testsuite
I would like to see: (1) LLVM testsuite run every night for all targets, target variants and operating systems, for example by using an emulator to emulate targets for which the hardware is not available. The gcc project has a compile farm which might be usable for this, but we would need to ask them if it is ok. (2) Likewise for the gc...
2010 Sep 22
4
[LLVMdev] Running gcc tests using Clang
I've run the tests from clang-tests/trunk/gcc-4_2-testsuite on a Ubuntu x86-64 Linux box with the following results: === gcc Summary === # of expected passes 29946 # of unexpected failures 9938 # of unexpected successes 29 # of expected failures 28 # of unresolved testcases 1451 # of untested testcases 273 # of unsupp...
2008 Nov 12
1
[LLVMdev] Validating LLVM
...ression Tests - This catches obvious errors, but not major ones. For clarity, you mean "make check" on the LLVM tools, right? > * Full Bootstrap of LLVM-GCC - LLVM-GCC is a complex program. It's our > second indication if something has gone horribly awry. Yep. > * Nightly Testsuite - A very good suite of tests; much more extensive > than a simple bootstrap. How does this differ from "make check" or llvm-test? > * LLVM-GCC Testsuite - Many thousands of great tests to test the many > facets of the compiler. WAY too few people run these. By this do you mean...
2011 Jul 01
2
[LLVMdev] Reporting errors in inline assembly
I want to report a problem with an inline assembly instruction from a code generator pass? How can I do that with the proper diagnostic format and source location? Right now we only get: clang -c /d/g/clang-tests/gcc-4_2-testsuite/src/gcc.target/i386/pr30848.c fatal error: error in backend: Inline asm output regs must be last on the x87 stack But gcc-4-2 can: $ gcc-4.2 -c /d/g/clang-tests/gcc-4_2-testsuite/src/gcc.target/i386/pr30848.c /d/g/clang-tests/gcc-4_2-testsuite/src/gcc.target/i386/pr30848.c: In function ‘foo’: /d/...
2015 Jun 24
2
[LLVMdev] buildbot failure in LLVM on clang-x86_64-ubuntu-gdb-75
This bot seems kind of flaky. In the last 100 builds, it has failed "gdb-75-check" 22 times with what is either a linker error or a missing header (or both?): gdb compile failed, /usr/bin/ld: error: /home/buildslave/osuosl_slave/clang-x86_64-ubuntu-gdb-75/clang-tests/build/gdb/testsuite/gdb.trace/pendshr1.c.o: requires dynamic R_X86_64_PC32 reloc against 'pendfunc1' which may overflow at runtime; recompile with -fPIC clang: error: linker command failed with exit code 1 (use -v to see invocation) Running ../../../src/gdb/testsuite/gdb.trace/report.exp ... Runnin...
2011 Jul 01
2
[LLVMdev] Reporting errors in inline assembly
I want to report a problem with an inline assembly instruction from a code generator pass? How can I do that with the proper diagnostic format and source location? Right now we only get: clang -c /d/g/clang-tests/gcc-4_2-testsuite/src/gcc.target/i386/pr30848.c fatal error: error in backend: Inline asm output regs must be last on the x87 stack But gcc-4-2 can: $ gcc-4.2 -c /d/g/clang-tests/gcc-4_2-testsuite/src/gcc.target/i386/pr30848.c /d/g/clang-tests/gcc-4_2-testsuite/src/gcc.target/i386/pr30848.c: In function ‘foo’: /d/...
2007 Jul 03
2
MDTest 1.0
I'm announcing today a new testsuite application for Markdown called MDTest. I've been using it as a replacement for John's Markdown Test for some time now I think it's ready for release. First, I want to say Markdown Test has been very useful in developing PHP Markdown. The testsuite covers many cases, however I st...
2010 Apr 22
2
RUnit bug?
There appears to be a bug in RUnit. Given a testsuite testsuite.math, say, when I run: runTestSuite(testsuite.math) this works fine, provided there are no extraneous files in the unit test subdirectory. But if there are any Emacs temp files (with names that end with '~') then runTestSuite gets confused and tries to run functions from the te...
2003 Jul 05
1
make check's diff -u vs -c
...uot;/"$f" "$3"/"$f" || failed=YES or something of that ilk. On Sat, Jul 05, 2003 at 12:00:48PM +0000, rsync-cvs-request@lists.samba.org wrote: > Date: Fri, 4 Jul 2003 23:56:59 +0000 (GMT) > From: wayned@samba.org (Wayne Davison) > Subject: CVS update: rsync/testsuite > To: rsync-cvs@samba.org > Message-ID: <20030704235659.352582C051@lists.samba.org> > > > Date: Fri Jul 4 23:56:59 2003 > Author: wayned > > Update of /data/cvs/rsync/testsuite > In directory dp.samba.org:/tmp/cvs-serv24766 > > Modified Files: > rsync...