Displaying 20 results from an estimated 895 matches for "unittest".
Did you mean:
unittests
2014 May 04
12
[LLVMdev] [RFC] Benchmarking subset of the test suite
...gleSource/Regression/C/PR10189
SingleSource/Regression/C/PR1386
SingleSource/Regression/C/PR491
SingleSource/Regression/C/PR640
SingleSource/Regression/C++/short_circuit_dtor
SingleSource/Regression/C/sumarray
SingleSource/Regression/C/sumarraymalloc
SingleSource/Regression/C/testtrace
SingleSource/UnitTests/2002-04-17-PrintfChar
SingleSource/UnitTests/2002-05-02-ArgumentTest
SingleSource/UnitTests/2002-05-02-CastTest
SingleSource/UnitTests/2002-05-02-CastTest1
SingleSource/UnitTests/2002-05-02-CastTest2
SingleSource/UnitTests/2002-05-02-CastTest3
SingleSource/UnitTests/2002-05-02-ManyArguments
Single...
2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
.../llvm-lit -v --time-tests -j1 .
```
then I can observe the time it is taking to run the tests.
# For r270942
```
Slowest Tests:
--------------------------------------------------------------------------
0.06s: LLVMFuzzer :: fuzzer-trunc.test
0.06s: LLVMFuzzer :: merge.test
0.07s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.ShuffleBytes1
0.10s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.InsertByte2
0.10s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.ChangeByte2
0.11s: LLVMFuzzer :: fuzzer-ubsan.test
0.11s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/Fuzzer...
2011 Dec 13
1
[LLVMdev] [PATCH] utils/unittest: Consistency of gtest and gtest_main libs.
$(llvm-config --libs | tr " " "\n" | grep gtest) returns:
-lgtest_main
-lgtest
instead of non-valid:
-lLLVMgtest_main
-lLLVMgtest
It also fixes:
$(ld): cannot find -lLLVMgtest
$(ld): cannot find -lLLVMgtest_main
---
unittests/Makefile.unittest | 2 +-
utils/llvm-build/llvmbuild/componentinfo.py | 4 ++--
utils/llvm-build/llvmbuild/main.py | 5 ++++-
utils/unittest/UnitTestMain/Makefile | 2 +-
utils/unittest/googletest/Makefile | 2 +-
5 files changed, 9 insertion...
2016 May 28
0
[LibFuzzer] Recent performance regression due to r270942
...e it is taking to run the tests.
>
> # For r270942
>
> ```
>
> Slowest Tests:
>
> --------------------------------------------------------------------------
>
> 0.06s: LLVMFuzzer :: fuzzer-trunc.test
>
> 0.06s: LLVMFuzzer :: merge.test
>
> 0.07s: LLVMFuzzer-Unittest ::
> LLVMFuzzer-Unittest/FuzzerMutate.ShuffleBytes1
>
> 0.10s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.InsertByte2
>
> 0.10s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.ChangeByte2
>
> 0.11s: LLVMFuzzer :: fuzzer-ubsan.test
>
> 0.11s: LLVMFuzz...
2012 Feb 19
2
[LLVMdev] Problem While Running Test Suite
...| * |
MultiSource/Benchmarks/Prolangs-C/simulator/simulator | * | * |
MultiSource/Benchmarks/Prolangs-C/plot2fig/plot2fig | * | * |
MultiSource/Benchmarks/Prolangs-C/football/football | * | * |
SingleSource/UnitTests/2003-04-22-Switch | * | * |
SingleSource/UnitTests/2003-05-31-LongShifts | * | * |
SingleSource/UnitTests/2002-05-02-CastTest3 | * | * |
SingleSource/UnitTests/2002-08-19-CodegenBug...
2008 Dec 30
3
[LLVMdev] Unit test patch, updated
+++ unittests/TestMain.cpp (revision 0)
+//===--- unittest.cpp - unittest driver
-----------------------------------===//
+++ unittests/ADT/DenseMapTest.cpp (revision 0)
+//===- llvm/unittest/DenseMapMap.h - DenseMap unit tests --------*- C++
-*-===//
You probably want to update these file headers to ma...
2008 Dec 30
2
[LLVMdev] Unit test patch, updated
Here's the version of the unit test patch, incorporating the feedback I have
received so far.
Some notes on the patch:
- This patch doesn't include googletest itself, that will need to be
checked in separately. The source distribution will live in
llvm/utils/unittest/googletest. (The reason for the extra directory level is
so that the LLVM-specific makefiles can live in llvm/utils/unittest, while
the googletest directory itself can be the pristine, unmodified
distribution.)
- The individual tests are in llvm/unittests (note plural).
- The makefil...
2015 Jun 25
3
Call for testing: OpenSSH 6.9
On Thu, 25 Jun 2015, Michael Felt wrote:
> Just running a standard make, and then a make install to a packaging
> directory. It seems to be complaining about missing keys - not sure yet if
> this is a show stopper
For packaging you want the install-nokeys rule not install.
--
Tim Rice Multitalents
tim at multitalents.net
2008 Dec 30
0
[LLVMdev] Unit test patch, updated
...ncorporating the feedback I
> have received so far.
>
Looks good, a few comments below.
> Some notes on the patch:
>
> - This patch doesn't include googletest itself, that will need to be
> checked in separately. The source distribution will live in
> llvm/utils/unittest/googletest. (The reason for the extra directory level is
> so that the LLVM-specific makefiles can live in llvm/utils/unittest, while
> the googletest directory itself can be the pristine, unmodified
> distribution.)
>
> Are you going to send a separate patch for this, or sh...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...VER=\"/opt/libexec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var//etc\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c
regress/unittests/test_helper/fuzz.c -o
regress/unittests/test_helper/fuzz.o
/usr/bin/ar rv regress/unittests/test_helper/libtest_helper.a
regress/unittests/test_helper/test_helper.o
regress/unittests/test_helper/fuzz.o
ar: Creating an archive file
regress/unittests/test_helper/libtest_helper.a.
a - regres...
2015 Mar 24
5
[Bug 2371] New: make check fails when using --without-openssl on AIX
...VER=\"/opt/libexec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/opt/libexec/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/opt/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var//etc\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c
regress/unittests/test_helper/fuzz.c -o
regress/unittests/test_helper/fuzz.o
/usr/bin/ar rv regress/unittests/test_helper/libtest_helper.a
regress/unittests/test_helper/test_helper.o
regress/unittests/test_helper/fuzz.o
ar: Creating an archive file
regress/unittests/test_helper/libtest_helper.a.
a - regres...
2018 Sep 21
2
msan test failures
...but if anyone needs the
full log, I'll provide it. Here is a reduced log from the end:
https://drive.google.com/file/d/1R5bLcCvgmgojkbDo6lB3jYBTBxweJP3v/view?usp=sharing
What could be the problem? Thanks! :)
SUMMARY: MemorySanitizer: use-of-uninitialized-value
/home/blitz/projects/llvm/utils/unittest/googletest/src/gtest.cc:474:31 in
testing::internal::UnitTestOptions::PatternMatchesString(char const*, char
const*)
==15959==WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x739054 in
testing::internal::UnitTestOptions::PatternMatchesString(char const*, char
const*)
/home/blitz/projec...
2008 Dec 30
0
[LLVMdev] Unit test patch, updated
OK changes made and new patch attached.
Comments below:
On Tue, Dec 30, 2008 at 2:40 PM, Misha Brukman <brukman at gmail.com> wrote:
> +++ unittests/TestMain.cpp (revision 0)
> +//===--- unittest.cpp - unittest driver
> -----------------------------------===//
>
> +++ unittests/ADT/DenseMapTest.cpp (revision 0)
> +//===- llvm/unittest/DenseMapMap.h - DenseMap unit tests --------*- C++
> -*-===//
>
> You probably w...
2006 Nov 08
0
[LLVMdev] 1.9 Next Steps
...tions/obsequi/Obsequi
^^ no idea
cbe /MultiSource/Benchmarks/Prolangs-C/archie-client/archie
^^ cbe doesn't support inline asm (bzero lowering)
jit /MultiSource/Benchmarks/Prolangs-C/allroots/allroots
llc /MultiSource/Benchmarks/Prolangs-C/allroots/allroots
^^ no idea
llc /SingleSource/UnitTests/Vector/SSE/sse.stepfft
jit /SingleSource/UnitTests/Vector/SSE/sse.stepfft
llc /SingleSource/UnitTests/Vector/build2
jit /SingleSource/UnitTests/Vector/build2
cbe /SingleSource/UnitTests/Vector/build2
llc /SingleSource/UnitTests/Vector/build
jit /SingleSource/UnitTests/Vector/build
cbe /SingleSourc...
2011 Jul 23
2
[LLVMdev] Build of latest llvm gives warning and error
Building of llvm with gcc-4.5.2-1 gives these warnings:
1) Building FileManagerTest
"llvm[4]: Compiling FileManagerTest.cpp for Debug+Asserts build
C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:
In member function 'virtual
void<unnamed>::FileManagerTest_NoVirtualDirectoryExistsBeforeAVirtualFileIsAdded_Test::TestBody()':
C:/Programming/VersionControl/llvm/tools/clang/unittests/Basic/FileManagerTest.cpp:100:3:
warning: passing NULL to non-pointer...
2014 Aug 26
1
Call for testing: OpenSSH 6.7
...r/local/libexec/sftp-server\"
-D_PATH_SSH_KEY_SIGN=\"/usr/local/libexec/ssh-keysign\"
-D_PATH_SSH_PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_PIDDIR=\"/var/run\" -D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\"
-DHAVE_CONFIG_H -c regress/unittests/sshbuf/test_sshbuf_getput_crypto.c -o
regress/unittests/sshbuf/test_sshbuf_getput_crypto.o
regress/unittests/sshbuf/test_sshbuf_getput_crypto.c:20:24: error:
openssl/ec.h: No such file or directory
regress/unittests/sshbuf/test_sshbuf_getput_crypto.c: In function
'sshbuf_getput_crypto_test...
2016 May 28
2
[LibFuzzer] Recent performance regression due to r270942
...r270942
>>
>> ```
>>
>> Slowest Tests:
>>
>> --------------------------------------------------------------------------
>>
>> 0.06s: LLVMFuzzer :: fuzzer-trunc.test
>>
>> 0.06s: LLVMFuzzer :: merge.test
>>
>> 0.07s: LLVMFuzzer-Unittest ::
>> LLVMFuzzer-Unittest/FuzzerMutate.ShuffleBytes1
>>
>> 0.10s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.InsertByte2
>>
>> 0.10s: LLVMFuzzer-Unittest :: LLVMFuzzer-Unittest/FuzzerMutate.ChangeByte2
>>
>> 0.11s: LLVMFuzzer :: fuzzer-ubsan.te...
2016 Feb 17
2
Call for testing: OpenSSH 7.2
On Wed, 17 Feb 2016, Tom G. Christensen wrote:
> On 12/02/16 04:56, Damien Miller wrote:
> > Portable OpenSSH is available via Git at
> > https://anongit.mindrot.org/openssh.git/ or via a mirror on Github at
> > https://github.com/openssh/openssh-portable
> >
>
> I'm seeing a hang in the testsuite on Solaris:
> run test transfer.sh ...
> transfer data:
2008 Feb 03
0
[LLVMdev] 2.2 Prerelease available for testing
...0.00 0.00 0.00 * 0.01 | - - n/a n/a
SingleSource/Regression/C/testtrace | 0.0076 1256 0.0056 * 0.0054 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a
SingleSource/UnitTests/2002-04-17-PrintfChar | 0.0027 540 0.0020 * 0.0020 | 0.00 0.00 0.00 * 0.00 | - - n/a n/a
SingleSource/UnitTests/2002-05-02-ArgumentTest | 0.0024 596 0.0022 *...
2011 Jan 13
2
[LLVMdev] About test suits
..._DIR/projects/test_suits; $make
Then the following error ocurred.
[qali at qali test-suite]$ make
make[1]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource'
make[2]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests'
make[3]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests/Vector'
make[4]: Entering directory
`/home/qali/build/llvm-2.8-rev/projects/test-suite/SingleSource/UnitTests/Vector/SSE'
/home/qali/build/llvm-2.8-rev/Debug+Asserts/bin/llvm-as
Outpu...