[compiler-rt] r208807 - [ASan/Win tests] Add a PR reference for the FileCheck bug

Timur Iskhodzhanov timurrrr at google.com
Thu May 15 01:38:08 PDT 2014


Let's continue the discussion on the PR.

2014-05-15 4:28 GMT+04:00 Alp Toker <alp at nuanti.com>:
>
> On 14/05/2014 22:47, Timur Iskhodzhanov wrote:
>>
>> 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
>
>
> Have you tried this test with and without the lit integrated shell?
>
> That seems a more likely culprit than FileCheck.
>
> Alp.
>
>
>
>>
>> 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>
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
> --
> http://www.nuanti.com
> the browser experts
>



More information about the llvm-commits mailing list