projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6c4a7a
)
tsan: fix flaky test
author
Dmitry Vyukov
<dvyukov@google.com>
Wed, 20 Mar 2013 09:22:13 +0000
(09:22 +0000)
committer
Dmitry Vyukov
<dvyukov@google.com>
Wed, 20 Mar 2013 09:22:13 +0000
(09:22 +0000)
llvm-svn: 177500
compiler-rt/lib/tsan/lit_tests/mutexset7.cc
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/tsan/lit_tests/mutexset7.cc
b/compiler-rt/lib/tsan/lit_tests/mutexset7.cc
index
141bde2
..
3ec1b52
100644
(file)
--- a/
compiler-rt/lib/tsan/lit_tests/mutexset7.cc
+++ b/
compiler-rt/lib/tsan/lit_tests/mutexset7.cc
@@
-4,6
+4,7
@@
#include <unistd.h>
int Global;
+__thread int huge[1024*1024];
void *Thread1(void *x) {
sleep(1);