Adding a test for PR25717.
authorYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Wed, 27 Jan 2016 02:18:28 +0000 (02:18 +0000)
committerYunzhong Gao <Yunzhong_Gao@playstation.sony.com>
Wed, 27 Jan 2016 02:18:28 +0000 (02:18 +0000)
commit7cbc78e72b799a962eb5da3185dd1b6881cbf4ab
treeafbc153c64ff3e20e4f2c9f5b1c0d805bcbf21ce
parentb22828f2fbf307269fe3a927ff69fb9151e07408
Adding a test for PR25717.

The test tries to produce a large preprocessed output to the console, and checks
that we do not see any unexpected fatal errors.

The test is not enabled unless a lit parameter "--param enable_console=1" is
passed on the command line to lit.py.

llvm-svn: 258902
clang/test/Preprocessor/bigoutput.c [new file with mode: 0644]
clang/test/lit.cfg