[compiler-rt] r208807 - [ASan/Win tests] Add a PR reference for the FileCheck bug
Timur Iskhodzhanov
timurrrr at google.com
Wed May 14 12:47:58 PDT 2014
Author: timurrrr
Date: Wed May 14 14:47:58 2014
New Revision: 208807
URL: http://llvm.org/viewvc/llvm-project?rev=208807&view=rev
Log:
[ASan/Win tests] Add a PR reference for the FileCheck bug
Modified:
compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc?rev=208807&r1=208806&r2=208807&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc Wed May 14 14:47:58 2014
@@ -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>
More information about the llvm-commits
mailing list