forked from OSchip/llvm-project
[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744)
llvm-svn: 209622
This commit is contained in:
parent
effb876f4e
commit
9011eb81cf
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
extern "C" __declspec(dllexport)
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <process.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
extern "C" __declspec(dllexport)
|
||||
int test_function() {
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
struct C {
|
||||
int x;
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <sanitizer/asan_interface.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: env ASAN_OPTIONS=detect_stack_use_after_return=1 not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: env ASAN_OPTIONS=detect_stack_use_after_return=1 not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
// RUN: %clangxx_asan -O0 %p/dll_host.cc -Fe%t
|
||||
// RUN: %clangxx_asan -LD -O0 %s -Fe%t.dll
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t %t.dll 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t %t.dll 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
#include <malloc.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
int main() {
|
||||
char *buffer = new char[42];
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
struct C {
|
||||
int x;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: env ASAN_OPTIONS=detect_stack_use_after_return=1 not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: env ASAN_OPTIONS=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
char *x;
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
#include <malloc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
class Parent {
|
||||
public:
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
// RUN: %clangxx_asan -O0 %s -Fe%t
|
||||
// FIXME: 'cat' is needed due to PR19744.
|
||||
// RUN: not %run %t 2>&1 | cat | FileCheck %s
|
||||
// RUN: not %run %t 2>&1 | FileCheck %s
|
||||
|
||||
class Parent {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue