|
From: Florian K. <br...@ac...> - 2011-10-23 15:06:43
|
Below is the list of files that are in the repository but not in the
tarball. The tarball was generated on x86-linux with no QT4 in sight.
diff -r -q trunk valgrind-3.7.0.SVN |grpe 'Only in trunk'
Only in trunk/VEX: Makefile-gcc
Only in trunk/VEX: Makefile-icc
Only in trunk/VEX: TODO.txt
Should these 3 be included?
Only in trunk/VEX: docs
That directory is empty. OK to remove ?
Only in trunk/VEX: nanoarm.orig
Only in trunk/VEX: orig_amd64
Only in trunk/VEX: orig_arm
Only in trunk/VEX: orig_ppc32
Only in trunk/VEX: orig_x86
Only in trunk/VEX: switchback
Only in trunk/VEX: test
Only in trunk/VEX: test_main.c
Only in trunk/VEX: test_main.h
Only in trunk/VEX: test_main.h.base
Only in trunk/VEX: unused
Only in trunk/VEX: useful
Only in trunk: autogen.sh
OK. We don't want to include those.
Only in trunk/auxprogs: change-copyright-year
Only in trunk/auxprogs: dump_insn_ppc.sh
Since we're including everything else in auxprogs, I'm going to add
these two as well.
Only in trunk/drd: Testing.txt
Only in trunk/drd/scripts: download-and-build-firefox
Only in trunk/drd/scripts: download-and-build-gcc
Only in trunk/drd/scripts: measurement-functions
Only in trunk/drd/scripts: run-matinv
Only in trunk/drd/scripts: run-splash2
Only in trunk/drd/scripts: run-splash2-water-input
Only in trunk/drd/tests: qt4_atomic.cpp
Only in trunk/drd/tests: qt4_mutex.cpp
Only in trunk/drd/tests: qt4_rwlock.cpp
Only in trunk/drd/tests: qt4_semaphore.cpp
Only in trunk/drd/tests: verify-xml-output
>From this comment
# Explicitly include insn_sse3 even if ! BUILD_SSE3_TESTS,
# to avoid packaging screwups if 'make dist' is run on a machine
# which failed the BUILD_SSE3_TESTS test in configure.in.
in none/tests/x86/Makefile.am it seems that we want to ship all
testcases on all platforms. So I guess qt4 things should be included
here. Not sure about the other files. Bart?
Only in trunk: nightly
OK. Not needed.
Only in trunk/none/tests/amd64: insn_pclmulqdq.def
[Scratch head] I've got no idea how this testcase is supposed to work.
But I can't test it. Looks as if there is a missing .c file ???
Florian
|
|
From: Bart V. A. <bva...@ac...> - 2011-10-23 17:52:06
|
On Sun, Oct 23, 2011 at 5:06 PM, Florian Krohm <br...@ac...> wrote: > Only in trunk/drd: Testing.txt > Only in trunk/drd/scripts: download-and-build-firefox > Only in trunk/drd/scripts: download-and-build-gcc > Only in trunk/drd/scripts: measurement-functions > Only in trunk/drd/scripts: run-matinv > Only in trunk/drd/scripts: run-splash2 > Only in trunk/drd/scripts: run-splash2-water-input > Only in trunk/drd/tests: qt4_atomic.cpp > Only in trunk/drd/tests: qt4_mutex.cpp > Only in trunk/drd/tests: qt4_rwlock.cpp > Only in trunk/drd/tests: qt4_semaphore.cpp > Only in trunk/drd/tests: verify-xml-output > Since Qt contains components for platform-independent multithreading I had developed some test programs that trigger that code. I have removed these test programs since the Qt authors should do some work before it becomes feasible to analyze multithreaded Qt programs with a data race detector - see also https://bugreports.qt.nokia.com/browse/QTBUG-5655. The other files (non Qt-related) are intentionally not included in the distribution tar ball. Bart. |