diff options
| author | Julian Lettner <jlettner@apple.com> | 2019-02-22 22:00:13 +0000 |
|---|---|---|
| committer | Julian Lettner <jlettner@apple.com> | 2019-02-22 22:00:13 +0000 |
| commit | de7626985f29b06b29136286886c58185d0ff51f (patch) | |
| tree | 21937923aec209ffa0931e286e00a3efb9c46aae /compiler-rt/test | |
| parent | ffba00bd4797db74703144c45970f5932d6b1da1 (diff) | |
| download | bcm5719-llvm-de7626985f29b06b29136286886c58185d0ff51f.tar.gz bcm5719-llvm-de7626985f29b06b29136286886c58185d0ff51f.zip | |
[Sanitizer] Fix uses of stack->Unwind(..., fast)
Apply StackTrace::WillUseFastUnwind(fast) in a few more places missed by
my previous patch (https://reviews.llvm.org/D58156).
Reviewers: vitalybuka
Differential Revision: https://reviews.llvm.org/D58550
llvm-svn: 354695
Diffstat (limited to 'compiler-rt/test')
| -rw-r--r-- | compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc b/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc index 10a47482cda..f1fbbbcd049 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Posix/dedup_token_length_test.cc @@ -10,8 +10,8 @@ // XFAIL: netbsd && !asan -// FIXME(dliew): Make this test work with other sanitizers -// XFAIL: darwin && (tsan || ubsan) +// FIXME(dliew): Make this test work with TSan +// XFAIL: darwin && tsan volatile int *null = 0; |

