From 925213b0fa3f9bbbe949326bb89a8d774c05994b Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Thu, 4 Jul 2013 16:16:58 +0000 Subject: Add 'not' to commands that are expected to fail. This is at least good documentation, but also opens the possibility of using pipefail. llvm-svn: 185652 --- clang/test/Driver/debug-unsupported.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'clang/test/Driver/debug-unsupported.c') diff --git a/clang/test/Driver/debug-unsupported.c b/clang/test/Driver/debug-unsupported.c index acbd7673a32..1804a9cc51b 100644 --- a/clang/test/Driver/debug-unsupported.c +++ b/clang/test/Driver/debug-unsupported.c @@ -1,13 +1,13 @@ -// RUN: %clang -c -gstabs %s 2>&1 | FileCheck %s -// RUN: %clang -c -gstabs+ %s 2>&1 | FileCheck %s -// RUN: %clang -c -gcoff %s 2>&1 | FileCheck %s -// RUN: %clang -c -gxcoff %s 2>&1 | FileCheck %s -// RUN: %clang -c -gxcoff+ %s 2>&1 | FileCheck %s -// RUN: %clang -c -gvms %s 2>&1 | FileCheck %s -// RUN: %clang -c -gstabs1 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gcoff2 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gxcoff3 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gvms0 %s 2>&1 | FileCheck %s -// RUN: %clang -c -gtoggle %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gstabs %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gstabs+ %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gcoff %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gxcoff %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gxcoff+ %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gvms %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gstabs1 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gcoff2 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gxcoff3 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gvms0 %s 2>&1 | FileCheck %s +// RUN: not %clang -c -gtoggle %s 2>&1 | FileCheck %s // // CHECK: error: unsupported option -- cgit v1.2.3