| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Relax test expectations to fix failures on ppc64.
Reviewers: eugenis
Subscribers: kubabrecka, llvm-commits
Patch by Aleksey Shlyapnikov.
Differential Revision: https://reviews.llvm.org/D26629
llvm-svn: 286885
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Summary: Unit tests for the new clang flags.
Reviewers: eugenis, dvyukov
Subscribers: kubabrecka, llvm-commits
Patch by Alex Shlyapnikov.
Differential Revision: https://reviews.llvm.org/D26462
llvm-svn: 286670
|
|
|
|
| |
llvm-svn: 227033
|
|
|
|
|
|
|
|
| |
Even sleep(1) lead to episodical flakes on some machines.
Use an invisible by tsan barrier to enforce required execution order instead.
This makes the tests deterministic and faster.
llvm-svn: 226659
|
|
|
|
|
|
| |
available.
llvm-svn: 225959
|
|
|
|
|
|
|
|
|
|
| |
is available."
While the clang patch is reverted pending investigation/fixes.
This reverts commit r225001.
llvm-svn: 225560
|
|
|
|
|
|
|
|
|
| |
available.
(recommitting as the Clang patch is back in with the latest fix -
hopefully it sticks)
llvm-svn: 225001
|
|
|
|
|
|
|
|
|
|
|
| |
clang (in r224941)"
Asserting when building compiler-rt when using a gcc host compiler.
Reverting while I investigate.
This reverts commit r224942.
llvm-svn: 224969
|
|
|
|
|
|
| |
(in r224941)
llvm-svn: 224942
|
|
|
|
|
|
|
|
|
| |
The Clang improevments were reverted due to failures created in an asan
bootstrap.
This reverts commit r224387.
llvm-svn: 224446
|
|
|
|
| |
llvm-svn: 224387
|
|
|
|
|
|
|
|
| |
This is a minor fix to two tsan tests that were expecting the wrong
column information. Now that clang emits column information by default
in its debugging output, the tests had started failing.
llvm-svn: 212779
|
|
|
|
|
|
|
|
|
|
| |
Add a script that is used to deflake inherently flaky tsan tests.
It is invoked from lit tests as:
%deflake %run %t
The script runs the target program up to 10 times,
until it produces a tsan warning.
llvm-svn: 209898
|
|
|
|
| |
llvm-svn: 207709
|
|
llvm-svn: 201414
|