[PATCH] D16000: Add "/dev/console" as a special file name to lit
Yunzhong Gao via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 22 16:09:22 PST 2016
ygao updated this revision to Diff 45763.
ygao added a comment.
> I wonder if we could add a 'REQUIRES: console" and have that be enable
> with a command line option. That way it can be off by default and
> still enabled in a bot.
Sure. I can add a lit option like "--enable-console" to control the "console" feature.
I assume that I do not need to add any new check-xx targets to the makefile for
the new feature, but how do I enable this feature on the buildbots?
http://reviews.llvm.org/D16000
Files:
docs/TestingGuide.rst
utils/lit/lit/LitConfig.py
utils/lit/lit/TestRunner.py
utils/lit/lit/TestingConfig.py
utils/lit/lit/discovery.py
utils/lit/lit/main.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16000.45763.patch
Type: text/x-patch
Size: 4520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160123/19c4dd16/attachment.bin>
More information about the llvm-commits
mailing list