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

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

Issue 2084009: Update TSan to rev2088 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/valgrind/
Patch Set: Created 10 years, 7 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/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 47407)
+++ scripts/build-tsan-for-chromium.sh (working copy)
@@ -37,7 +37,7 @@
"$ORIG_BINARIES_DIR/$PLATFORM/bin/valgrind-tsan.sh"
}
-TSAN_REV=1970
+TSAN_REV=2088
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/bin/valgrind-tsan.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698