r292600 - Remove 'RUN: false' from Driver/response-file.c

Krasimir Georgiev via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 20 03:06:58 PST 2017


Author: krasimir
Date: Fri Jan 20 05:06:58 2017
New Revision: 292600

URL: http://llvm.org/viewvc/llvm-project?rev=292600&view=rev
Log:
Remove 'RUN: false' from Driver/response-file.c

Summary:
It seems that rL292518 introduced a RUN: false, but the continuation rL292545
forgot to remove it back.

This has flown under the radar, because it's a long test and doesn't get
executed by default during sanity testing.

To test:
$ cd llvm_build
$ ./bin/llvm-lit --param run_long_tests=true tools/clang/test/Driver/response-file.c

@rsmith: have a look if this change is OK please.

Reviewers: bkramer

Reviewed By: bkramer

Subscribers: cfe-commits, rsmith

Differential Revision: https://reviews.llvm.org/D28941

Modified:
    cfe/trunk/test/Driver/response-file.c

Modified: cfe/trunk/test/Driver/response-file.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/response-file.c?rev=292600&r1=292599&r2=292600&view=diff
==============================================================================
--- cfe/trunk/test/Driver/response-file.c (original)
+++ cfe/trunk/test/Driver/response-file.c Fri Jan 20 05:06:58 2017
@@ -1,7 +1,5 @@
 // REQUIRES: long_tests
 
-// RUN: false
-
 // Check that clang is able to process short response files
 // Since this is a short response file, clang must not use a response file
 // to pass its parameters to other tools. This is only necessary for a large




More information about the cfe-commits mailing list