Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Unified Diff: scripts/build-tsan-for-chromium.sh

Issue 3127032: Added ThreadSanitizer self-contained binary for Mac OS 10.6... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « binaries/mac_10.6/bin/valgrind-tsan.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/build-tsan-for-chromium.sh
===================================================================
--- scripts/build-tsan-for-chromium.sh (revision 57300)
+++ scripts/build-tsan-for-chromium.sh (working copy)
@@ -8,9 +8,8 @@
source common.sh
if system_is_snow_leopard
then
- echo "ThreadSanitizer is not supported on Mac OS X 10.6 yet." >&2
+ echo "ThreadSanitizer is not fully supported on Mac OS X 10.6 yet." >&2
echo "See http://code.google.com/p/data-race-test/issues/detail?id=44" >&2
- exit 1
fi
POST_BUILD_HOOK_DEFINED=yes
@@ -45,7 +44,7 @@
"$OUT_BIN/valgrind-tsan.sh"
}
-TSAN_REV=2386
+TSAN_REV=2397
TSAN_DIR="$THISDIR/tsan" # Directory to checkout TSan sources
rm -rf "$TSAN_DIR"
svn co -r "$TSAN_REV" http://data-race-test.googlecode.com/svn/trunk "$TSAN_DIR"
« no previous file with comments | « binaries/mac_10.6/bin/valgrind-tsan.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698