Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
cca440bcba031f0f37b39ad82e840ba693dd6b9d
/
drd
/
tests
/
Makefile.am
cca440b
Added a regression test for atomic variables.
by bart
· 16 years ago
4f578bf
Added Qt4 reader-writer lock test.
by bart
· 16 years ago
ef9603e
Added Qt4 semaphore test.
by bart
· 16 years ago
4c85399
Enabled support for nesting mutexes and condition variables in higher-level synchronization primitives. Changed mutex tracing output slightly.
by bart
· 16 years ago
19c4260
Added regression test for POSIX spinlocks.
by bart
· 16 years ago
02aed96
Added two more expected output files for ppc. Renamed two other expected output files.
by bart
· 16 years ago
ccf17de
Renamed exp-drd directory into drd. Moved drd from the experimental tool class to the class of regular tools.
by bart
· 16 years ago
[Renamed from exp-drd/tests/Makefile.am]
e65b4c6
Added missing filenames to EXTRA_DIST.
by bart
· 16 years ago
3bb1cec
An error message is now printed if two different threads call
by bart
· 16 years ago
d9e39ec
Semaphore and barrier reinitialization are now reported.
by bart
· 16 years ago
46b5fce
Some time ago reporting sending POSIX signals where the mutex associated
by bart
· 16 years ago
f3b7285
Use same flags for OpenMP regression tests as for the other regression tests.
by bart
· 16 years ago
8b4b2ee
- Reduced level two bitmap size from 2**16 to 2**14 addresses. This
by bart
· 16 years ago
1d4070d
Added hold_lock regression test.
by bart
· 16 years ago
7bf86f3
-Wall implies -Winline. Added -Wno-inline.
by bart
· 17 years ago
f71e706
Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages.
by bart
· 17 years ago
dc1e91c
Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000 by --param inline-unit-growth=900 for drd_bitmap_test.
by bart
· 17 years ago
08d808b
Changed compiler options for inlining to something that is supported by both gcc 3 and gcc 4.
by bart
· 17 years ago
178cc16
Added another POSIX reader/writer lock test.
by bart
· 17 years ago
1c8799c
Added -Winline to the compiler flags. Made sure that all functions in drd_bitmap_test.c that can be inlined are actually inlined.
by bart
· 17 years ago
3d4c332
Added regression test for the C++ operators new, new[], delete and delete[].
by bart
· 17 years ago
99a95fa
Added -O2 to the compilation flags of drd_bitmap_test.
by bart
· 17 years ago
ae18cd0
Use $(AM_FLAG_M3264_PRI) everywhere CFLAGS is explicitly set.
by sewardj
· 17 years ago
75e9a5a
Removed -Wextra since this option has another name in gcc 3.0 (-W).
by bart
· 17 years ago
ad292b5
Added -I$(top_srcdir)/VEX/pub to AM_CPPFLAGS.
by bart
· 17 years ago
34eff98
Moved bitmap test from drd_bitmap.c to tests/drd_bitmap_test.c
by bart
· 17 years ago
df96197
Updated Makefile.am after having renamed an output file.
by bart
· 17 years ago
2da97ba
Removed superfluous libraries for the memory_allocation test program.
by bart
· 17 years ago
412efe5
Added regression test for drd's memory allocation replacement functions.
by bart
· 17 years ago
d441344
Added yet another output variant.
by bart
· 17 years ago
b920b66
Added yet another output variant.
by bart
· 17 years ago
b1c4412
Should have been in last commit.
by bart
· 17 years ago
80e3580
Most DRD regression tests are now skipped when LinuxThreads is detected. Removed LinuxThreads expected output files.
by bart
· 17 years ago
f7405c6
Attempt to make this test independent of the Linux distribution it is run on.
by bart
· 17 years ago
2391ec6
Un-break "make dist".
by bart
· 17 years ago
3b9f3bf
Added script run_openmp_test and regression test pth_detached_sem.
by bart
· 17 years ago
805043e
Renamed matinv_openmp test into omp_matinv. Added omp_matinv_racy and omp_prime_racy tests.
by bart
· 17 years ago
e8acf49
Removed empty *.stdout.exp* files.
by bart
· 17 years ago
1f52b82
Renamed HAVE_GCC_FOPENMP into HAVE_OPENMP. Changed compile test into link test.
by bart
· 17 years ago
baa3c2d
matinv_openmp and omp_prime linking now also succeeds with older automake versions.
by bart
· 17 years ago
0aeb186
Added omp_prime.c
by bart
· 17 years ago
3effeb9
Added yet another output variant.
by bart
· 17 years ago
96f892f
Added test for LinuxThreads detection.
by bart
· 17 years ago
29cc9db
Un-break compilation on systems with a compiler that does not support -fopenmp.
by bart
· 17 years ago
25de616
Added OpenMP test program.
by bart
· 17 years ago
4ff230a
Added glibc 2.3 output.
by bart
· 17 years ago
4d7c270
Added an output variant for exp-drd/tests/hg03_inherit.
by bart
· 17 years ago
43409c9
Added LinuxThreads output files.
by bart
· 17 years ago
8360df5
Added more atomic read/modify/write tests.
by bart
· 17 years ago
40605eb
Added stdout.exp and stderr.exp files for LinuxThreads.
by bart
· 17 years ago
5bd9f2d
Added new command-line option --trace-rwlock. Added regression test exp-drd/tests/rwlock_race. Updated to do list. Fixed bug in vc_min(), the function that computes the elementwise minimum of two vector clocks. Fixed bug in thread_update_danger_set(). Fixed recently introduced bug in mutex code with regard to vector clock combining.
by bart
· 17 years ago
848fdf8
Added regression test for pthread_*timedlock() and pthread_*trylock() calls.
by bart
· 17 years ago
777f7fe
Added support for POSIX reader-writer locks. Modified exp-drd/tests/filter-stderr such that i386 and AMD64 now generate the same output. Removed *.stderr.exp2 files. Added section that explains differences between LinuxThreads and NPTL to exp-drd/docs/README.txt. Made error message about LinuxThreads more clear. Made error messages more uniform.
by bart
· 17 years ago
3b1ee45
Added detection of more types of runtime errors. Cleaned up tracing output. Added test for tracing output (tc20_verifywrap2).
by bart
· 17 years ago
5169367
Updated after renaming / removing regression test output files.
by bart
· 17 years ago
5357fcb
Modified drd client requests such that the mutex type can be passed from the intercepts to the tool. An error message is now printed in case a locked mutex is destroyed and in case a thread exits while it holds a lock on a mutex. Changed format of mutex error messages. Added recursive_mutex regression test. Fixed autogen warnings in exp-drd/tests/Makefile.am.
by bart
· 17 years ago
4f00c74
Disabled tc07_hbl1 and tc08_hbl2 again since running these tests makes only sense with proper support for bus locks in exp-drd.
by bart
· 17 years ago
5976fdd
Added Helgrind regression tests tc05, tc06 and tc08.
by bart
· 17 years ago
0cc09c9
Summarized multiple pth_barrier.stderr.exp* output files into one.
by bart
· 17 years ago
324a733
Fixed typo.
by bart
· 17 years ago
792e43a
Fixed more Fedora 8 regression test failures.
by bart
· 17 years ago
60389da
Added more of Helgrind's regression tests.
by bart
· 17 years ago
dfa5126
Fix 'make dist' -- don't list nonexistent files for inclusion in the tarball.
by sewardj
· 17 years ago
347eeba
by sewardj
· 17 years ago
8564292
by sewardj
· 17 years ago
a2e5407
Add missing file to tarball.
by sewardj
· 17 years ago
721ad7b
Remove pthread_object_size.h and associated hardwired constants.
by sewardj
· 17 years ago
c68cbe3
Translate the drd regtests from C++ to C. (Bart Van Assche).
by sewardj
· 17 years ago
51d8f25
Un-break 'make distdir'. Either by removing from EXTRA_DIST, file
by sewardj
· 17 years ago
af44c82
Add DRD as an experimental tool. Bart Van Assche is the maintainer.
by sewardj
· 17 years ago