diff options
| author | Timur Iskhodzhanov <timurrrr@google.com> | 2014-05-14 19:47:58 +0000 |
|---|---|---|
| committer | Timur Iskhodzhanov <timurrrr@google.com> | 2014-05-14 19:47:58 +0000 |
| commit | 07109b41616bd702d6f63f177fafeb6f3608ca88 (patch) | |
| tree | c23443833d1c8adab2594076911111a4689a2f65 | |
| parent | 78dccb0822a4ab7cb5b2b8b82ae420f54979e8b7 (diff) | |
| download | bcm5719-llvm-07109b41616bd702d6f63f177fafeb6f3608ca88.tar.gz bcm5719-llvm-07109b41616bd702d6f63f177fafeb6f3608ca88.zip | |
[ASan/Win tests] Add a PR reference for the FileCheck bug
llvm-svn: 208807
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc b/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc index c21cf8f925f..04d945f2d90 100644 --- a/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc +++ b/compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc @@ -1,6 +1,5 @@ // RUN: %clangxx_asan -O0 %s -Fe%t -// 'cat' is used below to work around FileCheck buffering bug which makes this -// test flaky. FIXME: file an issue. +// FIXME: 'cat' is needed due to PR19744. // RUN: not %run %t 2>&1 | cat | FileCheck %s #include <windows.h> |

